@charset "utf-8";
/* CSS Document */
#contenidoAdmin{
margin: auto;
width: 90%;
text-align: center;
}

#cajaForm{
	clear: both;
	margin-bottom: 5px;
	overflow: auto;
	margin-top: 15px;

}
#formIzq{
	float: left;
	width: 20%;
	text-align: right;
	
}
#formDer{
	float: right;
	width: 75%;
	text-align: left;
}
input, textarea{
	width: 90%;
	font-size: 11px;
	color: #000033;
}
select{
	width: 40%;
	font-size: 11px;
	color: #000033;
}
.boton{
	width: 80px;
}
.uploads{
	width: 250px;
}
#logueate{
	margin: 20px;
	margin-left: 300px;
	color: #999999;
}
.logueateh2{
	border-bottom: 1px solid #669DB1;
}
.logueateinput{
	width: 150px;
}