/*
	CSS con la maquetaci�n principal del sitio Web
    EnterSoftWeb
*/
html * { /* Reseteamos */
    margin: 0;
    padding: 0;
}
html { font-size:100.01%; }
body { font-size:0.8em; }
img {
    border: 0;
    text-decoration: none;
    vertical-align: middle;
}

/* Estilos generales */
html, body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 1em 0; }
address { font-style:normal; } 
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.05em; }
h6 { font-size: 1em; }
big { font-size: 1.5em; }
li, dd, blockquote { margin-left: 1.5em; }
q { quotes: "" ""; }
hr {
    clear: both;
    margin: 1em 0;
    border: 1px solid #fff;
    border-top: 1px solid #ccc;
    padding: 0;
}
a { color: #E57408; }

/* /////// id //////// */

#cabecera #logotipo { float: left; margin-top: 15px; }
#cabecera #modulo { 
	float: right;
	height: 145px;
	width: 287px;
	background: url("../images/bg_modulo.png") bottom center repeat-x;
}

#menu {
	clear: both;
	border-bottom: 1px solid #e99441;
	background: #7E350A url("../images/bg_menu.png") bottom center repeat-x;
}
#menu ul { 
	margin: 0;
	padding: 0; 
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#menu #menu_principal li {
    display: block;
    margin: 17px 0 0 3px;
	padding: 0;
    list-style-type: none;
    float: left;
	outline:none;
}
#menu #menu_principal a {
    text-decoration: none;	
	outline:none;
}
#menu #menu_principal a span {
    display: block;
    color: #fff;
	margin-left: 7px;
    padding: 15px 18px 15px 8px;
    background: #63391B url("../images/bg_bt_menu_der.png") right top no-repeat;
	text-align: center;
	text-transform:uppercase;
}
#menu #menu_principal a .lat_der {
	width: 7px;
	height: 46px;
    background: #63391B url("../images/bg_bt_menu_izq.png") left top no-repeat;
	float: left;
}
#menu #menu_principal a:hover span,
#menu #menu_principal li.activo span {
    background: #63391B url("../images/bg_bt_menu_activo_der.png") right top no-repeat;
}
#menu #menu_principal li.activo span {
	font-weight: bold;
}
#menu #menu_principal a:hover .lat_der,
#menu #menu_principal li.activo .lat_der {
    background: #63391B url("../images/bg_bt_menu_activo_izq.png") left top no-repeat;	
}
#menu_idiomas {
	float: right;
	height: 63px;
	width: 286px;
	background: #67381C url("../images/bg_menu_idiomas.png") top center repeat-x;
	text-align: center;
}
#menu_idiomas span {
	display: block;
	margin-top: 25px;
	font-size: 0.8em;
}
#menu_idiomas a { color: #fff; }
#menu_idiomas a:hover { color: #E99441; }

#contenido .anchoycentrar {
	padding-bottom: 2em;
}
#contenido #columna_principal {
	float: right;
	width: 640px;
	min-height: 32em;
	margin-top: 1em;
	border-left: 1px solid #ccc;
	padding-left: 23px;
}
#contenido #columna_secundaria {
	float: left;
	width: 230px;
}
#contenido #menu_secundario {
	margin: 6em 0;
	padding: 0;	
}
#contenido #menu_secundario li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contenido #menu_secundario li a {
	display: block;
	margin: 2px;
	padding: 0.8em 0.5em;
	background-color: #5F3315;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}
