/* Piezas */

	body {
		background: #fff;
		margin: 0;
		padding: 10px 0px 0px 0px;
		font-family: trebuchet ms, lucida grande, tahoma, arial, geneva, verdana, helvetica, sans-serif;
		text-align: center;
	}

	.maq {
		clear: both;
		margin: 0 auto;
		font-size: 11px;
		width: 992px; /* ie */
	}

	* > .maq {
		width: 990px; /* ffx */
	}

/* - - - - - - - - - - - - - - - - - - - - */

	* {
		line-height: 120%;
	}

	* {
		border: 0 solid #cfcac0;
	}

/* ENLACES */

	a {
		color: #6E380D;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

/* Formularios */

	form, fieldset, legend, select, input, label {
		display: inline;
		clear: none;
		float: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	label {
		font-size: 11px;
	}

	input, select {
		vertical-align: middle;
	}

	input.brd {
		position: relative;
		vertical-align: center;
		border-width: 1px;
	}

	* > input.brd {
		padding: 2px 0; /* ffx */
	}

	* input[type="radio"] {
		border-width: 0; /* ffx */
	}

/* div + listas */

	div {
		width: auto;
		clear: none;
		text-align: left;
	}

	dl, dt, dd {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	ul {
		display: block;
		clear: left;
		margin: 0;
		padding: 0 0 0 20px;
	 }

	 ul li  {
		font-size: 13px;
		line-height: 16px;
	 }

	 ol li {
		list-style: decimal;
		color: #000;
		font-size: 12px;
		line-height: 14px;
	 }

	ol {
	 	margin-left: 24px;
	 	padding-left: 0;
	 }

	 * > ol {
	 	margin-left: 0;
	 	padding-left: 21px;
	 }

	div:after, div:before, ul:after, ul:before, dl:after, dl:before {
		content: " ";
		display: block;
		overflow: hidden;
		clear: both;
		line-height: 0;
	}

/* ENCABEZADOS */

	h1 {
		display: none;
	}

	h2, h3, h4, h5, h6 {
		display: block;
		margin: 0px;
		padding: 0px;
	}

	h2 {
		font-size: 35px;
		color: #7C6749;
		margin-top: 7px;
	}


/* REGIONES Y AREAS */

	.sct {
		position: relative;
		width: 100%;
		clear: both;
		margin: 1px 0 0 0;
	}

	.area {
		position: relative;
	}


/* TAMAÑOS ÁREAS */

	/* estándar */

	.auto {
		width: 100%; /* ie */
	}

	* > .auto {
		width: auto;  /* ffx */
	}

	.a50pct {
		width: 50%;
	}

	.a990 {
		width: 990px;
	}


	/* Cuerpo portada 
	.a825 {
		width: 825px;
	}*/

	/* Portada columna noticias 
	.a609 {
		width: 609px;
	}

	.a330 {
		width: 330px;
	}

	.a247 {
		width: 247px;
	}*/

	/* Portada fotonoticia 
	.a216 {
		width: 216px;
	}


	.a165 {
		width: 165px;
	}*/
	

	

/* CARACTERISTICAS */

	.brd {
		border-width: 1px;
	}

	.fnd {
		background: transparent;
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	.izq {
		float: left;
	}

	.der {
		float: right;
	}

/**/

	.absizq {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		z-index: 1;
	}

	.absder {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		z-index: 1;
	}



	.inl, .blq {
		position: relative;
		list-style: none;
		clear: none;
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.inl {
		display: inline;
	}

	.blq {
		display: block;
	}

	.inl:after, .inl:before, .blq:after, .blq:before {
		display: none;
	}

	.no {
		display: none;
	}

	.nomr {
		margin: 0 ! important;
	}

	.nopd {
		padding: 0 ! important;
	}


/* CAJA */

	.caja {
		position: relative;
		width: 100%; 
		overflow: hidden;
		padding: 7px;
	}

	* > .caja {
		width: auto; 
	}

	.izq .caja.brd {
		margin: 7px 0 7px 7px;
	}

	.der .caja.brd {
		margin: 7px 7px 7px 0;
	}


/* Menu */

	.menu {
		position: relative;
		clear: both;
		margin: 0;
		padding: 0;
	}

	.menu ul, .menu dl, .menu dt, .menu dd {
		list-style: none;
		margin: 0;
		padding: 0;
	}

/* Boton */

	.boton {
		border-width: 1px;
		border-color: #dcd6c2 #8c8266 #8c8266 #dcd6c2;
		cursor: hand;
		background-color: #f6f6f6;
		padding: 2px 6px;
		text-align: center;
		font-size: 11px;
		line-height: 17px;
		font-weight: normal;
		text-decoration: none;
	}

	.boton:hover {
		border-color: #8c8266 #dcd6c2 #dcd6c2 #8c8266;
		text-decoration: none;
	}

	.boton:active {
		border-color: #8c266 #dcd6c2 #dcd6c2 #8c8266;
	}

	input.boton {
		padding: 0;
		vertical-align: middle;
		cursor: pointer;
	}

	input[class="boton"] {
		padding: 2px 6px; /* ffx */
	}

	.boton.mas {
		display: block;
		float: right;
		clear: right;
		margin: 0 7px 7px 7px;
		text-align: right;
	}

/* Elementos información */

	.cliche {
	 	display: block;
	 	clear: left;
		font-weight: normal;
		font-family: palatino, georgia, times new roman, serif;
		text-transform: uppercase;
	}

	.cliche, .subcl, .cintillo, .titulillo, .titulo, .not p, .autor, .ante, .fecha {
		margin: 0 0 2px 0;
	}

	 .titulillo {
	 	display: block;
		font: normal 13px georgia, times new roman, serif;
		color: #cc0000 !important;
		text-transform: uppercase;
		font-weight: bolder;
	 }

	 .not p {
		margin-bottom: 7px;
		margin-top: 4px;
		font: normal 17px georgia, times new roman, serif;
		color: #666;
		}
		
	.not p:after, .not p:before {
		content: "";
		display: none;
	}

	.fecha {
		font-size: 11px;
		margin-top: -2px;
		border-bottom-width: 1px;
	}

	.autor {
		clear: both;
	 	display: block;
	 	font-weight: bolder;
		font-style: normal;
	}


/* NOTICIA */

	.not {
		position: relative;
		width: 100%; /* ie */
		clear: both;
		margin: 0 7px 7px 7px;
		padding: 0px 7px 0px 0px;
	}

	* > .not {
		width: auto;  /* ffx */
	}

	 .rel li {
		list-style-type: square;
		margin-top: 0;
		margin-bottom: 4px;
		font-family: georgia, times new roman, serif;
		color: #8c8266;
	 }


	 .not ul:before, .not ul:after, .not ul li:before, .not ul li:after  {
		display: none; /* IMPORTANTE PARA SOLUCIONAR PROBLEMA .not .img >> .not p .ul */
	 }

/* variaciones por contenedor */

	/* a418 */

	.a418 .not {
		margin-right: 14px;
	}

/* Imágenes */

	img {
		display: block; /* ie */
		border: 0;
		margin: 0;
		padding: 0;
	}

	.img {
		position: relative; /* ie */
		overflow: hidden;
		clear: none;
		text-align: left;
	}

	.img .brd {
		display: block;
		position: relative;
		z-index: 100;
		border-width: 0;
		margin: 0;
		padding: 1px;
	}

	* > .img.der .brd {
		margin-left: 3px;
	}

	* > .img.izq .brd {
		margin-right: 3px;
	}

	.img .autor {
		padding: 2px 2px;
	 	font-weight: normal;
		text-align: right;
		text-transform: uppercase;
		font-family: georgia, times new roman, serif;
		font-size: 9px;
	}

	/* Imágen a tamaño de ancho total */
	.i250 img {
		width: 250px;
		display: block;
		border: 1px solid #fff;
	}

	.i250 {
		border: 1px solid #cfcac0;
		width: 254px;
		margin: 0px;
		padding: 0px;
		margin-left: 10px;
	}
	
	.not > .i250 {
		width: 252px;
	}

	.not ul {
		color: #84825B;
		font-size: 12px;
	}
	
	.not ul li {
		padding-top: 4px;
		list-style: square;
	}
	
	.not ul a {
		font: normal 13px georgia, times new roman, serif !important;
		/*color: #cc0000;*/
	}
	
	.not p strong {
		display: block;
		clear: left;
		color: #000000;
	} 
	
	/* Heredados */
	
	.i {
		font-style: italic;
	}
	
	.b {
		font-weight: bolder;
	}
	
	/* Noticia */ 
	
	p {
	
	}
	
	p.texto {
		font: 16px/150% Arial, Verdana, Helvetica, sans-serif !important;
		color: #000 !important;
	}

	p.texto a {
		text-decoration: underline;
	}

	p.texto a:hover {
		color: #c00;
	}
	
	/* Tu opinión en noticia */

	.utnot {
		clear: both;
		height: 30px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		border-width: 1px 0px;
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	 }
	 
	.not > .utnot {
		height: 29px;
	}

	.utnot li {
		float: left;
		clear: none;
		list-style-type: none !important;
	 }

	.utnot span {
		display: none;
	}

	.utnot em {
		font-style: normal;
		font-weight: bolder;
		color: #c00;
	}

	.utnot .servnot {
		/*background-color: #ccc;*/
		margin-top: 1px;
		display: block;
		float: right;
	}

	.utnot .servnot {
		/*padding-top: 4px;*/
		text-align: right;
	}
	
	.utnot .servnot a {
		font-family: trebuchet ms, tahoma, arial, geneva, verdana, helvetica, sans-serif !important;
		padding-left: 35px;
		padding-top: 6px;
		padding-right: 6px;
		padding-bottom: 6px;
		display: inline;
		width: auto;
		clear:none;
	}
		
	.utnot .servnot a.imp {
		border-left: 1px solid #cfcac0;
		background: url(../img/icos/imp.gif) left 2px no-repeat;
	}
	
	.utnot .servnot a.vol {
		border-left: 1px solid #cfcac0;
		background: url(../img/icos/vol.gif) left 2px no-repeat;
	}

	/* Compartir noticia */
	
	.comnot a.ico {
	width: 25px;
	height: 16px;
	}
	
	a.ico span {
		display: none !important;
		color: #000000 !imporant;
	}
	
	.comnot > a.ico {
	padding-left: 25px;
	}
	

	
	.utnot ul li,.utnot ul {
		list-style: none !important;
	}
	
	ul li.localizador {
		display: block:
		float: left;
		clear: left;
	}
	
	li.localizador dl {
		float: left;
		clear: left;
		color: #000000;

		padding: 4px;
	}
	
	
	li.localizador dl dd {
		display: inline;
		color: #000;
	}

		
	li.localizador dl dd.autor {
		font: bolder 12px georgia, times new roman, serif;	
	}
	
	li.localizador dl dd.localizacion {
		font: 12px georgia, times new roman, serif;
	}
	
/* Album de navegación */


/* Navegador */


	* .nav {
		display: block;
		clear: both;
		text-align: right;
		padding: 6px;
		background-color: #f1f0ed;
		height: 25px;
	}

 .img > .nav {
 		padding-top: 6px;
 }
	
	.nav .num {
		font-size: 16px;
		margin: 0px;
		float: left;
		clear: left;
		padding: 0px 0px 4px 4px;
		margin-right: 150px;
		text-align: left;
	}
	
	.nav > .num {
		margin-right: 145px;
	}		
	
	* .nav .boton {
		float: left;
		margin-left: 6px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}

	* .nav .ant {
		background-position: left center;
		background-image: url(../img/ant.gif);
	}

	* .nav .sig {
		background-position: right center;
		background-image: url(../img/sig.gif);
	}

	* .nav .ant:hover {
		background-image: url(../img/ant_over.gif);
	}

	* .nav .sig:hover {
		background-image: url(../img/sig_over.gif);
	}



/*  Botones de navegación en álbum */

.not .nav > a {padding: 0px;} /*ffx*/
/*.not .nav a {margin-top: 6px;)*/
.not .nav a.ant {margin-right: 5px;}

.not .nav .boton {
	width: 27px;
	height: 23px;
	margin: 0px;
}

.not .ant {background-position: 4px center;}
.not .sig {background-position: 9px center;}

.img .autor {
	padding-bottom: 7px;
}

