* {
	outline: none;
	zoom: 1;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.clear {
	display: block;
	clear: both;
	width: 100%;
}
/*
	ESTRUCTURA
*/
body {
	background-color: #D9D8CC;
	padding: 0;
	margin: 0;
}
.separador {
	width: 100%;
	clear: both;
	height: 20px;
}
#contenedor {
	width: 720px;
	position: absolute;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -360px;
}
#logo {
	margin: 0 auto;
	background-image: url(../_img/logo.png);
	width: 120px;
	height: 120px;
}
#pie {
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #86754D;
	float: left;
	margin: 10px 0 0 0;
}
#contact a {
	color: #86754D;
	text-decoration: underline;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#contact a:hover {
	color: #413825;
}
#logos {
	background-image: url(../_img/logos_pie.png);
	width: 200px;
	height: 30px;
	margin:0 auto;
}
#logo_index {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -100px;
	background-image: url(../_img/logo_index.png);
	width: 200px;
	height: 60px;
	padding: 200px 0 0 0;
	background-repeat: no-repeat;
	color: #76613B;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#btn_enviar {
	background-color: #76613B;
	width: 200px;
	padding: 5px 10px 5px 10px;
	border: none;
	color: #fff;
	margin: 5px 0 0 0;
}
#btn_enviar:hover {
	background-color: #000;
	cursor: pointer;
}
#ropassword {
	margin: 10px 0 0 0;
	border: none;
	padding: 5px;
	width: 190px;
}
form{
	position:relative;
	
}
#div_error{
	position:absolute;
	top:100px;
	left:0px;
	width:190px;
	background-color:#f00;
	color:#fff;
	font-size:12px;
	padding:5px;
	
}