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

body {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align:center;
	background-color:#F4F3F0;
	color:#A6A4A4;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
ul, li {
	list-style-type: none;
}
ul#idiomas {
	width: 325px;
	padding: 80px 0;
	margin-left: 25px;
	background:url(img_html2/btns/menu.gif) left 79px no-repeat;
}
ul#idiomas li {
	display: block;
	float: left;	
	border-right: solid 1px #22658A;
	width: 50px;
	padding: 0 10px;
}
ul#idiomas li.ultim {
	border: none;
}
ul#idiomas li a {
	display: block;
	float: left;
	width: 50px;
	height: 18px;
	text-align: center;
	text-indent: -999999px;
	font-size: 0px;
}
ul#idiomas li a.es:hover {
	background: url(img_html2/btns/btn_espanol_2.gif) -16px top no-repeat;
}
ul#idiomas li a.en:hover {
	background: url(img_html2/btns/btn_english_2.gif) -16px top no-repeat;
}
ul#idiomas li a.it:hover {
	background: url(img_html2/btns/btn_italiano_2.gif) -16px top no-repeat;
}
ul#idiomas li a.fr:hover {
	background: url(img_html2/btns/btn_frances_2.gif) -16px top no-repeat;
}

ul#idiomas li a.es {
	background: url(img_html2/btns/btn_espanol_1.gif) -16px top no-repeat;
}
ul#idiomas li a.en {
	background: url(img_html2/btns/btn_english_1.gif) -16px top no-repeat;
}
ul#idiomas li a.it {
	background: url(img_html2/btns/btn_italiano_1.gif) -16px top no-repeat;

}
ul#idiomas li a.fr {
	background: url(img_html2/btns/btn_frances_1.gif) -16px top no-repeat;
	
}
a {	
	text-decoration: none;
	color:#A6A4A4;
}
a:hover {	
	text-decoration:underline;
	color:#757373;
}
.button {	clear:both;
	margin-left:15px;
	margin-top:5px;
}
#buttons {	width:63px;
	clear:both;
	margin:100px 148px;
	background: url(img_html/barra_azul.gif) repeat-y left center;
}
.Estilo3 {font-size: 10px}