/* COMUN */
*{
	margin:0px;
	padding:0px;
}
body {
	background-image: url(../img/fondo_segmentacion.jpg);
	background-repeat: repeat-x;
 
}
#exterior {
	display: block;
	width: 952px;
	margin: auto;
}
#recuador_exterior {
	display: block;
	float: left;
	width: 952px;
}

/* CABECERA */
/*--------------------------------- SE PUEDE MODIFICAR ----------------------*/
/*--------------------------------------cabecera-----------------------------------*/
#cabecera {
	display: block;
	background-image: url(../img/cabecera.jpg);
	width: 920px;
	background-repeat: no-repeat;
	margin: auto;
	height: 244px;
	background-position: left;
}

#cabecera h1{
	font-size: 21px;
	color:#9C1416;
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:920px;
	text-align:center;
	padding-top:85px;
}

/*********************************** NO MODIFICAR ***********************************/

/* COMUN */
#exterior_enlaces {
	display: block;
	float: left;
	width: 910px;
	border: 1px solid #96151A;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#exterior a.buscador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
	margin-top: 5px;
}
#exterior a.marketing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	width: 150px;
	margin-top: 5px;
	padding-left: 320px;
}
#exterior a.anuncios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: right;
	width: 90px;
	margin-top: 5px;
}

/* PAGINA PRINCIPAL */

#exterior_enlaces h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	float: left;
	width: 928px;
	margin-bottom: 25px;
}
#exterior_enlaces a.intercambio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C4C4C;
	display: block;
	float: left;
	width: 450px;
	margin-bottom: 15px;
	text-decoration: underline;
	font-weight: bold;
}

#exterior_enlaces p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4C4C4C;
	display: block;
	float: left;
	width: 928px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#exterior_enlaces p a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	float: none;
	width: auto;
}

#exterior_enlaces a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	float: left;
	padding-right: 18px;
	width: 182px;
	margin-bottom: 15px;
	text-decoration: underline;
}

/* PAGINA ENLACES */


#exterior_enlaces #enlace {
	display: block;
	float: left;
	width: 928px;
	margin-bottom: 15px;
}
#exterior_enlaces #enlace a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	float: left;
	width: 928px;
	padding: 0;
	margin-bottom: 5px;
}
#exterior_enlaces #enlace p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	float: left;
	width: 600px;
	margin-bottom: 5px;
	margin-top: 0px;
}
#exterior_enlaces #enlace p.url {
	color: #7F7F7F;
}
#exterior_enlaces a.volver {
	color: #666666;
	width: 90px;
	float: right;
	padding: 0;
	font-size: 10px;
	text-align: right;
}

