/*--------------------- General ------------------------*/


body {
	background-image: url(../img/bg/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}
body.none {
	background-image: none;
	background-color: #ffffff;
}

/*--------------------- Tipografías ----------------------------*/

@font-face {
    font-family: 'JosefinSansRegular';
    src: url('../fuentes/josefinsans-regular-webfont.ttf');
    src: url('../fuentes/josefinsans-regular-webfont.eot?#iefix') format('eot'),
         url('../fuentes/josefinsans-regular-webfont.woff') format('woff'),
         url('../fuentes/josefinsans-regular-webfont.ttf') format('truetype'),
         url('../fuentes/josefinsans-regular-webfont.svg#webfontmogNlHrC') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSansBold';
    src: url('../fuentes/josefinsans-bold-webfont.eot');
    src: url('../fuentes/josefinsans-bold-webfont.eot?#iefix') format('eot'),
         url('../fuentes/josefinsans-bold-webfont.woff') format('woff'),
         url('../fuentes/josefinsans-bold-webfont.ttf') format('truetype'),
         url('../fuentes/josefinsans-bold-webfont.svg#webfontKXD9D769') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifRegular';
    src: url('../fuentes/droidserif-regular-webfont.eot');
    src: url('../fuentes/droidserif-regular-webfont.eot?#iefix') format('eot'),
         url('../fuentes/droidserif-regular-webfont.woff') format('woff'),
         url('../fuentes/droidserif-regular-webfont.ttf') format('truetype'),
         url('../fuentes/droidserif-regular-webfontsvg#webfont32Ad2hZV') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fuentes/droidserif-bolditalic-webfont.eot');
    src: url('../fuentes/droidserif-bolditalic-webfont.eot?#iefix') format('eot'),
         url('../fuentes/droidserif-bolditalic-webfont.woff') format('woff'),
         url('../fuentes/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('../fuentes/droidserif-bolditalic-webfont.svg#webfont59SGWFZY') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifItalic';
    src: url('../fuentes/droidserif-italic-webfont.eot');
    src: url('../fuentes/droidserif-italic-webfont.eot?#iefix') format('eot'),
         url('../fuentes/droidserif-italic-webfont.woff') format('woff'),
         url('../fuentes/droidserif-italic-webfont.ttf') format('truetype'),
         url('../fuentes/droidserif-italic-webfont.svg#webfontG9ntNOzL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifBold';
    src: url('../fuentes/droidserif-bold-webfont.eot');
    src: url('../fuentes/droidserif-bold-webfont.eot?#iefix') format('eot'),
         url('../fuentes/droidserif-bold-webfont.woff') format('woff'),
         url('../fuentes/droidserif-bold-webfont.ttf') format('truetype'),
         url('../fuentes/droidserif-bold-webfont.svg#webfontwYj18KeU') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VollkornRegular';
    src: url('../fuentes/vollkorn-regular-webfont.eot');
    src: url('../fuentes/vollkorn-regular-webfont.eot?#iefix') format('eot'),
         url('../fuentes/vollkorn-regular-webfont.woff') format('woff'),
         url('../fuentes/vollkorn-regular-webfont.ttf') format('truetype'),
         url('../fuentes/vollkorn-regular-webfont.svg#webfontkhnvbsA6') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VollkornBold';
    src: url('../fuentes/vollkorn-bold-webfont.eot');
    src: url('../fuentes/vollkorn-bold-webfont.eot?#iefix') format('eot'),
         url('../fuentes/vollkorn-bold-webfont.woff') format('woff'),
         url('../fuentes/vollkorn-bold-webfont.ttf') format('truetype'),
         url('../fuentes/vollkorn-bold-webfont.svg#webfontw1aazX9s') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------- /Tipografías ----------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form, label {
	margin: 0;
	padding: 0;
}
img,  a img {
	border: 0;
}
a,  a:hover {
	color: #B8AC39;
	text-decoration: none;
}
a:hover {
	color: #3E3D1D;
	text-decoration: none;
}
input {
	border: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*------------------- Contenedor -----------------------*/


#contenedor {
	width: 968px;
	margin: 0em auto 0em auto;
	padding: 0em;
	text-align: left;
	font-size: 80%;
	background: url(../img/bg/bg_contenedor.png) repeat-y 7px 0 transparent;
}
/*------------------- Estructura cabecera -----------------------*/

#cabecera {
	position: relative;
	width: 968px;
	margin: 0 auto 0 auto;
	padding: 0em;
	overflow: hidden;
	z-index: 30;
}
#logo {
	position: relative;
	float: left;
	width: 498px;
	height: 62px;
	margin: 13px 0 0 44px;
	padding: 0;
	background: url(../img/logotipo.png) no-repeat left top;
	z-index: 30;
	overflow: hidden;
	text-indent: -1200px;
	color: #333;
}
#contacto {
	position: relative;
	float: right;
	margin: 28px 36px 0 0;
	z-index: 30;
}
#contacto a span {
	margin: 0 0 0 33px;
	padding: 3px 0 3px 0;
	font-family: 'JosefinSansBold', Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: -1px;
	border-top: 1px solid #909192;
	border-bottom: 1px solid #909192;
}
#contacto a:hover span {
	border-top: 1px solid #e6e5bc;
	border-bottom: 1px solid #e6e5bc;
}
#contacto a,
#contacto a:hover {
	margin:0 33px 0 0;
	padding: 5px 0 5px 0;
	color: #b2b3b4;
	background: url(../img/icono_contacto.png) no-repeat 0px 2px;
}
#contacto a:hover {
	color: #e6e5bc;
	background: url(../img/icono_contacto_on.png) no-repeat 0px 2px;
}
.datos {
	position: absolute;
	display: block;
	margin: 0;
	padding: 8px 0 8px 36px;
	margin-top:22px;
	margin-left: 646px;
	width: 280px;
	background: url(../img/icono_contacto.png) no-repeat 6px 5px #a3a273;
	color: #e9e8bf;
	text-align: left;
	z-index: 35;
}

/*------------------- Estructura menú principal -----------------------*/

ul#menu_principal {
	display: block;
	position: relative;
	clear: both;
	width: 968px;
	height: 51px;
	margin: 0;
	padding: 0 0 0 40px;
	font-size: .9em;
	background: url(../img/bg/bg_menu_principal.png) no-repeat left top;
	text-align: center;
	z-index: 30;
	overflow: hidden;
}
ul#menu_principal li {
	position: relative;
	float: left;
	font-family: 'VollkornRegular', Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 0;
}
ul#menu_principal li a {
	display: block;
	margin: 0;
	padding: 0 22px 0 18px;
	line-height: 45px;
	color: #696c5a;
	background: url(../img/bg/bg_separador_menu.gif) no-repeat right center;
}
ul#menu_principal li a:hover,
ul#menu_principal li a.activo {
	color: #b8ac39;
}
ul#menu_principal li a.final {
	background: none;
}


/*---------------------------- Pié -----------------------------*/

#pie {
	position: relative;
	clear: left;
	margin: 0 7px 0 7px;
	padding: 0;
	background: url(../img/bg/bg_pie.gif) repeat-x left top #404448;
	overflow: auto;
	z-index: 30;
}
#pie p {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #afae7f;
}
#pie p.derecha {
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 45px;
}
#pie p.izquierda {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 45px;
}

.clear {
	clear: both;
}
.resaltado_oscuro {
	color: #3e3d1d;
	font-weight: bold;
}

