@keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.Link_referencias
{
   color: #D3D3D3;
   background: #003153;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Link_referencias:visited
{
   color: #D3D3D3;
   background: #003153;
   text-decoration: none;
}
a.Link_referencias:active
{
   color: #FF0000;
   background: #003153;
   text-decoration: none;
}
a.Link_referencias:hover
{
   color: #FFFFFF;
   background: #003153;
   font-weight: bold;
   text-decoration: none;
}
a.Link_Servicio
{
   color: #000000;
   text-decoration: none;
   transition: all 200ms linear;
   position: relative;
   display: inline-block;
}
a.Link_Servicio::after,
a.Link_Servicio::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #FFFFFF;
   opacity: 0;
   transition: all 200ms linear;
}
a.Link_Servicio::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.Link_Servicio::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.Link_Servicio:hover::after,
a.Link_Servicio:hover::before
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_Servicio:visited
{
   color: #000000;
   text-decoration: none;
}
a.Link_Servicio:active
{
   color: #DD0000;
   background: #000000;
   text-decoration: none;
}
a.Link_Servicio:hover
{
   color: #FFFFFF;
   background: #000000;
   text-decoration: none;
}
a.Menu_pie_de_pagina
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Menu_pie_de_pagina:visited
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Menu_pie_de_pagina:active
{
   color: #DD0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Menu_pie_de_pagina:hover
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
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-block;
}
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-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
