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

.active {
   background:#000000;
}

a {color: #FFD10F; text-decoration: underline;}
a:hover {color: #ffffff;}

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

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

/*FUENTES*/
.textoh1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.fuente25blanca {
    color: #FFFFFF;
    font-style: normal;
	font-size: 25px;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.fuente20blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    word-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.fuente20oro {
    color: #B3933C;
    font-style: normal;
    font-weight: normal;
    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-family: 'Roboto', sans-serif;
}
.fuente18negra{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.fuente18amarilla {
    color: #FFD10F;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    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;
}
.paddingabajo {
    padding-bottom: 20px;
}
.padding10arriba {
    padding-top: 15px;
}
.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: #262626;
}
.fondo-negro {
    background-color: #000000;
}
.fondo-azulFB {
    background-color: #3b5998
}
.fondo-oro {
    background-color: #B3933C;
}
.sombra {
    -webkit-box-shadow: 0px 7px 10px #828282;
    box-shadow: 0px 7px 10px #828282;
    z-index: 100;
}
.min-height {
    height: 80px;
}.bordenegroarriba {
    border-top: 20px solid #000000;
}
.padding {
}
.float{
	position:fixed;
	bottom:40px;
	right:3px;
  z-index:100;
}