/* novedades fito */

.novedad
{
	width:                220px;
	min-height:           80px;
	_height:              80px;	
	margin:               2px auto;
	/*color:                #427181;*/    
}
.novedad .nombre
{	
	font-weight:bold;	
	float:left;		
	/*color:#448148;	*/
}

.novedad .tit_farm
{
	color:#b55963;
}

.novedad a.enlace
{		
	color:#4498e0;
	text-decoration:none;		
}

.novedad a.enlace:hover
{		
	color:#4498e0;
	text-decoration:underline;	
}

.novedad .fletxas
{
	background:url('/img/fletxa.gif') repeat-x;
	float:left;
	margin:2px;
	width:16px;
	height:8px;
	font-size:2px;		
}

.novedad .fletxasVerdes
{
	background:url('/img/fletxaVerd.gif') repeat-x;
	float:left;
	margin:2px;
	margin-top:4px;	
	width:16px;
	height:8px;
	font-size:2px;		
}
.novedad .fletxasVermelles
{
	background:url('/img/fletxaVerm.gif') repeat-x;
	float:left;
	margin:2px;
	margin-top:4px;	
	width:16px;
	height:8px;
	font-size:2px;		
}
.novedad img
{	
	/*float:left;*/
	vertical-align:bottom;	
	margin:2px auto;	
	margin-top:4px;
}
.novedad .punto
{
	float:left;
	color:#315d68;	
	text-indent:10px;
	border:1px solid blue;
	background:url(/img/fletxa.gif) no-repeat top left;
	margin:2px;
}

/* sección de novedades */

a.enlaceNovedades
{
	text-decoration:none;
	display:block;
}
a.enlaceNovedades:hover
{	
	 filter:alpha(opacity=80);
	 -moz-opacity:0.8;
	 opacity: 0.8; 
}

.listadoNoticias
{
	width:500px;
	margin:25px auto;	
	padding:2px;
}
.listadoNoticias .fecha
{
	background:white url('/img/fletxa.gif') no-repeat left;
	text-indent:10px;
	color:#4a7d4a;
	font-weight:bold;
}
.listadoNoticias .titulo
{
	color:#429ae7;
}
.listadoNoticias .resumen
{
	color:#427184;	
}
.listadoNoticias img
{
	float:right;
}
