/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
	background: #7b8185 url(/images/contenido_bg.gif) top center no-repeat fixed;
	
}

#wrapper {
	width: 922px;
	text-align: left; /* alineación del contenido a la izquierda para evitar el alineado center de body */
	min-height: 88%;
	height: auto !important;
	height: 88%;
	margin: 0 auto -90px;	
}

#push {
	height: 100px; /* .push must be the same height as .footer */
}

#cabecera {
	width: 100%;
	height: 109px;
	background: #1a171b url(/images/fondo_cabecera.jpg) top center no-repeat;
}

#contenido {
	width: 100%;
	min-height: 366px;
}

#contenido p{
	line-height:20px;
	text-align:justify;
}
	#contenido.portfolio {
		
		
		
}
#contenido.portfolio li a	{
		
	
}
#contenido h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

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


#sub_bottom {
	width: 100%;
	height: 100px;
	background: #e0e2e3;
	text-align: center;position: relative;
}

#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 */
.menu_cont{
	height: 22px;
	background-color: #8a9095;
	margin:0 auto;	
}

.menu {
	
	
	width: 922px;
	margin:0 auto;
	
}

.menu img {
	float:left;
}

.menu a {
	display:block;
	border:none;
	background-position:left bottom;
	background-repeat:no-repeat;
	height:22px;
}
.menu a:hover { background-position: 0 0px; text-decoration: none; }
.menu .alt { display:none; }
.menu a#inicio { background-image: url(/images/menu/home.gif); width: 72px; float:left;}
.menu a#portfolio { background-image: url(/images/menu/portfolio.gif); width: 64px; float:left; }
.menu a#clasificados { background-image: url(/images/menu/clasificados.gif); width: 88px; float:left; }
.menu a#distribucion { background-image: url(/images/menu/distribucion.gif); width: 86px; float:left; }
.menu a#anunciate { background-image: url(/images/menu/anunciate.gif); width: 74px; float:left; }
.menu a#digital { background-image: url(/images/menu/periodicodigital.gif); width: 143px; float:left; }
.menu a#anteriores { background-image: url(/images/menu/edicionesanteriores.gif); width: 80px; float:left; }
.menu a#calendario { background-image: url(/images/menu/calendario.gif); width: 89px; float:left; }
.menu a#contacto { background-image: url(/images/menu/contacto.gif); width: 71px; float:left; }

.menupie {
	color: #7b8185;
}

.menupie:hover {
	color: #f2950b;
}

#nav_1 {
	margin-left: 0px;	
}
	#nav_1 ul {
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
		width: 922px;
	}
	
	#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: 12px;
		color: #7b8185;
		text-decoration: none;
	}
	
	#nav_1 ul li a:hover {
		color: #f2950b;
	}
	
	#nav_1.cabecera {
		position: relative;
		top: 300px;	
		left: 20px;
		color: #f2950b;
	}
	
	#nav_1.cabecera ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

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

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

#nav_2 {
	/*float: right;	*/
	margin-top: 10px;
	margin-right: 20px;
	padding: 2px;
	width: 853px;
	/*background-color: #f2950b;*/
}
	#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: 14px;
		color: #000;
		text-decoration: underline;
	}
	
	#nav_2 ul li a:hover {
		color: #fff;
	}
	
.nav_3 {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	width: 600px;
}
	.nav_3 ul {
		background-color: #f2950b;
		
		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: #f2950b;
	}
	
/* 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;
			background-color:#999;
			padding:10px;
		}
		#portadas ul li span{
			color:#FFF;
		}
		#portadas ul li a imgPubli {
			border: 0px;
			width: 150px;
			height: 199px;
		}
		
		#portadas ul li a {
			color: #000;
			text-decoration: none;
		}
		
		#portadas ul li a:hover {
			color: #666;
		}
	
	#portadas h2 {
		text-align: left;
	}
	
	#portadas ul#anteriores {
		list-style-type: none;
	}
	
		#portadas ul#anteriores li a {
			color: #7b8185;
		}	
		
		#portadas ul#anteriores li a:hover {
			color: #f2950b;
		}
		
/*
	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: #f2950b;
		}
		
/*
	SECCION CLASIFICADOS 
*/
#form_subcategorias label {
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin-right: 10px;
}

