html
{
	background-color: #FFFFFF;
	overflow-x: hidden;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logo{
	position: absolute;
    top: 0;
    left: 50%;
    width: 2500px; 
    height:50px; 
    margin-left: -1250px; 
    margin-top: 0px;
}

#titulo{
    position: absolute;
	top:80px;
	width:100%;
	text-align: center;
    font-size: 200%;
}

#formulario{
    position: absolute;
	top:160px;
	width:100%;
	text-align: center;
}

#privacidad{	
	position: absolute;
    top: 120px;
    left: 50%;
    width: 80%; 
    height:500px; 
    margin-left: -40%; 
    margin-top: 20px;
	background-color:#FFFFFF;
}


#cintillo{
  position: absolute;
  background-color:#F38E28;
  top:450px;
  width:100%;
  height:20px;
}

#pie_pagina{
    position: absolute;
	top:500px;
	width:100%;
	text-align: center;
	color:#003B5D;
}

#recuperar_clave{
    position: absolute;
	top:360px;
	width:100%;
	text-align: center;
}