#contenido #menu_secundario li.activo > a { font-weight: bold; }
#contenido #menu_secundario li.activo > a,
#contenido #menu_secundario li a:hover {
	background-color: #E57408;
}
#contenido #menu_secundario #sbmn_pueblos {
	margin: 0 0 0 1em !important;
	border: 1px solid #fff;
	padding: 0;
}
#contenido #menu_secundario #sbmn_pueblos li a {
	padding: 0.3em 0.5em;
	font-size: 1em;
	margin: 1px;
	background-color: #CFA88E;
	color: #000;
}
#contenido #menu_secundario #sbmn_pueblos a:hover {
	background-color: #E57408;
	color: #fff;
}
#contenido #menu_secundario #sbmn_pueblos li.activo > a { font-weight: bold; color: #fff; }
#contenido #menu_secundario #sbmn_pueblos li.activo > a,
#contenido #menu_secundario #sbmn_pueblos li a:hover {
	background-color: #E57408;
}
#pie {
	position: relative;
	clear: both;
	background: #FBFAFA url("../images/bg_pie.png") top center repeat-x;
	font-size: 0.9em;
	color: #555;
}
#pie #direccion .titulo_1 {
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-size: 1.6em;	
	font-weight: normal;
	color: #5F3315;
} 
#pie #direccion address,
#pie #direccion span {
	display: block;
	margin: 0;
	line-height: 1.5em;
	font-style: normal;
}
#pie #pie_navegacion { margin-top: 1em; }
#pie #pie_navegacion ul {
	margin: 0;
	padding: 0;
}
#pie #pie_navegacion li {
	margin: 0;
	padding: 0 0.5em;
	border-left: 1px solid #555;
	list-style-type: none;
	display: inline;
}
#pie #pie_navegacion li:first-child {
	border: 0;
	padding-left: 0;
}
#pie #copyright {
	margin: 0.5em 0;
	font-weight: bold;
}
#pie #logotipo_pie {
	position: absolute;	
	top: 1px;
	right: 0;
	width: 287px;
	height: 130px;
	padding-top: 55px;
	background-color: #5F3315;
	text-align: center;
}

/* /////// clases //////// */
.ocultar {display: none !important;}
.mostrar {display: block !important;}
.limpiar {float: none !important;clear: both !important;}
.izquierda { float: left; }
.derecha { float: right; }
.alinear_izquierda { text-align: left; }
.alinear_derecha { text-align: right; }
.alinear_justificado { text-align: justify; }
.alinear_centro { text-align: center; }

.columnas_3 {
	float: left;
	width: 27%;
	min-height: 15em;
	margin-right: 1%;
	border: 1px solid #ccc;
}
.columnas_3 p {
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.columnas_3 li {
	margin: 0;
	padding-left: 4.4em;
	list-style-type: none;
}

.anchoycentrar {
	position: relative;
	left: 50%;
    width: 916px;
    margin-left: -458px;
}

.mensaje {
	margin: 1em 0;
	padding: 1em 1em 1em 50px;
}
.mensaje.precarga {
	border: 1px solid #E57408;
	background: #FFC68F url(../images/ico_precarga.gif) 15px center no-repeat;
}
.mensaje.precarga p { color: #5F3315 !important; }
.mensaje.ok {
	border: 1px solid #6FBF17;
	background: #D9EFC2 url(../images/ico_ok.png) 15px center no-repeat;
}
.mensaje.ok p { color: #213F00 !important; }
.mensaje.alerta {
	border: 1px solid #DDDF00;
	background: #FEFF7F url(../images/ico_alerta.png) 15px center no-repeat;
}
.mensaje.alerta p { color: #5E5F00 !important; }


.etiqueta {
	position: relative;
	top: -3px;
	margin: 0 5px;
	padding: 0 0.5em;
	font-size: 9px;
	text-transform: uppercase;
}
.etiqueta.roja {
	background-color:#CC0000 !important;
	color: #fff !important;
}
.search_info,
.search_info_2 {
	position: absolute;
	top: 80px;
	right: 75px;
	width: 330px;
}
.search_info_2 {
	top: 230px;
}
.search_info p,
.search_info_2 p {
	padding-bottom: 1em;
}
.search_info em,
.search_info_2 em,
.search_info strong,
.search_info_2 strong { color: #E57408; font-weight: normal; }

