@charset "utf-8";
/* CSS Document */

#divsegundafila {
	width: 790px;
	height:255px;
	clear:both;
	background-image:url(x_images/h_fondo_dentro.jpg);
	background-repeat:repeat-y;
	
}
/* CSS para mover divs, sección Dentro del ..Portal*/
#divnovedades_tit {
	position:relative;
	clear:both;
	background-color:#FFFFFF;
	background-image:url(blanco.jpg);
	width:450px;
}
#divnovedades {
	position:relative;
	background-image:url(x_images/h_fondo_dentro.jpg);
	background-repeat:repeat-y;
}
.divnovedad {
	width:120px;
	height:200px;
	float:left;
	position:relative;
	padding-top:15px;
	padding-left:20px;
}
.divnovedad_flecha {
	float:left;
	position:relative;
	padding-top:65px;
	width:20px;
	padding-left:15px;
}
.divnovedad_foto {
	width:117px;
	height:115px;
	margin-bottom:4px;
}
.divnovedad_texto {
	width:120px;
	height:80px;
}
.divnovedad_texto1 {
	width:120px;
	margin-bottom:5px;
}
.txt_nuevo1 {
	font-size:11px;
	font-family: georgia;
	color:#333333;
}
.txt_nuevo1 a {
	font-size:11px;
	font-family: arial;
	text-decoration:none;
	color:#666666;
	text-transform: uppercase;
}
.txt_nuevo1 a:hover {
	text-decoration:underline;
}
