body {
	margin: 0;
	padding: 0;
	background: #000 url(../i/fondo.jpg) repeat-x scroll 0 0;
	text-align: center;
	font: 22px Arial, "Times New Roman", Times, serif;
}
#contenido {
	margin: 10px auto;
	padding: 10px;
	position: absolute;
	width: 677px;
	height: 320px;
	top: 10px;
	left: 10px;
	overflow: auto;
}
#contenedor {
	position: absolute;
	margin: -210px 0 0 -360px;
	left: 50%;
	top: 50%;
	font: italic bold 20px Arial, Helvetica, serif;
	color: #FFF;
}
#centro {
	margin-left: 90px;
	margin-top: 20px;
	width: 500px;
	height: 250px;
	color: #00F;
	border: 1px solid #ccc;
	background: #fff;
}
#head {
	height: 40px;
	font-size: 30px;
	border-bottom: 2px solid #000;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	/*background: #333;*/
	background:#090;
}
#cuerpo {
	padding-top: 30px;
	font-size: 17px;
}
.usuario {
	width: 100px;
	margin-left: 40px;
	float: left;
	line-height: 1.8em;
	font-size: 1.05em;
}
.boton {
	background: #FFF url(../i/whitebutton.gif) repeat-x scroll left bottom;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	height: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 120px;
	border: 1px solid #BDBDBD;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#boton_centro {
	margin-left: 136px;
}
.textito {
	background: #FFF url(../i/textfield-bg.gif) repeat-x scroll 0 1px;
	border: 1px solid #CDCDCD;
	padding: 0.4em;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.textito:focus {
	background: #FFFEF4 url(../i/textfield-focus-bg.gif) repeat-x scroll 0 1px;
}
#logo {
	padding: 0;
	margin-right: 8px;
	float: right;
	margin-top: 30px;
}
.MsgNoSript {
	padding: 2px;
	color: navy;
	text-align: left;
	font: bold 18px Tahoma, Arial, Verdana;
}
.MsgNoSript1 {
	padding: 2px;
	color: teal;
	text-align: left;
	font: bold 14px Tahoma, Arial, Verdana;
}
.MsgNoSript2 {
	padding: 2px;
	color: Red;
	text-align: left;
	font: 12px Tahoma, Arial, Verdana;
}
#foot {
	margin-top: 315px;
	color: #FFF;
	text-align: right;
	padding: 4px;
	background: #333;
	font: 500 11px Arial, Helvetica, sans-serif;
}