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

/***********************
**** ESTILO GENERAL ****
***********************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}

.blank1  {
	margin: 2px;
	float: left;
}

.content {
	width: 1040px;
	margin-left: -520px;
	position: absolute;
	left: 50%;
	z-index: 0;
}

/***********************
******** BANNER ********
***********************/

.line_sup_izq {
	padding-left: 26px;
	background-image: url(../images/linea_sup_izq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.linea_sup_der {
	padding-right: 26px;
	background-image: url(../images/linea_sup_der.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.linea_sup {
	background-image: url(../images/linea_sup_fondo.gif);
	background-repeat: repeat-x;
	height: 41px;
}
.linea_sup .texto {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	line-height: 16px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.linea_sup .texto a {
	color: #FFFFFF;
	text-decoration: none;
}
.linea_sup .texto a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.linea_sup  .login {
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 9px;
	background-position: 20px 7px;
	padding-left: 87px;
}
.linea_sup .logueo {
	color: #999999;
	font-size: 11px;
	border: 1px solid #a4b2c6;
	width: 110px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	height: 16px;
	padding-top: 3px;
}



.carrito {
	background-image: url(../images/linea_sup_carro.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
	width: 115px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 28px;
	font-size: 10px;
	text-align: center;
	padding-right: 10px;
	position: absolute;
	left: 859px;
	top: 0px;
}

.banner {
	background-image: url(../images/banner.gif);
	height: 116px;
	background-repeat: no-repeat;
	background-position: left top;
}
.banner_menu {
	height: 40px;
	text-align: right;
	padding-left: 540px;
}
.search {
	height: 60px;
	padding-left: 710px;
	padding-right: 26px;
}
.search .caja {
	border: 1px solid #FFFFFF;
	height: 16px;
	width: 192px;
	margin-left: 10px;
	font-size: 14px;
	color: #113569;
	margin-top: 13px;
	float: left;
}
.search .enviar {
	margin-left: 7px;
	margin-top: 12px;
	float: left;
}
.search .advanced_search {
	margin-left: 11px;
	margin-top: 5px;
}

.main_menu {
	background-image: url(../images/menu_prin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 156px;
	position: relative;
}
.market {
	position: absolute;
	z-index: 20;
	visibility: hidden;
}
.market_items {
	position: absolute;
	z-index: 21;
	color: #FFFFFF;
	background-color: #3b4f6c;
	left: 0px;
	top: 60px;
}
.market_items a {
	color: #FFFFFF;
	text-decoration: none;
}
.market_items a:hover {
	color: #d9e1ec;
}


.market_items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.market_items ul li {
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7e8999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #142844;
}




/***********************
******** CUERPO ********
***********************/

.cuerpo {
	padding-right: 26px;
	padding-top: 12px;
	padding-left: 26px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 26px;
}
.barra_izq {
	float: left;
	width: 645px;
}

.barra_izq2 {
	float: left;
	width: 940px;
}

/***********************
******* PESTAÑAS *******
***********************/

.pestanas {
	height: 393px;
	background-image: url(../images/fondo_pesta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.pesta_1_boton {
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 153px;
	left: 0px;
	top: 0px;
	visibility: visible;
}

.pesta_2_boton {
	position: absolute;
	z-index: 3;
	height: 60px;
	width: 141px;
	left: 153px;
	top: 0px;
	visibility: hidden;
}
.pesta_3_boton {
	position: absolute;
	z-index: 4;
	height: 60px;
	width: 146px;
	left: 294px;
	top: 0px;
	visibility: hidden;
}
.pesta_4_boton {
	position: absolute;
	z-index: 5;
	height: 60px;
	width: 125px;
	left: 440px;
	top: 0px;
	visibility: hidden;
}
.pesta_botones {
	height: 60px;
}
.pesta_botones img {
	float: left;
}
.pestanas .fecha {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 15px;
}
.pesta_1_texto {
	position: absolute;
	left: 23px;
	top: 63px;
	width: 591px;
	height: 320px;
}
.pesta_2_texto {
	position: absolute;
	left: -130px;
	top: 63px;
	width: 591px;
	height: 320px;
}
.pesta_3_texto {
	position: absolute;
	left: -271px;
	top: 63px;
	width: 591px;
	height: 320px;
}
.pesta_4_texto {
	position: absolute;
	left: -417px;
	top: 63px;
	width: 591px;
	height: 320px;
}

/***********************
******* ARTICULOS *******
***********************/

.articulo {
	padding-bottom: 15px;
}
.pesta_1_texto a {
	font-weight: bold;
	color: #a91a01;
	text-decoration: none;
}
.pesta_1_texto a:hover {
	font-weight: bold;
	color: #a91a01;
	text-decoration: underline;
}
.articulo_titulo {
	color: #a91a01;
	font-size: 15px;
	font-weight: bold;
}
.articulo_texto {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.articulo_titulo_des {
	color: #a91a01;
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
}
.articulo_texto_des {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
.subscribe1 {
	vertical-align: text-top;
	margin-left: 5px;
}
.more_articles {
	float: left;
	font-size: 16px;
}
.sponsored {
	float: right;
	color: #a91a01;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
}

/***********************
****** FREE TRIAL ******
***********************/

.free_trial {
	background-color: #d9e1ec;
	width: 294px;
	float: left;
}
.free_sup {
	background-image: url(../images/cuadro1_sup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.free_inf {
	background-image: url(../images/cuadro1_inf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 127px;
}
.free_img {
	float: left;
	padding-left: 12px;
	padding-top: 3px;
}
.free_txt {
	float: right;
	width: 155px;
	padding-right: 8px;
	font-size: 11px;
	padding-top: 4px;
}
.free_link {
	font-weight: bold;
	color: #a91a01;
	font-size: 13px;
	padding-top: 15px;
}
.free_link a {
	color: #a91a01;
	text-decoration: none;
}
.free_link a:hover {
	color: #a91a01;
	text-decoration: underline;
}

.free_trial2 {
	background-color: #e8eaec;
	width: 294px;
	float: left;
}
.free_sup2 {
	background-image: url(../images/cuadro2_sup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.free_inf2 {
	background-image: url(../images/cuadro2_inf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 127px;
}
.free_img2 {
	float: left;
	padding-left: 12px;
}
.free_txt2 {
	float: right;
	width: 140px;
	padding-right: 8px;
	font-size: 11px;
	padding-top: 4px;
}
.free_link2 {
	font-weight: bold;
	color: #a91a01;
	font-size: 13px;
	padding-top: 15px;
}
.free_link2 a {
	color: #a91a01;
	text-decoration: none;
}
.free_link2 a:hover {
	color: #a91a01;
	text-decoration: underline;
}
.free_trial3 {
	background-color: #d9e1ec;
	width: 294px;
	float: left;
}
.free_sup3 {
	background-image: url(../images/cuadro1_sup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.free_inf3 {
	background-image: url(../images/cuadro1_inf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 127px;
}
.free_img3 {
	float: left;
	padding-left: 6px;
}
.free_txt3 {
	float: right;
	width: 145px;
	padding-right: 8px;
	font-size: 11px;
	padding-top: 12px;
}
.free_link3 {
	font-weight: bold;
	color: #a91a01;
	font-size: 13px;
	padding-top: 3px;
}
.free_link3 a {
	color: #a91a01;
	text-decoration: none;
}
.free_link3 a:hover {
	color: #a91a01;
	text-decoration: underline;
}

/***********************
********* INFO *********
***********************/

.info {
	clear: both;
	padding-top: 20px;
	position: relative;


}
.info a {
	font-weight: bold;
	color: #a91a01;
	text-decoration: none;
}
.info a:hover {
	font-weight: bold;
	color: #a91a01;
	text-decoration: underline;
}
.info1 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bdc7d6;
	border-bottom-color: #bdc7d6;
}
.info1_img {
	float: left;
}
.info1_text {
	float: right;
	width: 472px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.info2 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
}
.info2_img {
	float: right;
}
.info2_text {
	float: left;
	width: 472px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.info_txts {
	padding-top: 16px;
	padding-bottom: 16px;
}



/***********************
*** SIDEBAR DERECHA ****
***********************/

.barra_der {
	float: right;
	background-color: #d9e1ec;
	width: 324px;
}
.barra_der .side_inf {
	background-image: url(../images/sidebar_inf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.barra_der .side_sup {
	padding-top: 8px;
	padding-bottom: 14px;
	background-image: url(../images/sidebar_sup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.meet {
	background-image: url(../images/fondo_meet.gif);
	background-repeat: no-repeat;
	background-position: 7px top;
	height: 176px;
	padding-top: 14px;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
.meet1 {
	position: absolute;
	left: 14px;
	top: 9px;
	visibility: visible;
	z-index: 2;
}
.meet1_text {
	position: absolute;
	left: -1px;
	top: 34px;
	z-index: 3;
	width: 299px;
	height: 99px;
	background-image: url(../images/meet1_fondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.meet2 {
	position: absolute;
	left: 170px;
	top: 9px;
	visibility: hidden;
}
.meet2_text {
	position: absolute;
	left: -157px;
	top: 34px;
	z-index: 3;
	width: 299px;
	height: 99px;
}
.meet_pulldown {
	color: #B12E18;
	width: 180px;
	font-weight: bold;
	font-size: 11px;
}
.publi_grande {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.upcoming {
	background-image: url(../images/fondo_events.gif);
	background-repeat: no-repeat;
	background-position: 7px top;
	height: 161px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 14px;
	position: relative;
	line-height: 18px;
}
.upcoming a {
	color: #94c0fd;
	text-decoration: none;
	font-weight: bold;
}
.upcoming a:hover {
	color: #94c0fd;
	text-decoration: underline;
}
.even1 {
	position: absolute;
	left: 14px;
	top: 10px;
	visibility: visible;
	z-index: 2;
}
.even1_text {
	position: absolute;
	left: 7px;
	top: 36px;
	z-index: 3;
	width: 282px;
	height: 117px;
}
.even2 {
	position: absolute;
	left: 175px;
	top: 10px;
	visibility: hidden;
}

.even2_text {
	position: absolute;
	left: -154px;
	top: 20px;
	z-index: 3;
	width: 282px;
	height: 118px;
}

.news {
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 18px;
}
.title_news {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.news ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.news ul li {
	margin: 0px;
	list-style-type: none;
	color: #a91a01;
	display: inline-block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdc7d6;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.news a {
	color: #a91a01;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
}
.news img {
	visibility: hidden;
	float: left;
	height: 0px;
	width: 0px;
}

.news a:hover {
	color: #a91a01;
	text-decoration: underline;
}
.news_frame {
	height: 415px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 15px;
	SCROLLBAR-FACE-COLOR:#2e4970;
	SCROLLBAR-HIGHLIGHT-COLOR: #2e4970;
	SCROLLBAR-SHADOW-COLOR: #2e4970;
	SCROLLBAR-3DLIGHT-COLOR: #446ca5;
	SCROLLBAR-ARROW-COLOR: #bdc7d6;
	SCROLLBAR-TRACK-COLOR: #446ca5;
	SCROLLBAR-DARKSHADOW-COLOR: #446ca5;
}


/******************************
** MENU INFERIOR y COPYRIGHT **
******************************/

.publicidad_larga {
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
}

.publicidad_larga1 {
	clear: both;
}
.footer {
	padding-right: 26px;
	padding-left: 26px;
}
.menu_pie {
	background-color: #446ca5;
	height: 40px;
	padding-left: 5px;
}
.menu_pie a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_pie .link1 {
	float: left;
	height: 32px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/linea_pie.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 8px;
}
.menu_pie .link2 {
	float: left;
	height: 32px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 8px;
}


.copyright {
	background-color: #2e4970;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 {
	font-size: 14px
}
.style2 {
	color: #a91a01;
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	color: #a91a01;
	font-size: 18px;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	font-weight: bold;
}
.style6 {font-size: 13px}

.style7 {font-size: 11px}

.tamano8 {font-size: 8px}
.tamano9 {font-size: 9px}
.tamano10 {font-size: 10px}
.tamano11 {font-size: 11px}

.bordermark {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

.cuadro_number_cant {
	font-family: Arial;
	font-style: normal;
	text-align: right;
	width: 20px;
}

.cuadro_number_value {
	font-family: Arial;
	font-style: normal;
	text-align: right;
	width: 50px;
}

.menuLet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006fb3;
}
	
.menuLet a:link {
	color: #006fb3;
	text-decoration:none;
}

.menuLet a:hover {
	color: #006fb3;
	text-decoration: underline;
}

.menuLet a:activate {
	color: #006fb3;
	text-decoration:none;
}

.menuLet a:visited {
	font-size: 9px;
	color: #006fb3;
	text-decoration:none;
	}