/*BOTONERA Y ENLACES*/
.navbar ul li a {
color:#fff !important;
font-size: 22px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-align: center;}
.navbar ul li a:hover {
color:#ffffff !important;
background:#999999;}

.active {
   background:#999999;
}

a {color: #0032A8; text-decoration: underline;}
a:hover {color: #0032A8;}

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

a.enlace {color: #F90B04; font-weight: 600; text-decoration: underline;}
a.enlace:hover {color: #F90B04; text-decoration: none;}

/*FUENTES*/
.h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.fuente25blanca {
    color: #FFFFFF;
    font-style: normal;
	font-size: 25px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.fuente20blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    word-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.fuente18blanca {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.fuente20negra {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.fuente18negra{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.fuente18roja {
    color: #E90703;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto', 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;
}
.padding15arriba {
    padding-top: 15px;
}
.paddings10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.colchon {
    margin-left: 10px;
    margin-right: 10px;
}

/*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-grisobscuro {
    background-color: #333333;
}
.fondo-azulFB {
    background-color: #3b5998
}
.fondo-negro {
    background-color: #000000;
}
.fondo-rojo {
    background-color: #8F0503;
}
.fondo1 {
    background-image: url(../imagenes/bckd.jpg);
    background-repeat: repeat;
}
.fondo-blanco {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px #060606;
    box-shadow: 0px 0px 40px #060606;
    position: relative;
  z-index: 10;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
}
.sombra {
    -webkit-box-shadow: 0px 7px 10px #828282;
    box-shadow: 0px 7px 10px #828282;
    z-index: 100;
}
.altura60 {
    height: 60px;
}
.altura20 {
    height: 20px;
}

.bordeblanco {
    border-left: medium solid #FFFFFF;
}
