/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper {
	width: 922px;
	margin: 30px auto; /* margenes laterales a 0 y superior e inferior auto */
	text-align: left; /* alineación del contenido a la izquierda para evitar el alineado center de body */
	background-color: #FFFFFF;
}

#cabecera {
	width: 100%;
	height: 334px;
	background: #FFFFFF url(../images/cabecera.gif) top left no-repeat;
}

#contenido {
	width: 100%;
	min-height: 366px;
	background: #FFFFFF url(../images/contenido_bg.gif) top left no-repeat;
}

	#contenido.portfolio {
		width: 882px;
		padding: 20px;
	}

#contenido h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#contenido h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#bottom {
	width: 100%;
	height: 201px;
	background: #FFFFFF url(../images/pie.gif) no-repeat center top;
	text-align: center;
}

#sub_bottom {
	width: 100%;
	background: #FFFFFF url(../images/sub_bottom.jpg) no-repeat center top;
	text-align: center;
}

#col_1 {
	position: relative;
	width: 400px;
	float: left;
	margin: 20px;
}
	
	#col_1 ul {
		position: relative;
		top: 10px;
		left: 40px;
		list-style-type: none;
	}
		#col_1 ul li {
			width: 300px;
			height: 144px;
			margin: 40px auto auto auto;
		}
		
			#col_1 ul li div.icono {
				float: left;
				width: 156px;
				height: 144px;
			}
			
			#col_1 ul li div.seccion {
				float: right;
				width: 140px;
				height: 144px;
			}
			
		#col_1 ul li h2 {
			color: #C3171A;
		}
	
		#col_1 ul li img {
			border: 0px;
		}

#col_2 {
	position: relative;
	width: 440px;
	float: right;
	margin: 20px 40px 0 0;
}
	#col_2 * {
		margin-bottom: 10px;		
	}
	
	#col_2 ol, #col_2 ul {
		margin-left: 40px;
	}
	
/* Estilos menus navegación */
#nav_1 {
	margin-left: 17px;	
}
	#nav_1 ul {
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
		width: 740px;
	}
	
	#nav_1 ul li {	
		color: #000032;
		float: left;
		padding: 0 5px 0 0;	
	}
	
	#nav_1 ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 11px;
		color: #000032;
		text-decoration: none;
	}
	
	#nav_1 ul li a:hover {
		color: #ED4848;
	}
	
	#nav_1.cabecera {
		position: relative;
		top: 300px;	
		left: 20px;
		color: #ED4848;
	}
	
	#nav_1.cabecera ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	#nav_1.cabecera ul li {
		color: #ED4848;
	}	
	
	#nav_1.cabecera ul li a {
		color: #ED4848;
	}

	#nav_1.cabecera ul li a:hover {
		color: #000032;
	}

#nav_2 {
	float: right;	
	margin-top: 10px;
	margin-right: 20px;
	padding: 2px;
	width: 596px;

	background-color: #DB0000;
}
	#nav_2 ul {		
		padding: 0;
		list-style-type: none;
	}
	
	#nav_2 ul li {	
		color: #000032;
		float: left;
		padding-right: 10px;
		padding-top: 2px;	
	}
	
	#nav_2 ul li a {
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#nav_2 ul li a:hover {
		color: #CCCCCC;
	}
	
.nav_3 {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	width: 600px;
}
	.nav_3 ul {
		background-color: #ED4848;
		
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
	}
	
	.nav_3 ul li {	
		color: #000032;
		float: left;
		padding-right: 10px;	
	}
	
	.nav_3 ul li a {
		font-size: 11px;
		color: #000032;
		text-decoration: none;
	}
	
	.nav_3 ul li a:hover {
		color: #ED4848;
	}
	
/* Estilos párrafos */
p {
	line-height: 14pt;
}

/* Estilos Enlaces */
a {
	color: #0468ba;
	text-decoration: none;
}

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

/* class clear */
.clear {
	clear: both;
}

/*
	SECCIÓN PERIÓDICO DIGITAL 
*/
#portadas {
	text-align: center;
}

	#portadas ul {
		list-style-type: none;
	}
	
		#portadas ul li {
			margin: 5px;
			float: left;
		}
		
		#portadas ul li a img {
			border: 0px;
			width: 150px;
			height: 199px;
		}
		
		#portadas ul li a {
			color: #ED4848;
			text-decoration: none;
		}
		
		#portadas ul li a:hover {
			color: #000032;
		}
	
	#portadas h2 {
		text-align: left;
	}
	
	#portadas ul#anteriores {
		list-style-type: none;
	}
	
		#portadas ul#anteriores li a {
			color: #666666;
		}	
		
		#portadas ul#anteriores li a:hover {
			color: #ED4848;
		}
		
/*
	SECCIÓN CALENDARIO 
*/
#calendario {
	text-align: center;
}

	#calendario ul {
		margin-left: 30px;
		list-style-type: none;
	}
	
		#calendario ul li {
			float: left;
			margin-right: 20px;
		}
		
		#calendario ul li img {
			border: 0px;
			width: 152px;
			height: 122px;
		}
		
		#calendario ul li img a {
			border: 0px;
		}
		
/*
	SECCIÓN CONTACTO 
*/
#contacto {
	text-align: left;
}

/*
	SECCIÓN DISTRIBUCION
*/
#puntos_distribucion ul {
	list-style-type: none;
	text-align: center;
}

	#puntos_distribucion ul li {
		float: left;
		text-align: center;
		margin: 10px;
		color: #000000;
		width: 100px;
		height: 200px;
	}

	#puntos_distribucion ul li div.imagen {
		width: 93px;
		height: 93px;
		background-color: #CCCCCC;
		border: 1px solid #000000;
		
	}
	
	#puntos_distribucion #paginacion {
		float: right;
		margin: 0 20px;
	}
		#puntos_distribucion #paginacion a {
			float: left;
			display: block;
			height: 15px;
			font-weight: bold;
			color: #ED4848;
		}
		
/*
	SECCION CLASIFICADOS 
*/
#form_subcategorias label {
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin-right: 10px;
}

#form_subcategorias select.lista_select {
	font-size: 10px;
}

#form_subcategorias select.lista_select option {
	margin-bottom: 0px !important;
}

#anuncios ul {
	list-style-type: none;
}

	#anuncios ul li {
		border-bottom: 1px dotted #666666;
	}
	
	#anuncios div.telefono {
		float: left;
		width: 70%;
		
		font-weight: bold;
	}
	
	#anuncios div.fecha {
		float: right;
		text-align: right;
		width: 30%;
		
		font-weight: bold;		
	}
	
	#anuncios span.titulo {
		color: #ED4848;
		font-weight: bold;		
	}

#paginacion_anuncios {
	float: right;
}
	
	#paginacion_anuncios a, #paginacion_anuncios span {
		float: left;
		display: block;
		height: 15px;
		margin: 1px;
		padding: 3px;
		border: 1px solid #666666;
		
		color: #ED4848;
		font-weight: bold;
	}
	
	#paginacion_anuncios a.pagina_actual {
		background-color: #ED4848;
		color: #FFFFFF;
	}
	
/*
	SECCIÓN PORTFOLIO
*/
ul#portfolio {
	list-style-type: none;
}

	ul#portfolio li {
		float: left;
		width: 150px;
		height: 120px;
		
		margin: 10px 13px;
	}
	
		ul#portfolio li a img {
			border: 0px;
		}
		
		ul#portfolio li a img:hover {
			width: 146px;
			height: 116px;
			border: 2px solid #ED4848;
		}