body {
	margin-right: auto;
	width:1024px;
	margin-left: auto;
	color: #777777;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:  url(../images/fondo.png) #ffffff repeat-x;
}
.logo {
	
	float: left;
	
	z-index: 99;
	position: absolute;
	left: 30px;
	top: -7px;
}

.contenido {

position:relative; 
width:1000px;
left:10px; 
top:-3px;
*margin:-7px;
}



*{outline: none;}
img {border: 0;}
.container {
position:absolute;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	left:0px;
	
	
}
.folio_block {
	position: relative;
	
	
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:345px;
	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	left:0px;
	top:0px;
}
.image_reel {
	position: absolute;
	left:0px;
	top:-4px;
	*margin:-3px;
	
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;

	bottom: 20px; right: 50px;
	background: #ffffff; 
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 25px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #2D2D2D;
}
.paging a.active {
	font-weight: bold; 
	background: #83c5d8; 
	border: 1px solid #2a849d;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}








.menu {
	margin-left: 17px;
	margin-right: 17px;
	position: absolute;
	top: -51px;
	background-image:url(../images/fondo_guinda.png);
	height:49px;
	width:756px;
	left: 175px;
}





 #menuh {
        font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-top: 10px;
		position:absolute;
		left:330px;
		top:5px;
}

#menuh ul, li {
        list-style-type: none;
}

#menuh ul {
        margin: 0;
        padding: 0;
		
}

#menuh li {
        float: left;
		
		
}


#menuh a {

        text-decoration: none;
        color: #ffffff;
        display: block;
        text-align: center;
		width:100px;
		height:36px;
		padding-top:15px;
		
		 
		
		
        
}

#menuh a#primero {
        background: #727580;
}


#menuh a:hover {
        background: #727580;
		
		
}
