@charset "utf-8";
/* CSS Document */

/*BOTONERA Y ENLACES*/

a {color: #0C04C5; text-decoration: underline;}
a:hover {color: #0C04C5; text-decoration: none;}

a.pie {color: #ffffff; font-weight: 400; text-decoration: underline;}
a.pie:hover {color: #016DD9; text-decoration: none;}


/*FUENTES*/
.h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
	font-family: 'Oxygen', sans-serif;
}
.h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
	font-family: 'Oxygen', sans-serif;
}
.fuente20negra {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}
.fuente18negra{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}
.fuente18azul{
    color: #0C04C5;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}
.fuente18verde{
    color: #1EA678;
    font-size: 20px;
    font-weight: 700;
	font-family: 'Oxygen', sans-serif;
}

.fuente20roja {
    color: #FE0000;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-family: 'Oxygen', sans-serif;
}
.fuente18blanca {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
}
.fuente20blanca {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-family: 'Oxygen', sans-serif;
}

/*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;
}
.padding20abajo {
    padding-bottom: 20px;
}
.padding20arriba {
    padding-top: 20px;
}

/*ALINEACION*/
.centrado {
    text-align: center;
}
.derecha {
    text-align: right;
}
.sangria {
    margin-left: 20px;
    margin-right: 20px;
}
/*CENTRAR DIV DENTRO DE UN DIV*/
.flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*FONDOS*/
.fondo-gris {
    background-color: #999999;
}
.fondo-negro {
    background-color: #000000;
}
.fondo-rojo {
    background-color: #FE0002;
}
.fondo1 {
    background-image: url(../IMAGENES/fdo1.jpg);
    background-repeat: repeat;
}
.fondo-blanco {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px #060606;
    box-shadow: 0px 0px 10px #060606;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
    border: 1px solid #000000;
}
.sombra {
    -webkit-box-shadow: 0px 4px 8px #636363;
    box-shadow: 0px 4px 8px #363636;
    z-index: 100;
}
.min-height {
    height: 60px;
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.float{
	position:fixed;
	bottom:40px;
	right:3px;
  z-index:100;
}

.altura {
    height: 85px;
}
.bordesuperior {
    border-top: 20px solid #000033;
}
.ancho {
    width: 120px;
}

.altura600 {
    height: 600px;
}
.bordeinfgris {
    border-bottom: 20px solid #999999;
}
.bordeinfgris2 {
    border-bottom: 10px solid #999999;
}
.bordenegro {
    border: 4px solid #000000;
}
.bordegrisderecho {
    border-right: thin dotted #C2C2C2;
}

