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

.lista_informacion {
	font-size: 1em;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	background-image: url(../img/fondo_menu.png);
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.lista_informacion li a {
	text-decoration: none;
	width: 100%;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #552B00;
	border-bottom-color: #351B00;
	color: #FFF;
	text-shadow: 0px 1px #000;
	background: url(../img/icon.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;
	text-indent: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.lista_informacion li a:hover {
	border-bottom-color: #630;
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 2px 0px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	color: #FF870F;
	text-shadow: 0px 1px #000;
	border-top-color: #351B00;
}
/* CSS Document */

.lista_enlaces {
	font-size: 1em;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	background-image: url(../img/fondo_menu.png);
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.lista_enlaces li:first-child  a{
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.lista_enlaces li:last-child  a{
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	margin-bottom:0px;
}
.lista_enlaces a {
	text-decoration: none;
	width: 100%;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #552B00;
	border-bottom-color: #351B00;
	color: #FFF;
	text-shadow: 0px 1px #000;
	background: url(../img/icon.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;
	text-indent: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.lista_enlaces li a:hover {
	border-bottom-color: #630;
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 2px 0px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	color: #FF870F;
	text-shadow: 0px 1px #000;
	border-top-color: #351B00;
}
/**/
.lista_multimedia {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 1em;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	clear: both;
	background-color: #314200;
	background-image: url(../img/fondo_menu.png);
}
.lista_multimedia li{
	width: 100%;
	float: left;
}
.lista_multimedia li .listUnico{
	-webkit-border-radius: 12px 12px 12px 12px!important;
	-moz-border-radius: 12px 12px 12px 12px!important;
}
.lista_multimedia li a{
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 12px 0px 12px 0px;
	color:#fff;
	text-shadow: 0px 1px #000;
	text-indent: 45px;
	margin: 0px 0px 3px 0px;
	/*background: url(../img/fondo_btn.png) repeat-x left center #9C0;*/
}
.lista_multimedia li:first-child  a{
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	background: url(../img/video.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;
	background-color:#9C0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C0;
	border-bottom-color: #314200;
}
.lista_multimedia li:last-child  a{
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	margin-bottom:0px;
	background: url(../img/audio.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;
	background-color:#9C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314200;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C0;
}
.lista_multimedia li a:hover {
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 2px 0px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	color: #FF870F;
	text-shadow: 0px 1px #000;
	border-top-color: #314200;
	border-right-color: transparent;
	border-bottom-color: #587500;
	border-left-color: transparent;
	background-color: #9C0;
}
.lista_idiomas {
	font-size: 1em;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #999;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #999;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #999;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	clear: both;
	background-color: #666;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.lista_idiomas li:first-child  a{
	-webkit-border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	margin-right:2px;
	width: 33% !important;
}
.lista_idiomas li:last-child  a{
	-webkit-border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
	margin-left:0px;
	width: 33% !important;
	float: right !important;
	
}
.lista_idiomas a {
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #000;
	color: #FFF;
	text-shadow: 0px 1px #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(../img/fondo_btn.png);
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
	width: 33%;
}
.lista_idiomas li a:hover {
	border-bottom-color: #999;
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 2px 0px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	color: #9C0;
	text-shadow: 0px 1px #405500;
	border-top-color: #333;
}
/**/
.lista_contacto {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 1em;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	clear: both;
	background-color: #314200;
	background-image: url(../img/fondo_menu.png);
}
.lista_contacto li{
	width: 100%;
	float: left;
}
.lista_contacto li .listUnico{
	-webkit-border-radius: 12px 12px 12px 12px!important;
	-moz-border-radius: 12px 12px 12px 12px!important;
}
.lista_contacto li a{
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 12px 0px 12px 0px;
	color:#fff;
	text-shadow: 0px 1px #000;
	text-indent: 45px;
	margin: 0px 0px 3px 0px;
	background: url(../img/fondo_btn.png) repeat-x left center #9C0;
}
.lista_contacto li:first-child  a{
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	background: url(../img/contacto.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;
	background-color:#9C0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C0;
	border-bottom-color: #314200;
}
.lista_contacto li:last-child  a{
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	margin-bottom:0px;
/*	background: url(../img/audio.png) no-repeat 5px center, url(../img/fondo_btn.png) repeat-x left center;*/
	background-color:#9C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314200;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C0;
}
.lista_contacto li a:hover {
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 2px 0px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	color: #FF870F;
	text-shadow: 0px 1px #000;
	border-top-color: #314200;
	border-right-color: transparent;
	border-bottom-color: #587500;
	border-left-color: transparent;
	background-color: #9C0;
}
