/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");

body{
	text-align: center;
	font: 62.5% Helvetica, Arial, "Trebuchet MS";
}

#container{
	margin: auto;
	text-align: left;
	padding: 22px 0;
	width: 1000px;
	height: 70px;
	font-size: 1em;
}

#header{
	height: 50px;
		color: #657275;
	font-family: Tahoma;
}
#sidebar{
	width: 170px;
	float: left;
	height: 593px;
	position: relative;
}

#content{
	width: 830px;
	float: left;
	position: relative;
}

#main{
		position: relative;
		width:830px;
}
#footer{
	position: relative;
	clear: both;
	color: #657275;
	width: 830px;
	font-family: Tahoma;
}
#footer ul{
	position: absolute;
	z-index: -80px;
}
#footer li{
	float: left;
	margin-right: 2px;
}
/* links */
a{
	color: #657275;
	text-decoration: none;
}
a:hover{
	color: #f15922;
}
a.link{
	background: url(img/arrow2.gif) no-repeat 0 3px; 
	padding-left: 12px;
	margin-left: 10px;
}
/* heading */
h1 a{
	background: url(img/logo.gif) no-repeat 0 0;
	width: 184px;
	height: 50px;
	display: block;
}
h1#logohome{
	background: url(img/logo.gif) no-repeat 0 0;
	width: 184px;
	height: 50px;
	display: block;
}
h1 span{
	display: none;
}
h2{
	clear: both;
}
/* */
#packnews{
	position: absolute;
	bottom: 0;
	width: 170px;
	font: 10px Arial;
}
a#packnews_b{
	width: 123px;
	display: block;
	background: url(img/packnews.gif) no-repeat;
	height: 24px;
	cursor: pointer;	
}
#packnews ul{
	padding-top: 3px;
}
#packnews li{
	margin: 5px 0 0;
}

#packnews li a{
	margin-left: 0;
	font-size: 11px;
}
#packnews p{
	padding-right: 10px;
}
#packnews .date{
	color: #f15922;
}
/* nav */
.nav{
	height: 19px;
}
.nav .left{
	width: 19px;
	height: 19px;
	display: block;
	background: url(img/arrow4.gif) no-repeat 0 0;
}
.nav .right{
	width: 19px;
	height: 19px;
	display: block;
	background: url(img/arrow5.gif) no-repeat 0 0;
}
/* intro */
#main.intro{
	height: 333px;
	margin-top: 114px;
	margin-bottom: 130px;
} 
#map{
	background: url(img/mapa.gif) no-repeat 0 0;
	height: 158px;
}
.intro #menu{
	float: left;
	width: 376px;
}
.intro #menu ul{
	padding-top: 5px;
}
.intro #menu li{
	margin-top: 15px;
	background: url(img/arrow1.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-size: 1.6em;
	position: relative;
}
.intro #menu li a{
	display: block;
	font-size: 1.6em;
	height: 20px;
	width: 300px;
}
.intro #menu li a span{
	display: none;
}
a.link_argentina {
	background: url(img/lan_argentina.gif) no-repeat 0 2px;
}
a.link_latinoamerica {
	background: url(img/lan_latinoamerica.gif) no-repeat 0 2px;	
}
a.link_international {
	background: url(img/lan_international.gif) no-repeat 0 2px;	
}
a.link_argentina:hover {
	background: url(img/lan_argentina_h.gif) no-repeat 0 2px;
}
a.link_latinoamerica:hover  {
	background: url(img/lan_latinoamerica_h.gif) no-repeat 0 2px;	
}
a.link_international:hover  {
	background: url(img/lan_international_h.gif) no-repeat 0 2px;	
}
#flash{
	position: relative;
	float: right;
	z-index: 10;
}

/* home */
#main.home{
	height: 577px;
}
.home #menu a{
	font-size: 3.2em;
}
.home #menu{
	opacity: 0;
	position: absolute;
	top: 90px;
	z-index: 90;
}
.home .box p{
	height: 6em;
}
/* menu */
li.menuli{
	padding-left: 13px;
	background: url(img/arrow6.gif) no-repeat 0 3px;
}
li.menuli.mini{
	background: url(img/arrow7.gif) no-repeat 3px 3px;	
}
.window{
	background: url(img/window.gif) no-repeat 41px 0;
	padding-top: 9px;
	margin-bottom: 10px;
}
.home .window{
	position: relative;
	overflow: hidden;
	width: 820px;
	visibility: hidden;
}
.box{
	font-family: Arial;
	width: 797px;
	background: #292e32;
	color: #657275;
	padding: 10px;
	position: relative;
}
.int .box{
	height: 380px;

}
.close{
	float: right;
	display: block;
	width: 11px;
	height: 11px;
	background: url(img/close.gif) no-repeat 0 0;
}

