/* CSS Document */
body{
	background-color:#2F2F2F;
	font-family:Cambria, Verdana, Serif, "Times New Roman";
}

#cuerpo{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#principal{
	border:solid 1px #000000;
	width:700px;
	position:relative;
	margin:auto;
	background:white;
	height:670px;
}

#pie {
	width:700px;
	height: 120px;
	clear: both;
	background: transparent url("../imagenes/fondo-pie.jpg") no-repeat top;
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	overflow:hidden;
}

#pie-contacta {
	width:700px;
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
}

#pie a {
	text-decoration: none;
	font-weight: bolder;
	color: white;
}

#pie p {
	padding: 20px;
	width: 500px;
}

#pie img {
	padding: 20px;
	float:right;
}

#contenido{
	width:700px;
	float:left;
	background: transparent url(../imagenes/fondo2.jpg) no-repeat;
	height:550px;
}

#entrar{
	position:absolute;
	left:455px;
	top:505px;
	display:block;
	width:102px;
	height:26px;
	background:url(../imagenes/btn-entrar.gif);
}

#entrar:hover{
	display:block;
	width:102px;
	height:26px;
	background:url(../imagenes/btn-entrar-hover.gif);
}

#entrar img{
	border:none;
}

/*************************************************************************/

#formlogin {
	display: block;
	font-size: 12px;
	color: #AAAAAA;
	margin: 30px auto 0px auto;
	width: 20%;
}

fieldset {
	border: 1px solid #AAA;
	padding: 50px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	color: #2F2F2F;
	border: 1px solid #AAA;
	padding: 5px;
	background-color: white;
}

label {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

input {
	border: 1px solid #AAA;
	background-color: white;
	margin: 10px;
	padding: 2px 4px;
}

textarea {
	border: 1px solid #AAA;
	background-color: white;
	margin: 5px;
}

