/*BOTONERA Y ENLACES*/
.navbar ul li a {
color:#fff !important;
font-size: 18px;
font-weight: 400;
text-align: center;}
.navbar ul li a:hover {
color:#ffffff !important;
background:#000033;}

.active {
   background:#000033;
}

a {color: #025FB3; text-decoration: underline;}
a:hover {color: #A2CA35;}

a.pie {color: #A2CA35; font-weight: 600; text-decoration: none;}
a.pie:hover {color: white; text-decoration: underline;}

a.header {color: #FFFFFF; font-weight: 600; text-decoration: underline;}
a.header:hover {color: #A2CA35; text-decoration: none;}

/*FUENTES*/
.textoh1 {
    color: #999999;
    font-size: 45px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.h3 {
    color: #025FB3;
    font-size: 25px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.fuente25blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.fuente20blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    word-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
}
.fuente18blanca {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.fuente20azul {
    color: #025FB3;
    font-size: 20px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.fuente18azul {
    color: #025FB3;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.fuente18negra{
    color: #000000;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.fuente20verde {
    color: #A2CA35;
    font-size: 20px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*PADDINGS*/
.nopadding {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.paddings {
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddingabajo {
    padding-bottom: 20px;
}
.colchon {
    padding: 10px;
}
.padding2px {
    padding-top: 4px;
    padding-bottom: 4px;
}
/*ALINEACION*/
.centrado {
    text-align: center;
}
.derecha {
    text-align: right;
}
.sangria {
    margin-left: 20px;
    margin-right: 20px;
}
/*CENTRAR DIV DENTRO DE UN DIV*/
.jumbotron {
    position: relative;
    top: 50%;
	background-color:#ffffff;
    transform: translateY(-50%);
}.center {
}
/*FONDOS*/
.fondo-azul {
    background-color: #025FB3;
}
.fondo-verde {
    /* [disabled]background-color: #A2CA35; */
    background-image: -webkit-linear-gradient(270deg,rgba(142,201,65,1.00) 0%,rgba(143,179,46,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(142,201,65,1.00) 0%,rgba(143,179,46,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(142,201,65,1.00) 0%,rgba(143,179,46,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(142,201,65,1.00) 0%,rgba(143,179,46,1.00) 100%);
}
.fondo-gris {
    background-color: #D6D6D6;
}
.fondo-negro {
    background-color: #000000;
}
.sombra {
    -webkit-box-shadow: 0px 7px 10px #828282;
    box-shadow: 0px 7px 10px #828282;
}
.borde1 {
    border: medium solid #000000;
}
.bordegris {
    border: thin solid #999999;
    border-radius: 10px;
}
/*PARA EL FORMULARIO*/
label {
    color: #333
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px
}
.card {
    margin-left: 10px;
    margin-right: 10px
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.float{
	position:fixed;
	bottom:45px;
	right:5px;
  z-index:100;
}
.fuente18roja {
    color: #FFD10F;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}
.padding30arriba {
    padding-top: 35px;
}
