body {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #444;
	background: url("img/fdo4.jpg");
	background-attachment: fixed;
	font-size: 8pt;
}

.en_desarrollo {
	position: fixed;
	top: 0px;
	right: 0px;
}

#contenido {
	width: 350px;
	margin: auto;
	background: url(img/white_semitrans.png);
	margin-top: 190px;
	min-height: 250px;
	-moz-box-shadow: 0px 4px 10px #777;
	-webkit-box-shadow: 0px 4px 10px #777;
	box-shadow: 0px 4px 10px #777;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-bottom: 40px;

	/*overflow:auto;*/
	/*background: url("img/heading-bg.png") repeat-x scroll 0 50px transparent;*/
}

#contenido form {
	margin-left: 40px;
	font-size: 14px;
	padding-top: 0px;
}

.campo {
	width: 250px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #e0e0e0;
	height: 26px;
	font-size: 22px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 12px;
	background: #fafafa;
}

#logo {
	padding: 35px;
}

.boton {
	background: url("img/deg3.png") center center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #fff;
	padding: 4px 10px 4px 10px;
	width: 100px;
	color: #fff;
}

.boton:hover {
	background: url("img/deg1.png");
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #eaeaea;
	padding: 4px 10px 4px 10px;
	width: 100px;
	color: #555;
}