@import url(../basico_net.css);
@import url(../portada.css);
@import url(../interior.css);


div#contenedor-cuerpo
{
	min-height:550px;
	
}

div#contenedor_problemas h2
{
	background:url(../consultas/images/img_titulo_problemas_para_ingresar.gif) no-repeat center center;
	width:auto;
	height:50px;
	margin:0px auto;
	margin-bottom:10px;
	padding-top:30px;
	font-family:Arial;
	font-size:12px;
}
div#contenedor_problemas a
{
	color:#9A3C32;	
	font-weight:bold;
}
div#contenedor_problemas p
{
	margin:0px 40px;
	font-size:12px;
	
}
div#contenedor_problemas ol
{
	margin:15px 90px;
	padding:0;
	font-family:Arial;
	font-size:12px;
}

div#contenedor_problemas ol li
{
	color:#003764;
	font-weight:bold;
	margin:10px 0;
	padding:0;	

}


.respuesta
{
	color:#000000;
	font-weight:normal;	
		
}


