html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/fondo_fichas.jpg) fixed repeat-x;
}

a{
	text-decoration:none;
	color: #10314d;
	font: bold 13px Arial, Helvetica, sans-serif;
	outline:none;
}
a:hover{
	/*cursor:hand; */
	cursor:pointer; 
	color: #a75c32;
}

#logo{
	position: fixed;
	left:5px;
	top:90px;
	z-index:3;
}

#logo2{
	position: fixed;
	left:5px;
	top:5px;
	z-index:3;
}

#logobottom{
	position: fixed;
	left:5px;
	bottom:5px;
	z-index:3;
}

#banner{
	position:absolute;
	left:70px;
}

#flash{
	position:absolute;
	top:375px;
	left:140px;
}
#capa{
	background: url(../images/submenu5.png) repeat;
	position: fixed;
	/*border-left:2px solid #f7dbce;*/
	width:800px;
	height:3000px;
	left:798px;
}	

#topcielo{
	position:fixed;
	width:100%;
	height: 120px;
	background: url(../images/cielo.jpg) fixed;
}

#topcielo2{
	position:fixed;
	width:100%;
	height: 60px;
	background: url(../images/cielo2.jpg) fixed;
}

#centro{
	padding-top:120px;
}

#centro2{
	padding-top:60px;
}


.sel{
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#main{
	padding-top: 0px;
	padding-right: 80px;
}

.bottom-container a{
	text-decoration:none;
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.bottom-container a:hover{
	/*cursor:hand;*/
	cursor:pointer; 
	color: #a75c32;
}

/* dock - top */

#dock {
	position: fixed; 
	top: 5px;
}

.dock-container{
	width:700px;
	height:115px;
	padding-left:120px;
	overflow:hidden;
}

.border{
	background: url(../images/submenu.png);
}


/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 5px;
	height: 79px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	margin: 2px;
}

#fisheye_menu li:hover img{
	background: url(../images/fondo_menu.png);
}

#fisheye_menu img {
	border: 0;
	width:65px;
	padding:3px;
}

.active3{
	background: url(../images/fondo_menu3.png);
}

.active2{
	background: url(../images/fondo_menu2.png);
}

.active{
	background: url(../images/fondo_menu.png);
}


/*pie de pagina*/

#bottom {
	width: 100%;
	position: fixed;
	bottom: 0px;
	height:40px;
	background: url(../images/bg.jpg);

}

#dock2 {
	position: fixed;
	bottom: 0px;
	height:65px;
}

.dock-container2{
	width:400px;
	padding-left:250px;
	overflow:hidden;
}

.dock-container2 a:hover img{
	border: none;
	background: url(../images/fondo_menu2.png);
}

.dock-container2 img {
	border: none;
	width: 50px;
	padding:3px;
	white-space:nowrap;
}




