
BODY {
	/*background : #C0D9D9 url(images/fondo.gif) repeat;*/
	background-image: url('../imagenes/fondobody.jpg');
		background-size: cover;
		background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	margin : 0px 0px 10px 10px;
	padding : 0px;
	text-align: center;
}




.footer{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.bigText {
    height:30px;
}	

form{
background:#FFF;
border:thin solid #4096EE;
width:300px;
padding-bottom:10px;
float:left;
margin:0px 0px 10px 500px;
border-radius:10px 10px 10px 10px;
box-shadow:5px 5px 5px #000;
}

form li{
text-shadow:2px 2px 2px #000;
list-style:none;
background:#4096EE;
font-size:25px;
text-align:center;
color:#FFF;
border-radius:10px 10px 10px 10px;
}

form label{
width:100px;
float:left;
text-align:right;
font-style:20px;
}

form input{
height:30px;
border:thin solid #4096EE;
}

form .btn{
background:#4096EE;
color:#FFF;
font-size:23px;
margin:5px 0px 0px 100px;
border-radius:10px;
}
div#obs {
  position: absolute;
  top:  5px; 
  left: 70px;
}
div#cuerpo {
  position: absolute;
  top:  110px; 
  left: 30px;
}
.container{
text-align:left;
}