
BODY {
	
	background-image:url(../cabecera/cabecera1.JPG) ;
	background-color: #24607f;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100%;
    /*max-width: 100%;*/
    height: auto;
    padding: 0;
	margin: 0;
	background-color: #C0C0C0;
	
}



#login{
position: absolute;;
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #666666;
margin : 50px 0px 200px 270px;
padding : 0px;
text-align: center;

}



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:center;
font-style:20px;
}

form input{
height:30px;
border:thin solid #4096EE;

}
h1{
background:#4096EE;
text-align:center;
color:#FFF;
font-size:23px;
margin:0;
border-radius:10px;
}




#footer { 
 position: fixed;
 bottom: 0;
 left: 0;
 height: auto;
 background-color: black;
 width: 100%;   
 text-align: center;
 color: #fff; 
  
} 