a:hover.open, a:focus.open, a:active.open {background-position:-150px 0;}
a.open{background:url(img/bg.jpg) repeat -20px 35px;}
a.open span{
	display: none;
}
#menu a.open{
	display: block;
	width: 354px;
	height: 31px;
}
#menu .mini a.open{
	height: 20px;
	margin-bottom: 10px;
}
/* box */
.box h2{
		color: #f15922;
		font-size: 2.6em;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
.box h2.img{
	color: #292e32;
}
.box h3{
		color: #f15922;
		font-size: 2.2em;
	padding: 10px 0 0px;
	font-weight: normal;
	font-style: normal;
}
.box .detalle h3{
	font-size: 2em;
	}
.box h4{
		font-weight: normal;
	font-style: normal;
			font-size: 2em;
	padding: 0 0 5px;	
}
.box .detalle h4{
	font-size: 1.8em;
	}
.box p{
	color: #798588;
	font-size: 1.8em;
	padding: 5px 0;
}
.box .detalle p{
/*	font-size: 1.23em; */
}
.submenu li{
	float: left;
	font-size: 0.4em;
		color: #657275;
	margin-bottom: 10px;
}
.submenu a{
}
.submenu li.current a{
		color: #f15922;
		cursor: default;
}
.home .destacado_chico{
	margin-right: 5px;
}
a.next{
	float: right;
	display: block;
	width: 50px;

	height: 323px;
	position: absolute;
	z-index: 66;
	right: 0;
}

a.previous{
		position: absolute;
	z-index: 66;
	float: left;
	display: block;
	width: 50px;
	height: 323px;
	left: 0;
}
a.next div{
	background: #000 url(img/arrow5.gif) no-repeat center center;
	width:100%;height: 100%;
}
a.previous div{
	background: #000 url(img/arrow4.gif) no-repeat center center;	
		width:100%;height: 100%;
}
/* --- this */
.this{
	position: absolute;
	bottom: 10px;
}
.this.det{
	bottom: 0;
}
.this a{
		display: block;
		padding-bottom: 3px;
}
a.back{
	background: url(img/arrow8.gif) no-repeat 0 2px;
	font-size: 12px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 7px; 
}
a.this_more{

		color: #f15922;
	background: url(img/arrow9.gif) no-repeat 0 3px;	
	font-size: 12px;
	padding-left: 12px;

}
a.this_more.invert{
		background: url(img/arrow9_i.gif) no-repeat 0 3px;
}
a.this_look{
		color: #f15922;
	background: url(img/arrow7.gif) no-repeat 0 3px;
		font-size: 16px;
	padding-left: 8px;
	margin: 5px 0 0;

}
/* numeracion */
.box .numbers{
	padding: 3px 0 0;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	font-size: 12px;
		clear: both;
}
.box .products .numbers li{

	padding: 0;
	font-size: 12px;
	float: left;
}
.box .numbers li.pagina{
	padding-right: 10px;

}
.box .numbers a.select, .box .numbers a.selected2{
		color: #f15922;
}
/* destacados */
#destacados{
	position: relative;
}
.destacado_chico{
	float: left;
	width: 150px;
}
div.destacado_chico{
		margin-top: 465px;
}
.destacado_grande{
	float: right;
		height:300px;
		width: 425px;
		padding-top: 280px;
		position: relative;
}
.imagen_destacado_grande{
		float: right;
		height:600px;
		width: 426px;
		margin:0 0 0 545px;
 		position: absolute;
		top: 0;
		right:0;
	/*	z-index:-999; */
		overflow: hidden;	
		display: block;	
}
.imagen_destacado_grande ul{

}

.imagen_destacado_grande li{
		float: left;
		overflow: hidden;
		height:600px;
		width: 426px;
}
.imagen_destacado_grande img{
	width: 426px;
	height: 600px;
}
.destacado_more span{
font: 11px;
color: #e7ecac;
padding-left: 12px;
background: url(img/arrow3.gif) no-repeat 0 2px;	
}

	
.destacado_more a{
font: 11px Arial;
color: #e7ecac;
padding-left: 12px;
background: url(img/arrow3.gif) no-repeat 0 2px;	
}
.destacado_grande .destacado_more{
margin-top: 20px;
}
.destacado_grande .destacado_more a{
		color: #657275;
	background: url(img/arrow9.gif) no-repeat 0 2px; 
}
.destacado_grande .destacado_more a:hover{
	color: #f15922;
		background: url(img/arrow2.gif) no-repeat 0 2px; 
	}
.destacado_grande .nav{
/*	position: absolute;
	z-index: -1;
*/
}
.destacado_grande h2{
	color: #f15922;
	font-weight: bold;
	font-size: 1.3em;
		padding-top: 190px;
}
.destacado_grande p{
	color: #657275;
	width: 140px;
}
.destacado_chico h2{
	padding-top: 3px;
	font-size: 12px;
	color: #f15922;

}
.destacado_chico img{
	width: 140px;
	padding: 3px 0;
}
.destacado_chico p{
	padding: 2px 0;
	font-size:11px;
}
/* detail */

