@charset "utf-8";
/* CSS Document */

#shorts_up a {
	float: left;
	color: #9C0;
	text-decoration: none;
	font-size: 0.7em;
	text-shadow: 0px 1px #000;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid transparent;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 15px;
}
#shorts_up a:hover {
	background-image: url(../img/fondo_boton_under.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #234200;
	border-right-color: #234200;
	border-left-color: #234200;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #809F00;
	color: #FFF;
}
#menu_principal ul li{
	float: left;
	height: 24px;
	margin-top: 13px;
}
#menu_principal ul li ul{
	display: none;
	background-color: #F00;
	width: 199px;
	float: left;
	padding-bottom: 7px;
	padding-top: 8px;
	padding-left: 7px;
	background-image: url(../img/fondo_submenu.jpg);
	background-repeat: repeat;
	background-position: -1px -1px;
}
#menu_principal ul li ul li {
	margin: 0px;
	background-color: #9C0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA0000;
}

#menu_principal ul li ul li a{
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.8em !important;
	height: 10px;
	margin: 0px;
	color: #000;
	text-shadow: 0px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#menu_principal ul li ul li a:hover {
	background-color: #3E0108;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E0108;
	border-right-color: #3E0108;
	border-bottom-color: #DA031E !important;
	border-left-color: #3E0108;
	color: #FFF;
	text-shadow: 0px 1px #000;
}


#menu_principal ul li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	text-shadow: 0px 1px #000;
	padding-right: 8px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid transparent;
	padding-top: 2px;
	padding-bottom: 5px;
	height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#menu_principal li:hover ul   {
	display: block;
	position: absolute;
	margin-left: 0px;
	float: left;
	margin-top: 24px;
	z-index: 100;
}
#menu_principal li:hover  {
	background-image: url(../img/titulo_rojo.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	border-bottom-color: #F00 !important;
	border-top-color: #470207;
	border-right-color: #470207;
	border-left-color: #470207;
	display: block;
}
.iconos {
	list-style-type: none;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.iconos li a:hover {
	background-position: left bottom;
}
.icono span {
	display: none;
}

.ie {
	background-image: url(../img/iconos/IE.png);
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 32px;
}
.ff {
	background-image: url(../img/iconos/firefox.png);
	height: 32px;
	width: 32px;
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.ch {
	background-image: url(../img/iconos/Chrome.png);
	height: 32px;
	width: 32px;
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.sf {
	background-image: url(../img/iconos/safari.png);
	height: 32px;
	width: 32px;
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.op {
	background-image: url(../img/iconos/opera.png);
	height: 32px;
	width: 32px;
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_lateral {
	width: 232px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 10px;
	background-image: url(../img/cuerda_peq.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.menu_lateral li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	width: 232px;
	float: left;
}
.menu_lateral li a {
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	width: 222px;
	color: #333;
	padding-right: 10px;
}
.menu_lateral li a:hover {
	color: #870000;
	background-color: #D6D6D6;
}

#idiomas li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
	padding-top: 5px;
	/* width: 43px; */
	width: 39px;
	padding-right: 8px;
	padding-left: 37px;
	height: 20px;
}

.seleccione {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	margin-right: 10px;
}
#idiomas li:hover {
	background-image: url(../img/fondo_idiomas.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#sp a{
	background-image: url(../img/sp.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#ct a {
	background-image: url(../img/ct.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#fr a {
	background-image: url(../img/fr.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#en a {
	background-image: url(../img/en.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
