@charset "utf-8";
h2 { display: inline; }
body 
	{ font-size: 62.5%; line-height: 1.6em;	font-family: Arial, Helvetica, sans-serif; background-color:#e8e9ea;	}
p 
	{ font-family: Arial, Helvetica, sans-serif; 	font-size: 1.6em; 	font-weight: bold;	color: #666; }
.texto_textboxes
	{ font-size: 0.9em !important;  }
.texto_normal
	{ color: #666666; font-size: 1.2em; }
.p_resaltado_superior 
	{
	font-size: 1.6em;
	color: #006E99;
	text-align:center
}
.titulo_cuna_seleccionada
	{
	font-size: 1.3em;
	color: #0090B2;
	text-align:center;
	font-weight: bold;
}	
.pasos 
	{
	font-size: 2em;
	color:#006E99;
	font-weight: bold;
}
.texto_pasos 
	{ font-size: 1.7em; color:#F93 ; font-weight: bold; }
a 
	{
	color:#038FB3;
}
.item_cuna div
	{ font-size: 1.2em; text-align: center; color: #666; }
.item_cuna div a
	{
	color: #006E99
}
.item_cuna_seleccionado 
	{ font-size: 1.2em; color: #666; }
input.error {
border:1px dotted red;
}

.centrar { text-align: center }
.input_error { background-color:#F99; }
.input_ok { background-color: #FFF; }
