/* CSS Document */
html{
	overflow-x:hidden;
}

body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font:11px/11px Helvetica, Arial, Garuda,sans-serif;
	background-image:url(../imgs/otros/fondo_web.jpg);
	color:#666;
	line-height:normal;
	letter-spacing:0.06em;
}
img{
	border:hidden;
}
p, ul{
	line-height:normal;
}
ul{
	margin:0px;
	padding:0px;
}
a{
	color:#fff;
	text-decoration:none;
	border:hidden;
}
h1{
	padding:0px;
	margin:0px;
	font:11px/11px Helvetica, Arial, Garuda,sans-serif;
	color:#666;
	line-height:normal;
}
/* BANDERIN */
#banderin{
	width:250px;
	height:250px;
	position:absolute;
	top:-2313px;
	z-index:1000;
}


/* SCROLL */

div.scrollingHotSpotLeft
{
	
	min-width: 70px;
	width: 10%;
	height: 100%;
	background-image: url(../imgs/otros/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	position: absolute;
	z-index: 4000;
	left:0;
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}


div.scrollingHotSpotRight
{
	min-width: 70px;
	width: 10%;
	height: 100%;
	background-image: url(../imgs/otros/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 100% 30%;
	position: absolute;
	z-index: 4000;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;

}


div.scrollWrapper
{
	position: absolute;
	overflow: hidden;
	width:100%;
	height: 715px;
}


#makeMeScrollable
{
	height: 715px;
	position: absolute;
	width:100%;
}

#makeMeScrollable div.scrollableArea 
{
	position: absolute;
	background-image:url(../imgs/otros/fondo_contenido.jpg);
	background-repeat:repeat-x;
	height: 715px;
	width:20000em;
}
		
#opciones{
	height:400px;
	position:absolute;
	top:45px;
	left:35px;
}
div.op_bt{
	float:left;
	margin-right:35px;
	height:400px;
	cursor:pointer;
	overflow:hidden;

}
.op_bt_encima{

}
.op_bt_normal{
	position:absolute;
}

/*MENU DOCK*/
#menu_dock{
	position:absolute;
	left:35px;
	top:675px;
	height:30px;
	text-align:right;
	overflow-y:hidden;
}
#menu_dock div{
	z-index:3000;
	cursor:pointer;
	float:left;
	margin-right:8px;
}

/* MENU FIXED*/
#menu_fixed{
	position:absolute;
	left:0px;
	top:470px;
	width:100%;
	letter-spacing:normal;
	color:#FFF;

}
#menu_fixed_fd1{
	position:absolute;
	left:0px;
}
#menu_fixed_fd2{
	position:absolute;
	left:215px;
	padding-top:20px;
	padding-bottom:13px;
	padding-left:30px;
	width:100%;
	overflow-x:hidden;
	background-color:#000;
	height:162px;
	background-image:url(../imgs/otros/menu_verde.png);
	background-position:30px 20px;
	background-repeat:no-repeat;
}

#pie_col1{
	position:absolute;
	left:115px;
	top:23px;
}
#pie_col2{
	position:absolute;
	left:328px;
	top:23px;
}

#pie_col3{
	position:absolute;
	left:506px;
	top:13px;
	cursor:pointer;
}
#pie_col3 img{
	border:none;
	margin:0px;
	padding:0px;
	float:left;
}


#pie_col4{
	position:absolute;
	left:616px;
	top:40px;
	font-size:12px;
	color:#666;
}
#pie_col4 p{
	line-height:16px;
}
#pie_col4 a{
	color:#FFF;

}

li.pie_li{
	list-style:url(../imgs/otros/lista_vacio.png) inside;
	color:#666;
	font-size:10px;
	font-weight:lighter;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	cursor:pointer;
}
li.pie_li a{
	color:#666;

}
#pie_idiomas{
	position:absolute;
	left:30px;
	top:20px;
	width:35px;
	height:100px;
}
#idioma_en{
	border:#999 solid 1px;
	width:20px;
	height:20px;
	overflow:hidden;
	margin-bottom:8px;
	background-image:url(../imgs/otros/idiomas/bts_trans.png);
	background-position:center center;
	cursor:pointer;
}
#idioma_es{
	border:#999 solid 1px;
	width:20px;
	height:20px;
	overflow:hidden;
	background-image:url(../imgs/otros/idiomas/bts_trans.png);
	background-position:center center;
	cursor:pointer;
}