#main.int{
	margin-top: 20px;
	height: 557px;
	position: relative;
}

.description{
	text-align: left;
	width: 318px;
	margin-right: 10px;
	float: left;
	font-size: 0.9em;
}
.description p{
	font-size: 16px;
	color:  #7a8689;
}
/*  */
.description li{
	background: url(img/arrows1.gif) no-repeat 0 15px;
}
.description li h3{
padding-left: 12px;	
	height: 20px;
	cursor: pointer;
}
.description li h3 span{
	display: none;
}
.description li p{
	display: block;
	height: 100px;
	overflow: hidden;
}
.products{
	float: right;
	width: 455px;
	text-align: right;
	position: relative;
}
.products li{
	text-align:left;
	float: left;
	margin-top: 0;

}
.box .products li{
	font-size: 0.6em;
	padding: 0;
}

.destacado_chico a{
	background: #292e32;
	padding:5px;
	display:block;
	width: 140px;
}
.destacado_chico a:hover{

	color: #e7ecac;
}
li.destacado_chico{
		height: 132px;
		width: 150px;
}
a.no:hover{
	cursor: default;
}	
a:hover .destacado_info h2{
	color: #e7ecac;
}
a.no:hover .destacado_info h2{
	color: #f15922;
}
a .destacado_info p{
	padding: 0;
}
a:hover .destacado_info p{
	color: #292e32;
	padding: 0;
}
a.no:hover .destacado_info p{
 color: #798588;	
}

.box .products li h2{
	font-size: 2em;
		padding	: 0;
	font-weight: bold;
}
.box .products li h2 a{
		color: #f15922;
}
/* el secreto */
.secreto_slide{
	text-align: left;
	width: 150px;
	height: 322px;
	float: left;
	position: relative;
}
.secreto_slide a{
	position:absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	display: block;
	width: 130px;
	background: #000 url(img/arrow6.gif) no-repeat 130px center;
	padding:10px;
	border-bottom: 0px #000 solid;
	border-top: 0px #000 solid;
}
.secreto_slide h4{
	font-size: 12px;
	font-weight: bold;
	color: #f15922;
	padding: 0; 
}
#secreto_adriana{
	border-right: 1px #292e32 solid;
	border-left: 1px #292e32 solid;
}
/* prensa y publicaciones*/
#notas .pages li{
	float: left;
	width: 225px;
	height: 80px;
}
#notas .pages li a{
	display: block;
	padding: 5px 5px 5px 15px;
	height: 70px;
	background: transparent	url(img/arrow9.gif) no-repeat 3px 7px;
	color: #7a8689;
	font-size: 11px;
}
#notas .pages li a p, #notas .pages li a h2{
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
#notas .pages li a .nota-fuente{
	color:#f15922;
	font-weight: bold;
}
#notas .pages li a:hover{
	background: #f15922 url(img/arrow9_h.gif) no-repeat 3px 7px;
	color:#292e32;
}
#notas .pages li a:hover p{
	color:#292e32;
}
#notas .pages li a:hover h2, #notas .pages li a:hover .nota-fuente{
	color:#fff;
}
/* listado interno */
.int .submenu li{
	font-size: 1.3em;
	margin-bottom: 25px;
}
/* jcar */
.jcar{
	position: relative;
	height: 335px;
	width:	318px;
	float: left;
		overflow:hidden;
}
.jcar li.jc{
	position: relative;
	height: 335px;
	
}
.i_jcar{
	position: relative;
	height: 335px;
	width: 455px;
	overflow:hidden;
	
}
.i_jcar li.jc{
	position: relative;
	height: 335px;
	width: 455px;
	font-size: 1em;

}
/* galeria */
.i_jcar li.jc.galeria{
	width: 450px;
	}

.galeria div{
	overflow: hidden;
	width: 450px;
		position: relative;
	height: 335px;
}
.galeria img{
	width: 450px;
}
.galeria ul{
	
}
.galeria li{
	float: left;
	width: 450px;
	height: 335px;
}
/* detail */
.paginador div.detail{
	overflow: hidden;
	width: 450px;
		position: relative;
}
.paginador div.detail li{
	float: left;
	width: 450px;
}
.paginador div.detail img{
	width: 450px;
}
/* */
.left{
	float:left;
}
.right{
	float: right;
}
.loading{
	background: url(img/ajax-loader.gif) no-repeat center center;
}
.loading_b{
	background: url(img/loader.gif) no-repeat center center;
}
.pages{
	height: 314px;
}

#notas .pages{
	height: 320px;
}