body
{
	background : fixed url(../../../../fondo.jpg) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4C4006;
	margin : 20px 0px 20px 0px;
	text-align: center;

}


A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #4C4006;
	
}
A:HOVER {
	color: #937C0C;
}

H1{
	text-align:center;
}

#borde{
	border: 2px solid #4C4006;
	text-align: left;
	width: 760px;
	margin:auto;
}
#contenedor{
	text-align: left;
	width: 760px;
	margin: auto;
	background-color:#eeeeee;

}
#cabecera{
	height : 95px;
	width: 760px;
}
#navegador{
	background : #4C4006;
	padding : 9px 0px 0px 0px;
	border-top : 1px solid #4C4006;
	border-bottom : 1px solid #4C4006;
	text-align:center;
}

ul#nav{
	list-style-type:none;
	height:2em;
}

ul#nav li{
	display:inline;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	font-weight: bold;
}

ul#nav a{
	text-decoration:none;
	color: #C1A72D;
}


ul#nav a:ACTIVE,  ul#nav a:FOCUS{
	color: #C1A72D;
} 

ul#nav a:HOVER{
	color: #937C0C;
}

#cuerpo{
	float:right;
	width:550px;
	padding: 12px 15px 10px 5px;
	background-color:#eeeeee;
	text-align:justify;
	line-height:150%;
}

#navabajo{
	margin-top: 10px;
	left: 0;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}


/*menu lateral*/
.titlat{
	background-color:#4C4006;
	color:#C1A72D;
	font-size:8pt;
	text-transform : uppercase;
	padding: 7px 3px 7px 8px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	letter-spacing : 2px;
}
#lateral{
	width: 180px;
	float:left;
	position:fixed;
	background-color: #EAE4C8;
	border-bottom : 1px solid #4C4006;
	border-right : 1px solid #4C4006;
}

#submenu ul{
	margin : 2px 10px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 4px;
}
#submenu li{
	padding-left: 10px; 
	margin-bottom: 8px;
}
#submenu a{
	color:#C1A72D;
	text-decoration:none;
	font-weight: bold;
	
}
#submenu a:ACTIVE,  #submenua:FOCUS{
	color:#C1A72D;
} 
#submenu a:HOVER{
	color:#937C0C;
}
.cuerpolateral{
	padding: 5px 4px 13px 10px;
}

/*pie de página*/
#pie{
	clear : both;
	color : #4C4006;
	text-align : right;
	margin : 20px 10px 10px 10px;
	font-size:9px;
}


#container {
padding: 20px 150px 20px 150px;
}

#thumbcontainer{
margin-left: 175px;
}


.imgcontainer{
	width: 75px;
	height: 75px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #fff;
	float:left;
	cursor:pointer;
}


.imgcontainer:hover{
	border: 1px solid #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}


/* hs section */

.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(scripts/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
display:none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