#form_subcategorias select.lista_select {
	font-size: 12px;
	height:30px;
	padding:5px;
}

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

#anuncios ul {
	list-style-type: none;
	
}
#listadoAnuncios{
	
	/*width:670px;*/
	float:left;
	position:relative;

	
	
}
#anuncios ul{
	
	
}
	
	#aFOndo{
		/*opacity: 0.4;
filter: alpha(opacity=40);
-moz-opacity: 0.40;	*/
	
	}
	
	#anuncios ul li {
		border-bottom: 1px dotted #7b8185;
		margin-bottom:15px;
		padding:10px;
		/*background-color:#fff;*/
		
		-moz-box-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image:url(../images/fondoAnuncio.png);
	}
	
	#anuncios div.telefono {
		margin-top:10px;
		float: left;
		width: 70%;
		
		font-weight: bold;
	}
	
	#anuncios div.telefono span{
		color:#000;
	}
	
	#anuncios div.fecha {
		float: right;
		text-align: right;
		width: 30%;
		
		font-weight: bold;		
	}
	
	#anuncios span.titulo {
		color: #f2950b;
		font-weight: bold;	
		padding:5px;
		background-color:#000;	
	}
	
	.texto {
		color: #333;
		line-height:22px;
		font-size:13px;
		
	}

#paginacion_anuncios {
	margin-bottom:20px;
	
}
	
	#paginacion_anuncios a, #paginacion_anuncios span {
		float: left;
		display: block;
		height: 15px;
		margin: 1px;
		padding: 5px;
		border: 1px solid #7b8185;
		
		/*color: #f2950b;*/
		color:#333;
		font-weight: bold;
	}
	
	#paginacion_anuncios a.pagina_actual {
		background-color: #f2950b;
		border:none;
		color: #FFFFFF;
	}
	
/*
	SECCIÓN PORTFOLIO
*/
ul#portfolio {
	list-style-type: none;
	margin : -10px;
}

	ul#portfolio li {
		float: left;
		width: 170px;
		height: 140px;
		
		margin: 10px 10px;
	}
	
		ul#portfolio li a img {
			border: 0px;
		}
		
		ul#portfolio li a img:hover {
			width: 166px;
			height: 136px;
			border: 2px solid #f2950b;
		}
		
		
		
/*Slider*/
.slider-indent {
	position:relative;
	width:259px;
}
.slider-indent1 {
	position:relative;
	padding:20px 0 0 40px
}
	#slider {		
		width:259px;
		overflow:hidden;
	}
	.slider {
		width:100%;
	}
		#slider, #slider1 h6 {
			text-align:center;
			width:259px;
		}
		#slider div, #slider1 div {
			background:none !important;
		}
		.slide {
			width:858px;
			overflow:hidden;
		}
			.slide div {
				width:259px;
				padding-right:40px;
				float:left;
			}
			.slide .last {
				padding:0
			}
	.next1 {
		position:absolute;
		right:5px;
		top:4px;
		z-index:20;
	}
	.prev1 {
		position:absolute;
		left:3px;
		top:4px;
		z-index:20;
	}
	.next2 {
		position:absolute;
		right:0;
		top:143px;
		z-index:20;
	}
	.prev2 {
		position:absolute;
		left:0;
		top:143px;
		z-index:20;
	}
	.next3 {
		position:absolute;
		right:0;
		top:143px;
		z-index:20;
	}
	.prev3 {
		position:absolute;
		left:0;
		top:143px;
		z-index:20;
	}
	
	
h6 {	font-size:1.428em; padding:30px 0 18px 0; letter-spacing:0;}
	.h6-pad {
		padding:2px 0 16px 0;
		color:#777b7e;
	}
	.h6-pad1 {
		padding:24px 0 16px 0;
		color:#777b7e;
	}

