/*  COMÚN  */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.63em;
	background-color: #C8C8C8;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#contenedor {
	width: 990px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #5581C0;
	margin: 0px auto 0px auto;
}

#logo {
	float: left;
	padding-left: 7px;
}

#publi_superior {
	padding-right: 2px;
	padding-top: 2px;
}

#principal {
	width: 965px;
	margin: 0px auto 0px auto;
	background-color: #F5F5F5;
}

.firefox {
	height: 1px;
}

/*  PORTADA  */

#contenido_portada {
	width: 850px;
	margin-left: 50px;
	background-color: #5581C0;
}

.portada_bloque {
	margin-bottom:5px;
}

.portada_bloque_opinion {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 1.25em;
	text-align: left;
}

.portada_bloque_opinion a {
	font-size: 1em;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

.portada_bloque_opinion a:hover {
	text-decoration: underline;
}

#secciones_portada {
	text-align: left;
	margin-top: 20px;
}

/*  PIE  */

#pie {
	background-color: #5581C0;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#pie a {
	color: white;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

/*  TITULOS  */

.titulo {
	font-size: 1.35em;
	color: #ABC6F1;
	font-weight: bold;
	text-transform: uppercase;	
}

.desc_link {
	font-size: 0.9em;
}