@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
a.Bold_Link
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.Bold_Link:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Bold_Link:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Bold_Link:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Enlace_iconos
{
   color: #000000;
   text-decoration: none;
}
a.Enlace_iconos:visited
{
   color: #800080;
   font-weight: bold;
   text-decoration: none;
}
a.Enlace_iconos:active
{
   color: #800000;
   font-weight: bold;
   text-decoration: none;
}
a.Enlace_iconos:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.Arial_con_sombra
{
   color: #800000;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 6px rgba(128,128,128,1.00);
}
a.Arial_con_sombra:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Arial_con_sombra:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Arial_con_sombra:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #800000;
   --color: #800000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 1px 1px 6px rgba(128,128,128,1.00);
   display: inline;
}
.Open_Sans
{
   font-family: "Open Sans";
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
.Box_Open_Sans
{
   font-family: "Open Sans";
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 48px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 3px 3px 3px rgba(0,0,0,1.00);
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.initially-hidden
{
   text-decoration: none;
   background-color: transparent;
   opacity: 0;
}
.Titular Sombreado
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.65);
   --background-color: rgba(0,0,0,0.65);
   background-image: url('images/Leather.jpg');
   box-shadow: 2px 2px 10px #4F4F4F;
}
.Sombreado_Degradado
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.65);
   --background-color: rgba(0,0,0,0.65);
   background-image: radial-gradient(circle at 25% 50%, rgba(79,79,79,0.52) 0%, rgba(0,0,0,0.65) 100%);
   box-shadow: 0 3px 6px #000000;
}
.Sombreado_Degradado_Marrón
{
   text-decoration: none;
   background-color: rgba(160,82,45,0.65);
   --background-color: rgba(160,82,45,0.65);
   background-image: linear-gradient(to bottom, rgba(47,24,13,0.65) 0%, rgba(153,78,43,0.65) 25%, rgba(47,24,13,0.65) 100%);
   box-shadow: 0 3px 6px #000000;
}
.Sombreado_Anterior
{
   text-decoration: none;
   background-color: transparent;
   box-shadow: 0 3px 3px #000000;
}
.Arial Bold Sombreada
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #800000;
   --color: #800000;
   background-color: transparent;
   background-clip: text;
   text-shadow: 1px 1px 6px rgba(105,105,105,1.00);
}
