@charset "UTF-8";
/* CSS Document */

div.columnaIzauierda{
	position:absolute;
	top: 168px;
	width: 312px;
	border: 1px solid #DDD;
	padding-bottom: 7px;

}
div.columnaDerecha{
	position:absolute;
	top: 168px;
	left: 323px;
	width: 312px;
	border: 1px solid #DDD;
	padding-bottom: 7px;

}
div.noticia{
	border-bottom: 1px dashed #DDD;
	background-color: #FDFDFD;
	width: 312px;
	height: 142px;
	font-size: 10px;
	font-family: Lucida Sans, sans-serif;
	cursor:pointer;
		
}
div.BigNoticia{
	border-bottom: 1px dashed #DDD;
	background-color: #FDFDFD;
	width: 312px;
	height: 305px;
	font-size: 10px;
	font-family: Lucida Sans, sans-serif;
		
}
div.noticia:hover{
	border-bottom: 1px dashed #DDD;

	font-size: 10px;
	font-family: Lucida Sans, sans-serif;
	cursor:pointer;
	background: url(../imagenes/newBackground.png);
	width: 312px;
	height: 142px;

	}
	
div.noticia span{
	padding: 3px;
	margin-top: 30px;
	font-size:10px;
	color: #FFF;
	background-color:#900;
	font-style:normal;x;

	}

div.noticiaLista2{

	border-left: 2px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #FDFDFD;
	width: 158px;
	height: 160px;
	font-size: 10px;
	font-family: Lucida Sans, sans-serif;
	
}		
		
	

div.noticiaLista{
	border-bottom: 1px dashed #DDD;
	background-color: #FDFDFD;
	width: 150px;
	height: 130px;
	font-size: 10px;
	font-family: Lucida Sans, sans-serif;
	
}

div.titular{
	text-transform: uppercase; 
}
div.titular2{
	padding-left: 5px;
	text-transform: uppercase; 
}
div.entrada{
	height: 120px;
	overflow:hidden;
}
div.entrada2{
	padding-left:5px;
	height: 90px;
	overflow:hidden;
}
div.foto_n2 {
	height: 40px;
	}

div.foto_n {
	width: 150px;
	padding: 5px;
	float: left;
}



h1{
	padding-top: 5px;
	margin: 0px;
	font-size:10px;
	color: #F00;
	font-style:normal;
}

h2{
	padding: 0px;
	margin: 0px;
	font-size:10px;
	color:#666;
	font-style:normal;
}


div.columnaDerecha a{
	display: block;
	text-decoration: none;
	font-size: 9px;
}

div.columnaDerecha a:visited{
	text-decoration: none;
}
div.columnaDerecha a:hover{
	color: #F00;
	text-decoration: underline;
}

div.columnaIzauierda a{
	display: block;
	text-decoration: none;
	color: #F00;
}

div.columnaIzauierda a:visited{
	text-decoration: none;
}
div.columnaIzauierda a:hover{
	color: F00;
	text-decoration: underline; 
}


div.clear {
	clear:both
}

#gallery {
	padding: 10px;
	position:relative;
	height:275px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:60px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
	

