body {
	background-image: url(images/background_body.png);
	background-image: repeat;
}
#contenedor { 
	text-align: center; 
	margin: auto;
	width: 360px;
}
fieldset {
	width: 290px;
	padding: 20px;
	margin: auto;
	background-color: white;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
label {
	display: block;
	width: 120px;
	float: left;
	background-color: #045FB4;
	color: white;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	border-radius: 5px;
}
input {
	width: 150px;
	margin-top: 5px;
	border-radius: 5px;
}
legend {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: #045FB4;
	text-transform: uppercase;
	font-weight: bold;
}
fieldset, legend { border-radius: 10px }
#msjIngreso {
	display: none;
	font-size: 15px;
	text-align: left;
	/*width: 330px;*/
	padding: 5px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
.imgLogin { text-align: center; }
.fright { text-align: right; }
.fright a { font-size: 13px; }