/*
 * Estilos de la Web pública.
 * CSS2.0
 */
#cajaNoticias {
	float:left;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:center;
	width: 200px;
	height: 200px;
	overflow:hidden;
	word-wrap: break-word; 
	z-index: 2;
	
	background-color:#7B7E84;
}

	#cajaNoticias #opciones {
		padding-top: 10px;
	}

		#cajaNoticias #opciones img {
			padding-left: 2px;
			padding-right: 2px;
		}

#fondoNoticia {
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color:black;
	
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}

#imagenCerrar {
	width:50px;
	position:absolute;
	top:0px;
	left: 645px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

	#imagenCerrar h5 { 
		width:auto; 
		height:auto; 
		margin:0px; 
		padding:0px; 
		font-size:10px; 
		font-weight: normal;
		
		color: black; 
		background-color: white; 
	}
	
	#imagenCerrar a { color: black; font-size:10px; font-weight:normal; }

#listaNoticias {
	width:auto;
	height: 150px;
	overflow:hidden;
	z-index: 30;
}

	#listaNoticias ul {
		width: auto;
		height:150px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		z-index: 20;
	}

	#listaNoticias li {
		list-style-type: none;
		float:left;
		width:190px;
		height:150px; 
		display: inline;
	}
		
		#listaNoticias li .titulo{
			margin: 2px 5px 5px 10px;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size:120%;
			font-weight:bold;
			text-align:left;
			
			color: white;
		}
		
		#listaNoticias li .descripcion{	
			margin: 2px 5px 5px 10px;
			font-size:90%;
			text-align:justify;
			
			color:#D7D9DE;
		}
		
		#listaNoticias li .cuerpo{	
			width:100%;
			height:125px;
			overflow:hidden;
		}
		
		#listaNoticias li .pie{	
			margin: 2px 5px 5px 10px;
			height:25px;
			vertical-align:baseline;
			font-size:90%;
			
			color: white;
		}

		#listaNoticias li .pieNoticia{	
			font-size:80%;
			outline:none;
			color: white;
			cursor:pointer;
		}
		
		#listaNoticias li .pieNoticia:hover{		
			color: #ff9321;
		}

#marcoNoticia {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

#noticiaAmpliada {
	position:absolute;
	top:20%;
	left:20%;
	width:700px;
	height:500px;
	z-index:5100;
	border:2px solid #ff9321;
	background-color:#6B6B6A;
}

	#noticiaAmpliada .noticia {
		position:absolute;
		top:30px;
		left: 0px;
		width:100%;
		height:470px;
	}

#marcoFoto {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 6000;
}

#fotoAmpliada {
	position:absolute;
	top:25%;
	left:25%;
	width:600px;
	height:400px;
	z-index:6100;
	border:3px solid #000000;
}

	#fotoAmpliada .foto {
		position:absolute;
		top:0px;
		left:0px;
		width:600px;
		height:400px;
	}

	#fotoAmpliada #imagenCerrar {
		width:50px;
		position:absolute;
		top:0px;
		left: 545px;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		z-index:6200;
	}

		#fotoAmpliada #imagenCerrar h5 { 
			width:auto; 
			height:auto; 
			margin:0px; 
			padding:0px; 
			font-size:10px; 
			font-weight: normal;
			
			color: black; 
			background-color: white; 
		}
	
	#imagenCerrar a { color: black; font-size:10px; font-weight:normal; }

