/* body */
body{
	border: 0px;
	padding: 0px;
	background-color: #6d6e71;
}
/* logo */
#logo{
	width: 300px;
	height: 80px;
	padding: 2em 0 1em 0;
}
/* caja de login */
#contenedor{
	width: 500px;
	background-color: #FFF;
	border: solid 6px #808080;
	border-radius: 15px;
	display: table;
	left:32%;
	position:absolute;
	top:25%;
	height: 300px;
}
/* campo izquierdo */
.divLeft{
	width: 49%;
	float: left;
	text-align: right;
}
/* campo derecho */
.divRight{
	width: 49%;
	float: right;
	text-align: left;
}
/* fila */
.fila{
	text-align: left;
	width: 60%;
	padding-top: 10px;
	display: table;
	height: 15px;
}
/* iconos */
.iconos{
	width: 17px;
	height: 21px;
	padding: 8px;
}
/* input */
.campo{
	width: 200px;
	height: 30px;
	background-color: #F2F2F2;
	border-radius: 5px;
	border: solid 1px #F2F2F2;
	margin: 5px;
	font-size: 14px;
	text-align: center;
}
.campo2{
	width: 200px;
	height: 30px;
	background-color: #FFF;
	border-radius: 5px;
	border: solid 1px #808080;
	margin: 5px;
	font-size: 14px;
}
/**/
#areaSubmit{
	text-align: right;
	padding-right: 140px;
}
/* estilo boton */
.boton{
	width: 100px;
	height: 30px;
	border: 0px;
	background-color: #FFF;
	background-image: url("../imagenes/menu_top_bg.gif");
	background-repeat: repeat-x;
	padding: 0px !important;
	font-size: 14px;
	font-weight: bold;
	color: #2D2D2D;
	border-radius: 3px;

}
/* recuperar contraseņa */
#recuperaPass{
	text-align: right;
	padding-right: 30px;
}
#recuperaPass a{
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/* Aviso */
#aviso{
	color: #AE0202;
	text-align: center;
	height: 30px;
}

/* label */
.label{
	font-size: 14px;
	color: #2D2D2D;
	font-weight: bold;
}