#slider .slider-divider, #slider1 .slider-divider {
	background:url(../images/main-divider-bg.png) 279px 0px repeat-y !important;
}
/**/

		
/*Calendar*/
.calendar { padding: 0px;width:260px; margin-top:8px; background:none;}
.calendar thead th {
	text-align:center;
	background:#2d3337;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:20px;
	width:37px;
	color:#fff;
	font-weight:normal;
	border:none;
	}
	
	.calendar thead tr {
		margin-bottom:8px;
	}
	.calendar .festivo {
		background:#99a2a8 !important;
	}
	.active {
		background:#f2950b !important;
		font-weight: bold; 
		color:#ffffff !important;
	}
.calendar tbody td {
	padding:10px 0 10px 0px;
	width:37px;
	font-size:16px;
	text-align:center;
	background:none;
	border:none;
	color:#4d4d4d;
	border-bottom:1px solid #99a2a8;
}
.calendar .none td {
		border:none;
	}
.calendar tr:hover td {
	background:none;
}
.calendar td:hover {
	/*cursor:pointer;*/
	}

/**/
.indent {
	padding:0 0 95px 0
}
.indent1 {
	padding:35px 0 75px 0
}
	.padding {
		padding-bottom:95px;
	}

	.border {
		background:url(../images/hr.png) left bottom repeat-x;
		padding-bottom:20px;
		margin-bottom:25px;
	}
		.border-pad {
			margin-bottom:15px;
		}
		.border p {
			padding-top:12px;
		}

.col-indent {
	padding:0 16px 0 0;
}

.caja_form {
	background: url('/images/fondo_caja.png') no-repeat center center;
}

.caja_ancha_form {
	background: url('/images/fondo_ancho_caja.png') no-repeat center center;
}

.caja_naranja {
	background: url('/images/caja_naranja.png') no-repeat center center;
}


.tit_celda {
	color:#3a393c; 
	font-size: 14px
}

.combo {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border: none;
	background:#5f5f5f;
	width: 250px;
}
.celda20 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda20.gif') no-repeat center center;
	width: 20px;
}
.celda50 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda50.gif') no-repeat center center;
	width: 50px;
}
.celda150 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda150.gif') no-repeat center center;
	width: 150px;
}
.celda250 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda250.gif') no-repeat center center;
	width: 250px;
}
.celda500 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda500.gif') no-repeat center center;
	width: 500px;
}
.celda500c {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda500.gif') no-repeat right center;
	width: 300px;
	border-left:#000 2px solid;
}
.celda500b {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 19px;
	background: url('/images/celda500.gif') no-repeat left center;
	width: 150px;
	border-right:#000 2px solid;
}
.celda250s {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 21px;
	/*background: url('/images/celda250.gif') no-repeat top center;*/
	background-color:#cacbcc;
	width: 250px;
}
.celda250s2 {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	height: 21px;
	/*background: url('/images/celda250.gif') no-repeat top center;*/
	background-color:#e1e2e4;
	width: 250px;
}
.grisSelect{
	background-color:#f0f0f0;
	
}
.areacontacto {
	color: #f2950b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background: url('/images/areacontacto.gif') no-repeat left center;
	padding-left: 0;
	padding: 10px;
	padding-top: 20px;
	border: none;
	width: 520px;
	height: 150px;
	resize: none;
	padding-right:20px;
}

.columCla{
 position:relative; 
 width:235px; 
 float:left;
 	
}

.columCla ul {
	list-style-type: none;
	line-height:24px;
	color:#666;
}

.columCla ul li a{
	list-style-type: none;
	line-height:20px;
	color:#666;
	text-decoration: underline;
}

.columCla ul li a:hover{
	
	color:#333;
	text-decoration: none;
}
.columCla h2 {
	color:#333;
}

.spSepara{
	margin-left:2px;
	margin-right:3px;
}

.someClass{
	background:#f2950b !important;
		font-weight: bold; 
		color:#ffffff !important;
		cursor:default;
		
}

option.negroSelect{
	background-color: #000;
	color:#FFF;
	
}

.btnBuscar{
	background-color:#000;
	color:#F90;
	border: #666 1px solid;
	padding: 7px 25px 7px 25px;
	width:160px;
	cursor:pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#busAvanzada{
	background:url(../images/fondoAvanzado.png) no-repeat;
	width:930px; height:150px;
	display:none;
}

#fotos li{
	padding-bottom:10px;
}

#form ol {
	list-style:none;
}

.container input{
	margin-top:200px;
	
}
