/* CSS Document */


#area-contenido{
}

#area-contenido ul{

}

#area-contenido li{
	margin-left:0px;
}



.imagen-izquierda {
	margin-right:15px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	border: 1px solid #1E4185;
	padding:5px;
	float:left;

}

#pie-index {
	width:auto;
	background-color:#CCCCCC;
	margin-left:10px;
}

#pie-index ul{
	list-style:none;
}

.titulo-alerta {
	font-size: 0.9em
}

.titulo-alerta h3 {
	padding:0;
	height:30px;
	line-height:30px;
	text-indent:10px;
	width:400px;
	display:block;
	margin:0;
	background-color:#1E4185;
	border: 0px none;
	color:#F8F8F8;
	overflow:hidden;
}

.titulo-alerta a:link {
	color:#fff;
	border: 0px none;
	text-decoration:none;
}

.titulo-alerta a:visited {
	color:#fff;
	border: 0px none;
}

.titulo-alerta a:hover {
	color:#fff;
	border: 0px none;
	background-color:#132953;
	text-decoration:none;
	display:block;
}


.contenedor-alerta {
	float:left;
	width:450px;
	margin-bottom:15px;

}

.alerta {
	background-color:#ffffff;
	border: 1px solid #1E4185;
	padding:10px;
	width:410px;
	height:165px;
}


.miniatura {
	float:left;
}

.producto {
	margin-left:10px;
	border: 1px solid #999999;	
	float:right;
	width:250px;
	padding:5px;
}

.producto span.leyenda {
	font-weight:bold;
}

.producto span.riesgos {
	color:#990000;
	font-weight:bold;
}


.separador-alerta {
	height:20px;
	
}

#content-largo {
	margin-left:10px;
	width:900px;

}

.separador {
	clear:both;
}

#ficha-alerta {
	margin-left:10px;
	margin-top:10px;
}

div.dato-alerta {
	height:auto;
	clear:both;
}

div.dato-alerta span.leyenda {
	width:180px;
	font-weight:bold;
	float:left;
	
	
}

div.dato-alerta span.campo {
	width:480px;
	float:left;
	
	
}