/* CSS Document */

a:link {
	color: #D0A54A;
	text-decoration:none;
}
a:hover {
	color: #D0A54A;
	text-decoration:none;
}
a:active {
	color: #D0A54A;
	text-decoration:none;
}

a {
	color: #D0A54A;
	text-decoration:none;
}


body {
margin:0;

	font:16px/1.6 proxima_nova_rgregular,Helvetica Neue,Helvetica,Arial,sans-serif;;
	color:#333;
	background:#ffffff;
		background-color:#353535;

	
	}


#cabecera {
	width:100%;
	background-color:#6e5c34;
	min-height: 29px;
	word-spacing: 20px;

}


#inicio {
	
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	float:left;
	padding-left:11px;
	font-weight:bold;
	
	
}


#idiomas {
	text-align:center;
	color: #CFC09C;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	width:250px;
	position:absolute;
	margin-left:-125px;
	left:50%;
	
	
}

#contenido {
	width:100%;
	background-color:#F2F2F2;
	min-height: 410px;


}

#logo {
	text-align:center;
	padding-top: 10px;
	
}




#pie {
	width:100%;
	background-color:#353535;
	color:#ad9251; 
	font-variant:small-caps; 
	text-align:center;
	min-height: 110px;
	margin-top:10px;

}

.slider-wrapper {
	width: 80%;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
