body {
/*background-color: #E1F0F0;*/
background-color: #E9E9EE;
font-family: trebuchems, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;

}

#caja {
border: solid 1px;
/*border-color: #D0E3E3;*/
border-color: #DDDDE6;
background-color:#FFFFFF;
background-image:url(/images/fondo.gif);
background-position:bottom left;
background-repeat:no-repeat;
position:absolute;
width: 762px;
left:50%;
margin-left:-381px;
top:50%;
margin-top:-250px;
height: 500px;
}


#cajav {
border: solid 1px;
/*border-color: #D0E3E3;*/
border-color: #DDDDE6;
background-color:#FFFFFF;
background-position:bottom left;
background-repeat:no-repeat;
position:absolute;
width: 762px;
left:50%;
margin-left:-381px;
top:50%;
margin-top:-250px;
height: 500px;
}

#texto {
	float: right;
	font-size:13px;
	color:#414141;
	margin: 12px 12px 0 20px;
	width: 460px;
}

#logo {
margin: 10px 0 0 38px;
}

#pasos {
	float:right;
	width: 220px;
	background-image:url(/images/numeros.gif);
	background-repeat:no-repeat;
	background-position: 0px 48px;
	height: 210px;
}

#pasos p{
margin:42px 8px 0 48px;
}

a, a:visited {
color:#47B6D1;
}
