/* CSS Document */

@import url(../basico_net.css);
@import url(../portada.css);
@import url(../interior.css);



div#contenedor-cuerpo
{
	min-height:450px;
}
div#contenedor_problemas h2
{
	background:url(../consultas/images/img_titulo_preguntas_frecuentes.gif) no-repeat center center;
	width:auto;
	height:50px;
	margin:0px auto;
	padding-top:30px;
	font-family:Arial;
	font-size:12px;
}
div#contenedor_problemas a
{
	color:#9A3C32;	
	font-weight:bold;
	margin:0;
}
div#contenedor_problemas p
{
	margin:10px 40px;
	font-size:12px;
	
}
div#contenedor_problemas ol
{
	margin:15px 80px;
	margin-right:60px;
	font-family:Arial;
	font-size:12px;
}

div#contenedor_problemas ol li
{
	color:#003764;
	font-weight:bold;
	margin:10px 0px;	
}


div#contenedor_problemas span.respuesta
{
	color:#000000;
	font-weight:normal;	
		
}

div#contenedor_problemas a.azul
{
	color:#003764;
	font-weight:bold;
	
	text-decoration:none;
}
div#contenedor_problemas ol li ul
{
	margin-left:20px;
}
div#contenedor_problemas ol li ul li
{
	color:#000000;
	font-weight:normal;
	margin:0px 0px 10px 0;	
	
}
