/* ESTRUCTURA LA 2 NOTICIAS */

/*DEFINICIONES GENERALES*/
/* * html, h1, h2, h3, h4, div, p, table, tr, td, div, span, li, ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
    font-size: 100%;
	}*/
dl, dt, dd {
margin: 0;
padding: 0;
}
li, ul {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	list-style-type: none;
	}
img, table {
	border:0;
	}
#cab1, #pie0, #pie1, #pie2 {/*DEFINICIONES GEN?RICAS MEN?S HORIZONTALES SIMPLES*/
	width: 100%;
	font-size: 65%;
	float: left;
	}


/*ESTRUCTURA CUERPO PRINCIPAL*/
body {
margin: 0;
width: 100%;
/*height: auto; */
background-color: #000;
}
body, #contenedor {	/*mantiene centrado el contenedor en la p?gina y elimina los m?rgenes*/
margin: 0 auto;
}
#contenedor {
	width: 998px; /* Valor por defecto para Explorer por si el usuario no tiene activado javascript */ 
	width: expression( 
		document.body.clientWidth > (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		document.body.clientWidth < (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		"auto" );
	max-width: 998px;
	min-width: 998px;
	background-color: #000;
	}

#accesskey {
	}

.oculto {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: red;
	}

#tablacentral {/*TABLA CENTRAL DE 4 COLUMNAS*/
		width: 998px; /* Valor por defecto para Explorer por si el usuario no tiene activado javascript */ 
	width: expression( 
		document.body.clientWidth > (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		document.body.clientWidth < (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		"auto" );
	max-width: 998px;
	min-width: 998px;
	background-color: #FFFFFF;
	padding: 0px; 
	border-collapse: collapse;	
	padding-bottom: 12px;
	margin: 0 auto;
	
	}

#col1 {
	width: 50%;
	background-color: #a29e9d;
	padding: 10px 0 12px 24px;
	}
#col2 {
	width: 50%;
	background-color: #a29e9d;
	padding: 0 24px 12px 14px;
	}
.content1, .content2 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding-top: 10px;

	}
/*ESPECIFICACIONES GENERALES COLUMNA IZQUIERDA*/
/*h1 {
	width: 449px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 94%;
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 0 0 26px;
	}
	h1#portada {
		background-color: blue;
		}
.visor {
	width: 449px;
	height: 388px;
	background-color: #000;
	color: #FFF;
	padding: 0 0 0 26px;
	}
	.visor#portada {
		background-color: blue;
		}*/

/* DEFINICION PIE LA 2 NOTICIAS */
#pie {
	width: 998px; /* Valor por defecto para Explorer por si el usuario no tiene activado javascript */ 
	width: expression( 
		document.body.clientWidth > (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		document.body.clientWidth < (1024/12) * 
		parseInt(document.body.currentStyle.fontSize)?
		"998px":
		"auto" );
	max-width: 998px;
	min-width: 998px;
	margin: 0 auto;
	height:auto;
	}
#pie0 {
	display: none;
	}

#pie1{
	margin: 2px 0 0 0;
	height: 41px;
	padding: 0;
	color: #FFF;
	text-align: left;
	background-color: #000;
	}
	.tve#contenedor #pie1{ background-color: #001840; }


ul#linkspie1 { 
	width: auto;
	padding-left: 22px;
	}
ul#linkspie1 li, ul#linkspie2 li {
	float: left;
	display: block;
	line-height: 41px;
	}


	.itemcopyright{
		width: auto;
		}

	.itemlegal{
		width: auto;
		color: #FFF;
		text-align: left;
		}
	li.itemlogo{
		width: auto;
		float: left;
		text-align: left;
		margin: 2px 0 0 0;
		}
		li.itemlogo img {
			width: 37px;
			height: 37px;
			border: 0px;
			}
		li.itemlogo a {
			width: 37px;
			background-repeat: no-repeat;
			display: block;
			}
			
		li.itemlogo#logotve a:link, 
		li.itemlogo#logotve a:active, 
		li.itemlogo#logotve a:visited {
			background-image: url(http://www.rtve.es/imgfiles/1/la2noticias/L2N_TSYSTEMS/l2n_logopie_tve.gif);
			}
		li.itemlogo#logotve a:hover{
			background-image: url(http://www.rtve.es/imgfiles/1/la2noticias/L2N_TSYSTEMS/l2n_logopie_tve.gif);
			}


ul#linkspie2 {
	float: right;
	padding: 0 24px 0 0;
	font-weight: normal;
	}
	li.itemtext{
		color: #FFFFFF;
		padding-right: 10px;
		float: left;
		}
		span.linea{
			padding-left: 10px;
			font-weight: bold;
			}
			.tve#contenedor #pie1 .linea{ color: #FFF; }

	.itemtext a:link, 
	.itemtext a:active, 
	.itemtext a:visited {
		text-decoration: none;
		color: #FFF;
		padding-right: 2px;
		}
	.itemtext a:hover{
		text-decoration: underline;
		color: #f2abac; 
		}
		.tve#contenedor #pie1 .itemtext a:hover{ color: #f2abac; }
		
		


