#logo
	{
	
	float:left;
	margin-left:50px;
	margin-top:30px;
	
 	}
#sesion
	{
	
	float:left;
	width:200px;
	margin-top:130px;
	margin-left:100px;

 	}

#formulario
	{
	
	width:181px;
	padding:10px;
	color: white;
	font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
	background-image:url(../imagen/fondo.jpg);
	border: 1px solid #000000;
	
 	}
input[type="text"] 
	{
	
    border: 1px solid #914C0B;
    background: #ffc;
    margin-top:2px;
    font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
	padding:2px;
    width:173px;
    
	}
input[type="password"] {
    border: 1px solid #914C0B;
    background: #ffc;
    margin-top:2px;
    font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	padding:2px;
    width:173px;
	}
input[type="submit"] {
    background: #FF810B;
    color:white;
    font-weight:bold;
    margin-top:8px;
    margin-left:59px;
    font-family : verdana, Helvetica, sans-serif;
	font-size : 11px;
    width:120px;
    padding:2px;
    border-bottom: 1px solid #914C0B;
    border-right: 1px solid #914C0B;
    border-top: 1px solid #FFAD60;
    border-left: 1px solid #FFAD60;
	}
#verifique
	{
	width:190px;
	padding:5px;
	color: black;
	margin-top:7px;
	font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #FFA7A1;
	border: 1px solid #000000;
 	}
#pie
	{
	clear:both;
	position:absolute;
	bottom: 0px;
	z-index: -100;
	width:100%;
	height:55px;
	background-image:url(../imagen/fondo.jpg);
	border-top: 1px solid #000000;
 	}