﻿body{
	
	margin:0;
	background:#230d02 url('../images/background.png') center top repeat-x;
	
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
#page{
	
	width:1024px;
	margin: 0 auto;
	height:auto!important;
	
	background:#3b1402;
	
	-webkit-box-shadow: 1px 1px 10px #180901;
	-moz-box-shadow: 1px 1px 10px #180901;
	box-shadow: 1px 1px 10px #180901;
	
	border-right: 1px solid #b78d28;
	border-left: 1px solid #b78d28;
	border-bottom: 1px solid #b78d28;

}
table{
	
	border:0;
	margin: 0 auto;
	width:100%;
}
img{
	
	border:0px;
}
a{
	color:#383838;
	text-decoration:none;
}
a:hover, a:active{
	
	color:#bb9331;
}
/*-------------------------------------- HEADER --------------------------------------------------*/
#header{

	background:transparent url('../images/head/bg-head.jpg') no-repeat center top;
	width:1024px;
	height:179px;
	
}
#log-btns .logo{
	
	width:600px;
	height:120px;
	
}
#log-btns .logo img{
	
	margin:auto 0px auto 15px;
}
#log-btns .btns-sociales{
	
	margin: -60px 15px auto 0px;
	float:right;
}
#log-btns .btns-sociales img{
	
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#log-btns .btns-sociales img:hover{
	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* ------------------------------------------------- MENU -----------------------------------------------------*/
#menu-container{

	width:1024px;
	height:43px;
	
}

#menu{
	
	list-style:none;
	float:left;
	
	font-size:16px;
	height:40px;
	margin: 5px 0px 0px -10px;
	
}

#menu li{

	height:40px;
	
	float:left;
	padding: 10px 20px 5px 20px;
	/*background: url('../images/nav/img-hover.png') center top no-repeat;*/
	
}
/*#menu li:hover{

	background:url('../images/nav/img-hover.png') center top no-repeat;
	
}*/
#menu li a{
	
	padding: 10px 0px 0px 0px;
	height:50px;
	
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 2px 3px #000000;
		
}
#menu li a:hover, #menu li a.active{
	
	color:#f8dcab;
	background:url('../images/nav/img-hover.png') center top no-repeat;

}


/* ----------------------------------------------- CONTENT ----------------------------------------------------*/
#content{

	background:#e7e7e7 url('../images/content/img-shadow.png') center top no-repeat;
	/*height:800px;*/
}




/* ---------------------------------------- FOOTER --------------------------------------------------------*/
#footer{
	
	height:250px;
	background: transparent url('../images/foot/bg-foot.png') no-repeat center top;
	
	margin-top:-8px;
}
#footer .txt-foot .copyright{
	
	color:#b29a7a;
	font-size:11px;
	margin: 40px 0px 0px 10px;
	
}
#footer .txt-foot{
	
	width: 650px;
	padding:35px 5px 15px 16px;
	
}
#footer .txt-foot img, #footer .txt-foot p{
	
	float:left;
}
#footer .txt-foot p{
	
	margin: 0px 0px 0px 5px;
	width:420px;
	color:#e8b556;
	font-size:12px;
	text-align:justify;
}
h3{
	
	color:#f8dcab;
	font-family:Calibri;
	font-size:25px;
	padding-left:5px;
	width:250px;
	margin-bottom:3px;
	margin-top:5px;
	float:left;
	font-weight:normal;
}





