body {
	background-color: #000;
	background-image: url(../_img/fondos/fondo02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logos, .logobosi, .marcas, .nav, .woman, .man, #menu, #menu2 {
	display:none;
}
#header {
	position:fixed;
	height:80px;
	display:none;
	background-image: url(../_img/layout/bgHeader.png);
	background-repeat: repeat-x;
	z-index:160;
}
#logos {
	margin-top:5px;
	padding-top:8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
.marcas {
	text-align:right;
	margin-top:14px;
}
.marcas a {
	text-decoration:none;
	color:#FFF;
	margin-top:14px;
}
/*styles nav starts*/
.nav {
	margin:0px;
	padding:0px;
	height:80px;
}
.nav li {
	margin-left:13px;
	padding-top:30px;
	list-style:none;
	float:left;
}
.nav li a {
	text-transform:capitalize;
	font-weight:normal;
	font-size:.9em;
	padding:0px;
	display:block;
	height:20px;
	color:#FFF;
	text-decoration:none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
}
.nav a:hover {
	text-decoration:underline;
}
.nav .catalogo {
	width:54px;
}
.nav .tiendas {
	width:48px;
}
.nav .vip {
	width:22px;
}
.nav .press {
	width:36px;
}
.nav .corporativo {
	width:68px;
}
.nav .contacto {
	width:54px;
}
.nav .promociones {
	width:64px;
}
/*styles nav ends*/
/*sliderHeader starts*/
.slideHeader {
	background: url(../_img/layout/btn-slide.gif) no-repeat right top;	
	float:right;	
	margin: 0 0 0 926px;
	padding:0;
	position: fixed;
	z-index:550;
}
.btn-slide {
	background: url(../_img/layout/white-arrow.gif) no-repeat right -50px;
	float:right;
	width: 20px;
	height: 20px;
	padding: 8px 20px 0 0;
	margin: 0 auto;
	display: block;
}
.activeSlide {
	background-position: right 5px;
}
/*sliderHeader ends*/
.trans {
	background-image: url(../_img/layout/trans.png);
	background-repeat: repeat;
}
.trans50 {
	background-image: url(../_img/layout/trans50.png);
	background-repeat: repeat;
}
#bannerIndex {
	margin-left:195px;
	margin-top:490px;
	height:230px;
	z-index:5;
}

#areaMapa {
	margin-left:195px;
	margin-top:160px;
	height:230px;
	z-index:40;
}
/*slidernews starts

/* image replacement */
     .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			
#slidernews #container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:550px;
	background:#fff;
}
#slidernews #content {
	height:230px;
	position:relative;
}
/* Easy Slider */

	#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:550px;
	height:230px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}/* numeric controls */
ol#controls {
	position:absolute;
	margin:-220px 0px 0px 15px;
	padding:0;
	height:28px;
}
ol#controls li {
	color:#FFFFFF !important;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	line-height:28px;
}
ol#controls li a {
	float:left;
	line-height:28px;
	border:1px solid #ccc;
	background:#666;
	color:#FFFFFF !important;
	padding:0 10px;
	text-decoration:none;
	z-index:150;
}
ol#controls li.current a {
	background: #F00;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	color:#FFF !important;
	outline:none;
}
#controls1 a, controls2 a, controls3 a, controls4 a, controls5 a {
	color:#FFF;
}
/* // Easy Slider */
/*slidernews ends*/
/*submenu starts*/
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 150px;
}
ul.menu a {
	display: block;
	text-decoration: none;
	border-bottom:#000 solid 1px;
}
ul.menu li {
	margin-top: 1px;	
}
ul.menu li a {
	color: #fff;
	padding: 0.3em;
}
ul.menu li a:hover {
	background: #000;
}
ul.menu li ul li {
	color: #FFF;
	width:142px;
}
/*submenu ends*/

#vip {
	color:#FFF;
	height:230px;
	padding:0px 10px;
}
#vip h1 {
	padding-top:10px;
	font-size:1.2em;
	font-weight:normal;
	color:#FFF;
	margin-bottom:0px;
}
#footer {
	background-color: #000;
	padding-top: 5px;
	margin-top:70px;
	font-size:.8em;
	height:25px;
	color:#FFF;
	z-index:1000;
}
#footer a{
color: #F00; text-decoration:none
}
#footer2 {
	padding-bottom:25px;
	color:#FFF;
	margin-top:795px;
	font-size:.7em;
	position: absolute;
}
#footer2 a{
color: #F00; text-decoration:none
}
.red {
	color:#F00;
}
#designplus {
	float:right;
	width:110px;
	padding:0px 5px;
}
#designplus a {
	color:#f23183;
	text-decoration:none;
}
#designplus a:hover {
	color:#FFF;
}

.submenu {
	text-align:center;
	height:25px;
	padding-top:5px;
	cursor: pointer;
}
.submenu a {
	color:#FFF;
	text-decoration:none;
}
.submenu a:hover {
	color:#EB1D24;
	text-decoration:none;
}

.woman, .man {
	text-align:center;
	height:25px;
	padding-top:5px;
}
.woman a, .man a {
	color:#FFF;
	text-decoration:none;
}
.woman a:hover, .man a:hover {
	color:#EB1D24;
	text-decoration:none;
}

#subnav {
	margin-top:100px;
	z-index:50;
}
.fondoIcon {
	background-image: url(../_img/layout/bosiPoint.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.news {
	border-bottom:#F00 solid 2px;
	margin-bottom:20px;
}
.newsDate {
	text-align:center;
	font-size:1.1em;
	position:absolute;
	margin-left:380px;
	background-color:#EB1D24;
	color:#FFF
}
.newsDate span {
	font-size:1.2em
}
.content_corporate img, .content_press img {
	border-bottom:#000 solid 2px;
}
#report {
	border-collapse:collapse;
}
#report h4 {
	margin:0px;
	padding:0px;
}
#report img {
	float:right;
}
#report ul {
	margin:10px 0 10px 40px;
	padding:0px;
}
#report th {
	background:#000 ;
	color:#fff;
	padding:7px 15px;
	text-align:left;
}
#report td {
	background:#FFF none repeat-x scroll center left;
	color:#000;
	padding:7px 15px;
}
#report tr.odd td {
	background: #F0F0F0;
	cursor:pointer;
}
#report div.arrow {
	background:transparent url(../jExpand+samples/arrows.png) no-repeat scroll 0px -16px;
	width:16px;
	height:16px;
	display:block;
}
#report div.up {
	background-position:0px 0px;
}
