@charset "utf-8";
/* CSS Document */
body{
background-color:#fde1bc;
/*background-image:url(../apuntate.jpg);
background-attachment:fixed;
background-repeat:no-repeat;*/
}
#botones{
margin-left:400px;
margin-top:28px;
/*border-style:solid;*/
}
#cuerpo{
border-style:ridge;
border-bottom-style:ridge;
border-bottom-width:2px;
border-top-style:ridge;
border-top-width:2px;

height:424px;
margin-top:50px;
}
#apuntate{
text-align:left;
float:left;
}
#form1{
font-family:Arial, Helvetica, sans-serif;
}
#form label.error { 
	color:#990000;
	float:none;
	display:block;
	margin-left:30px;
}
#respuestaFrm{
font-family:Arial, Helvetica, sans-serif;
size:15px;
font-weight:bold;
color:#FF0000;
text-align:center;
margin-top:40px;
}
#check{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}