@charset "UTF-8";
/* CSS Document */
*{
	font-size: 98%;
	color:#171717;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*el fondo de la cabeza*/
.cabeza
{
	height: 90px;
	background-image: url("../images/header/adf_back.jpg");
	background-repeat: repeat-x;
	background-position: right;

}

.cabeza_izq{
	background-image: url("../images/header/adf_der.png");
	background-repeat: no-repeat;
	background-position: right;
}

p{
	text-align: justify;
	font-weight: lighter;
}

h2, h3, h4, h5{
	color: #151E46;
	font-style:italic;
	font-weight: lighter;
}

.main{
	margin-top: 20px;
}

.adf_titulo_1{
	border-bottom: 1px solid #F2983E;
	margin-bottom: 25px;
}

.adf{
	color: #5E7E9F;
	font-weight: 400;
	font-style: normal;
}

/*ENLACES*/
.linkblue{
	color: darkblue;
}

/*COLORES DE LAS CAJAS*/
.claro{
	margin-top: 20px;
	background-color: #B3BECD;
	color: red;
	padding: 20px 10px 20px 10px;
	border:10px #E8E8E8 solid;
}

.medio{
	margin-top: 20px;
	background-color: #687D9B;
	color: red;
	padding: 20px 10px 20px 10px;
	border:10px #E8E8E8 solid;
}

.obscuro{
	margin-top: 20px;
	background-color: #434F71;
	color: red;
	padding: 20px 10px 20px 10px;
	border:10px #E8E8E8 solid;
}


/*FOOTER STYLES*/
.footer {
	border-top:5px solid #00244D;
	font-size: .8em;
	/*background-color:aliceblue;*/
	padding:10px;
	margin-top:20px;
	
	color:dimgray;
}

.footer p, a, h5{
	color:white;
}

.footer ul li
{
	color:white;
}

/*CARDS*/
.card{
	/*margin-bottom: 30px;*/
}


