@charset "ibm852";
#contenedor_login {
	background-color:#CFF;
	width:450px;
	height:150px;
	border-radius:10px;
	margin:auto;
	box-shadow:5px 5px #99CCFF;
	text-align:center;
}

#contenedor_login input {
	border-radius:5px;
}