/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;

}
#contenedor {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: inherit;
	position: relative;
}

.idioma_selec {
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height:14px;
	text-decoration:none;
	background-color: #FFFFFF;
	width:auto;
	float:left;
	text-decoration:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 2px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.combo_idioma{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:16px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
a.link_menutop{
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height:13px;
	text-decoration:none;
	background-color: #FFFFFF;
	width:auto;
	float:left;
	margin:2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-style: normal;
	text-align: center;
	
}
a.link_menutop:hover{
	text-decoration: underline;
}
