@charset "utf-8";
/* CSS Document */

div#envoltorio-home {
	background: white;
	width:920px;
	margin-left: -460px; /* La mitad de la anchura del div */
	height:540px;
	margin-top: -275px; /* La mitad de la altura del div */
	position:absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../galeria/para_home_big.jpg);
	background-repeat: no-repeat;
}
div.contenido {
	width: 350px;
	float:right;
	text-align:right;
	margin:95px 60px 0 0;

}
.menu_idioma_home {
	margin-top:115px;
	margin-bottom:95px;
	width: 350px;
	font-size: 14px;
}
.menu_idioma_home a{
	font-weight: bold;
	color: #CC0000 !important;
	padding: 5px 5px;
}
.menu_idioma_home a:hover {
	color: #FFF !important;
	background-color: #CC0000;
}
.direccion_home {
	font-size: 11px;
	line-height: 20px;
}
.direccion_home a{
	font-weight: bold;
	color: #333 !important;
}
.direccion_home a:hover {
	color: #FFF !important;
	background-color: #666;
}
