html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	background-color: #000;
	line-height: 120%;
}

#contenedor_principal{
	background: url(../images/bg.jpg) center top no-repeat;
	margin:40px auto;
	width: 1200px;
	height: 800px;
}

#logo{
	background: url(../images/logo.png) center center no-repeat;
    float: left;
    margin-top: 39px;
    display: block;
    height: 192px;
    width: 1200px;
}

#contenedor_idioma{
	float:left;
	display:block;
	height: 32px;
	width: 133px;
	margin-top: 32px;
	margin-left: 530px;
	margin-right: 300px;
}

#esp{
	background: url(../images/esp.png) top left no-repeat;
	float: left;
	display: block;
	height: 32px;
	width: 32px;
	
	margin-left: 29px;
	
	cursor: pointer;
}
	
#esp:hover{
	background-position:bottom;
}
	
#eng{
	background: url(../images/eng.png) top left no-repeat;
	float: left;
	display: block;
	height: 32px;
	width: 32px;
	
	margin-left:15px;
	
	cursor: pointer;
}
	
#eng:hover{
	background-position: bottom;
}

#texto_bienvenido{
	float: left;
	display: block;
	height: 50px;
	width: 571px;
	
	font-size: 26px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	
	margin-top: 14px;
	margin-left: 315px;
	line-height: 29px;
}

#texto_legal {
	    background: url(../images/flechas.png) center center no-repeat;
    float: left;
    display: block;
    height: auto;
    width: 41%;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    margin-left: 352px;
    padding-bottom: 12px;
}

#contenedor_fecha_nac{
	float: left;
	display: block;
	height: auto;
	width: 500px;
	
	margin-left: 350px;
}

#contenedor_fecha_nac span{
	float: left;
	display: block;
	width: 500px;
	height: 16px;
	
	font-size: 20px;
	color: #C9AC63;
	text-transform: uppercase;
	text-align: center;
	
	margin-top: 22px;
	
}

#dia{
	float: left;
	display: block;
	width: 50px;
	
	border-radius: 5px;
	border-style: none;
	
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 124px;
	}
	
#mes{
	float: left;
	display: block;
	width: 100px;
	
	border-radius: 5px;
	border-style: none;
	
	margin-top: 15px;
	margin-right: 10px;
	}
	
#ano{
	float: left;
	display: block;
	width: 80px;
	
	border-radius: 5px;
	border-style: none;
	
	margin-top: 15px;
}

#recordarme {
	float: left;
	display: block;
	width: 500px;
	height: 14px;
	
	margin-top: 16px;
	margin-left: 22px;
}

#contenedor_fecha_nac #recordarme span {
	float: left;
	display: block;
	width: 90px;
	height: 20px;
	
	font-size: 13px;
	color: #CCC;
	
	margin-top: 0;
	margin-left: 124px;
	margin-right: 12px;
}

#contenedor_fecha_nac #recordarme p {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 14px;
	text-transform: uppercase;
	color: #FFF;
	
	margin-right: 10px;
	margin-left: 14px;
}

#contenedor_fecha_nac #recordarme input {
	float: left;
	margin: 0;
	padding: 0;
	
}

#pais {
	float: left;
	display: block;
	
	width: 160px;
	
	border-radius: 5px;
	border-style: none;
	
	margin-top: 15px;
	margin-left: 170px;
}

#boton_entrar{
	background: url(../images/fondo_boton2.png) center center no-repeat;
	float: left;
	display: block;
	height: 52px;
	width: 185px;
	
	
	
	text-align: center;
	cursor:pointer;
	
	margin-top: 16px;
	margin-left: 156px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#boton_entrar:hover{
	opacity:0.9;
}

#boton_entrar p {
	float: left;
	margin: 0;
	padding: 0;
	width: 76px;
	
	height: 22px;
	font-size: 20px;
	text-transform: uppercase;
	color:#FFFFFF;
	line-height: 40px;
	margin-left: 58px;
	margin-top: 4px;
}

#contenedor_fecha_nac #legal {
	float: left;
	margin: 0;
	padding: 0;
	width: 430px;
	height: 18px;
	
	margin-top: 20px;
	margin-left: 38px;
	text-align: center;
}

#contenedor_fecha_nac #legal p {
	float: left;
	margin: 0;
	padding: 0;
	width: 430px;
	height: 18px;
	
	color: #666;
	font-size: 12px;
	line-height: 100px;
}

#contenedor_fecha_nac #legal a {
	text-decoration: none;
	color: #FFF;
}

#contenedor_fecha_nac #legal a:hover{
	color: #999;
}