@charset "UTF-8";
/* CSS Document */

a:visited {
	color:#C5BA9D;
	text-decoration:none;
}

body {
	text-align:center;
	background-color: #C5BA9D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#cuerpo1{
	margin:0;
	border:0;
	padding:0;
	height:97px;
}

#cuerpo2{
	text-align:left;
	font:normal 10px Georgia;
	color:#FFF;
	margin:0 auto 0 auto;
	border:0;
	padding:0;
	height:16px;
}

#cuerpo3{
	text-align:left;
	margin:0 auto 0 auto;
	border:0;
	height:422px;
	width:950px;
	background-color:#FFF;
}

#cuerpo-museo{
	text-align:left;
	margin:0 auto 0 auto;
	border:0;
	height:422px;
	width:950px;
	background-color:#C1CC26;
}

#cuerpo4{
	text-align:center;
	vertical-align:middle;
    font: normal 10px Georgia;
	color:#595045;
	background-color:#a08a72;
	margin:0 auto 0 auto;
	border:0;
	padding:0;
	height:20px;
	width:950px;
}

#mydroplinemenu{
	margin:0 auto 0 auto;
	width:950px;
	text-align:center;
}

#migas{
	text-align:left;
	color:#666055;
	font:normal 10px Georgia;
	background-color:#a08a72;
}
bold{
	color:#333;
	font:bold 12px Georgia;
	line-height:10px;
}

#texto{
	color:#333;
	font:normal 13px Georgia;
	height:420px;
	width:500px;
	padding-right:30px;
	line-height:20px;
	text-align:justify;
	overflow-x: hidden;
	overflow-y:auto;
}

#texto2{
	color:#333;
	font:normal 13px Georgia;
	height:420px;
	width:900px;
	padding-right:30px;
	line-height:20px;
	text-align:justify;
	overflow-x: hidden;
	overflow-y:auto;
}

#texto2 a:link{
color: #595045;
}

#texto2 a:visited{
color: #595045;
text-decoration:underline;
}

#texto3{
	color:#333;
	font:normal 13px Georgia;
	height:420px;
	width:900px;
	padding-right:30px;
	line-height:20px;
	text-align:justify;
	overflow-x: hidden;
	overflow-y:auto;
	background-color:#C1CC26;
}

#texto-museo{
	color:white;
	font:normal 13px Georgia;
	height:420px;
	width:900px;
	padding-right:30px;
	line-height:20px;
	text-align:justify;
	overflow-x: hidden;
	overflow-y:auto;
	background-color:#C1CC26;
}

.titular{
	color:#333;
	font:bold 18px Georgia;
}

.titular-museo{
	color: white;
	font:bold 18px Georgia;
}

.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font:normal 10.4px Georgia;
background: #a08a72; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: #595045;
padding: 8px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: #595045;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background-color:#746a5d url(bluedefault.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #d7cdc2; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 10px Georgia;
color:#595045;
padding: 3px;
padding-right: 8px;
margin: 0;
border-bottom: 0px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #aa9782;
}

/* cambia el scroll*/

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(scrollbar.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}

.tabla {
font-family: Verdana;
font-size: 10px;
font-style: normal;
color: #333;
font:normal;
text-align:left;
border-color:#F6F6F6;
border-width:5px;
}
