a.azul-verde
{
   color: #0E76A8;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.azul-verde::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.azul-verde:hover::after
{
   background: #9CA023;
   width: 100%;
}
a.azul-verde:visited
{
   color: #0E76A8;
   text-decoration: none;
}
a.azul-verde:active
{
   color: #0E76A8;
   text-decoration: none;
}
a.azul-verde:hover
{
   color: #9CA023;
   text-decoration: none;
}
a.blancoyrojo
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.blancoyrojo::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.blancoyrojo:hover::after
{
   background: #F5F5F5;
   width: 100%;
}
a.blancoyrojo:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blancoyrojo:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blancoyrojo:hover
{
   color: #F5F5F5;
   text-decoration: none;
}
a.rojoyblanco
{
   color: #FF8C00;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.rojoyblanco::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.rojoyblanco:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.rojoyblanco:visited
{
   color: #FF8C00;
   text-decoration: none;
}
a.rojoyblanco:active
{
   color: #FF8C00;
   text-decoration: none;
}
a.rojoyblanco:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.negroyrojoraya
{
   color: #000000;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.negroyrojoraya::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #FF0000;
   opacity: 0;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.negroyrojoraya:hover::after
{
   background: #FF0000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.negroyrojoraya:visited
{
   color: #000000;
   text-decoration: none;
}
a.negroyrojoraya:active
{
   color: #000000;
   text-decoration: none;
}
a.negroyrojoraya:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.blanco_negro
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.blanco_negro::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.blanco_negro:hover::after
{
   background: #3C3C3C;
   width: 100%;
}
a.blanco_negro:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blanco_negro:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blanco_negro:hover
{
   color: #3C3C3C;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
