/* CSS Document */

body{
	margin:0px 0px 0px 0px; 
	background-image:url(imagenes/back.png); 
	background-repeat:repeat-x; 
	background-position:top; 
	background-color:#031e7b;
}

#contenedor{
		width:800px;
		height:636px;
		background-image:url(imagenes/fondo.png);
		background-color:transparent;
		margin:0 auto 0 auto; 
	}
#boton_radio{
float:left;


}
#boton_radio a{
		float:left;
		width:182px;
		height:121px;
		margin-left:426px;
		margin-top:67px;
		margin-right:50px;
		background-image:url(imagenes/cascos.png);
		background-repeat:no-repeat;
		background-position:top;
}
#boton_radio a:hover, #boton_contacto a:hover{
	background-position:0 -121px;
}
#boton_contacto a{
		float:left;
		width:182px;
		height:121px;
		margin-left:79px;
		margin-top:39px;
		margin-right:200px;
		background-image:url(imagenes/contacto.png);
		background-repeat:no-repeat;
		background-position:top;
}
#boton_radio a:hover, #boton_contacto a:hover{
	background-position:0 -121px;
}

#email a{
		float:left;
		width:347px;
		height:52px;
		margin-left:79px;
		margin-right:300px;
		background-image:url(imagenes/email.png);
		background-repeat:no-repeat;
		background-position:top;
}
#email a:hover{
		background-position:0 -52px;
}

#telefonos{
float:left;
width:250px;
height:110px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:92px;
padding-top:40px;
color:#FFFFFF;
letter-spacing:0.1em;

}
#txt_der{
float:right;
height:30px;
font-weight:bold;
width:100px;
}

#txt_izq{
float:left;
height:30px;
width:150px;

}
#vivir a{
	float:right;
		width:196px;
		height:38px;
		background-image:url(imagenes/vivir.png);
		background-repeat:no-repeat;
		background-position:top;
		margin-right:75px;
		margin-top:104px;
}
#vivir a:hover{
	background-position:0 -38px;
}