@charset "utf-8";
/* CSS Document */

html{
	/*width:100%;*/
	height:100%;
}

body{
	margin:0;
	font-size:62.5%;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#E0DBCD url('../img/bg-body.jpg') repeat-x;
	color:#333;
	height:100%;
}

a:link {
	text-decoration:none; 
    color:#1E7A99;   
}

a:visited {
	text-decoration:none; 
	color:#1E7A99;
}

a:hover {
	text-decoration:underline; 
	color:#1E7A99;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#F60;
	margin:3px 0 2px 0;
	padding-bottom: 2px;
}

h1{font-size:200%;}

h2{font-size:180%;}

h3{font-size:150%;}

h4{font-size:120%;}

h5{font-size:90%;}

h6{font-size:70%;}

div.hoja_top h1{
	margin-bottom:-8px;
	color:#19667F;
	text-decoration:underline;
}

h1 span{
	color:#4B7900;
}

h1.h1_style_1{
	padding:0;
	font-size:1.7em;
	text-transform:uppercase;
	background:url(../img/bg-h1-style-1.jpg) bottom left repeat-x;
	display:block;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

hr{
	border:#CCC solid 1px;
	width:100%;
	margin:5px 0;
}

a img {
	border: none;
}

/* CLASES EXTRAS */
.width99 { width: 99%; }

.width90 { width: 90%; }

.width95 { width: 95%; }

.width80 { width: 80%; }

.width75 { width: 75%; }

.width65 { width: 65%; }

.width60 { width: 60%; }

.width50 { width: 50%; }

.width35 { width: 35%; }

.width30 { width: 30%; }

.width25 { width: 25%; }

.width20 { width: 20%; }

.width10 { width: 10%; }

.float-left { float: left; }

.float-right { float: right; }

.align-left { text-align: left; }

.display-block{ display:block; }

.display-none{ display:none; }

.overflow-hidden{ overflow:hidden; }

.align-right { text-align: right; }

.aling-center { text-align:center; }

.text-normal{ font-weight:normal; }

.text-bold{ font-weight:bold; }

.text-italic{ font-style:italic; }

.text-error{ color:#F00; }

.color{	background:#F1F6FE; }

.text-uppercase{ text-transform:uppercase; }

/* ACLARAR PARA CADA PÁGINA
ul{
	margin:5px 0 5px 15px;
	padding:0;
	list-style-image:url(../img/ico-li.gif);
}

ol{
	margin:5px 0 5px 15px;
	padding:0;
}

li{
	font-size:0.9em;
	font-family: Tahoma,Geneva,"MS Sans Serif";
	letter-spacing: 0.1em;
	color:#4f595B;
	margin:3px 0 5px 0;
}
*/

/* LINKS */

/* ALERTAS */
div.info, div.alert, div.ok, div.error{
	margin-bottom:15px;
	padding:15px;
	background-position:15px center;
	background-repeat:no-repeat;
	overflow:hidden;
}

div.info{
	border:#A4BBF2 outset 1px;
	background-color:#CBD8F8;
	background-image:url(../img/info.png);
}

div.alert{
	border:#EAD42C outset 1px;
	background-color:#F0EFBF;
	background-image:url(../img/alert.png);
}

div.ok{
	border:#AEDE7E outset 1px;
	background-color:#D4F684;
	background-image:url(../img/ok.png);
}

div.error{
	border:#D99191 outset 1px;
	background-color:#FDCEA4;
	background-image:url(../img/error.png);
}

div.info h2, div.alert h2, div.ok h2, div.error h2{
	margin-left:70px;
	color:#333;
}

div.info h6, div.alert h6, div.ok h6, div.error h6{
	margin-left:50px;
	margin-bottom:-10px;
}


/* SIGUIENTE Y ANTERIOR */
div.hoja_bottom a.siguiente{
	margin:5px 0 0 0;
	padding:0;
	background:url(../img/next.png) center right no-repeat;
	float:right;
	display:block;
	height:30px;
	width:45px;
	/*border:#F00 solid 1px;*/
}

div.hoja_bottom a.anterior{
	margin:5px 0 0 0;
	padding:0;
	background:url(../img/prev.png) center left no-repeat;
	float:left;
	display:block;
	height:30px;
	width:45px;
	/*border:#F00 solid 1px;*/
}

/* LINK REGOMENDAR Y FAVORITOS */
div.hoja_top a.recomendar, a.favoritos, a.ampliar{
	margin:0;
	padding:1px 0 1px 20px;
	font-size:1.1em;
}

div.hoja_top a.recomendar{
	background:url(../img/ico-mail.png) left center no-repeat;
}

div.hoja_top a.favoritos{
	background:url(../img/favorites.png) left center no-repeat;
}

div.hoja_center a.ampliar{
	background:url(../img/ico-ampliar.png) center left no-repeat;
}

a.close{
	height:18px;
	width:18px;
	display:block;
	background:url(../img/close.png) top left no-repeat;
}

a:hover.close{
	background:url(../img/close.png) bottom left no-repeat;
}


/* FORMULARIOS */
form{
	margin:0;
	padding:0;
}

input[type=text], input[type=password], input[type=file], textarea{
	padding:4px 5px;
	font-size:1.3em;
	border:#CCC solid 1px;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus { background:#FFC; border:#CCC solid 1px; }

input[type=submit], input[type=button]{
	padding:4px 8px;
	border:#999 solid 1px;
	background:url(../img/bg-boton.jpg) top left repeat-x;
	cursor:pointer;
}

input[type=submit]:hover, input[type=button]:hover{
	border:#00006D solid 1px;
	background:url(../img/bg-boton-hover.jpg) top left repeat-x;
}

input[type=text].error, input[type=password].error, input[type=file].error, textarea.error, select.error{
	border:#F99 solid 1px;
	background:#FFE8E8;
}

/* INICIO DE LA PLANTILLA */
div#body{
	height:auto;
	min-height:100%;
	/*border:#F00 solid 1px;*/
}

header, footer, aside, nav, article{
	display:block;
}

header, footer{
	margin:0 auto;
	width:960px;
	border:#00F solid 1px;
}

#content {
	margin:0 auto;
	width:960px;
	height:100%;
	overflow:hidden;
	border:#00F solid 1px;
    display: table;  
}

/* BLOQUES */
#cont_header, #cont_center, #cont_footer{
	margin:0 auto;
	width:980px;
	/*border:#00F solid 1px;*/
}

/* ESQUINAS */
div.top_left, div.top_right, div.bottom_left, div.bottom_right{
	display:block;
	float:left;
	width:10px;
	height:20px;
}

/* LATERALES */
div.lat_right{
	background-image:url(../img/bg-right.png);
	background-repeat:repeat-y;
	background-position:970px 0;
	/*border:#0F0 solid 1px;*/
}

div.lat_left{
	background-image:url(../img/bg-left.png);
	background-repeat:repeat-y;
	background-position:-10px 0;
	/*border:#F0F solid 1px;*/
}

/* BARRA TOP Y BARRA BOTTOM */
div.barra_top, div.barra_bottom{
	margin:0 auto;
	height:30px;
	width:940px;
	color:#EDDADA;
	font-size:1.08em;
	display:block;
	background:#CE3924 url('../img/bg-barra-top.jpg') repeat-x;
	/*border:#900 solid 1px;*/
}

div.barra_bottom{
	padding:2px 5px;
	overflow:hidden;
}

div.barra_bottom a img{
	border:none;
	vertical-align:bottom;
}

div.barra_top a, div.barra_bottom a{
	color:#EDDADA;
}

div.barra_top p.left{
	line-height:5px;
	float:left;
}

div.barra_top p.left img{
	margin-top:-5px;
	margin-right:5px;
}

div.barra_top p.left a img{
	border:#E2C2C2 solid 1px;
}

div.barra_top p.left a:hover img{
	border:#FFF solid 1px;
}

div.barra_top p.right{
	padding:5px 10px 0 0;
	float:right;
}

div.barra_bottom p{
	line-height:2.5em;
}

/* CONTENEDOR BANNER */
div#banner{
	height:240px;
	/*border:#333 solid 1px;*/
}

/* CENTER */
div.center, #banner{
	margin:0 auto;
	width:960px;
	/*border:#0F0 solid 1px;*/
}

/* CONT HEADER */
div#cont_header div.center{
	padding:0;
	background:#E4DE94 url('../img/bg-cabecera.jpg') top repeat-x;
	/*border:#0F0 solid 1px;*/
}

div#cont_header div.top{
	height:20px;
	/*border:#F00 solid 1px;*/
}

div#cont_header div.top_left{
	background:url(../img/bg-top-left.png) bottom right;
	/*border:#F00 solid 1px;*/
}

div#cont_header div.top_center{
	height:20px;
	width:960px;
	background:url(../img/bg-top.png) bottom;
	display:block;
	float:left;
	/*border:#F00 solid 1px;*/
}

div#cont_header div.top_right{
	background:url(../img/bg-top-right.png) bottom left;
	/*border:#F00 solid 1px;*/
}

/* LOGO Y PUBLICIDAD */
div#cont_header .left, .right{
	margin:10px 10px 0 10px;
}

div#cont_header .right{
	margin:0 0 0 10px;
}

div#cont_header div.left{
	text-align:center;
	height:120px;
	width:276px;
	background:url(../img/bg_logo.png) top no-repeat;
	float:left;
	/*border:#00F solid 1px;*/
}

div#cont_header div.left img{
	margin-top:10px;
}

div#cont_header div.left h1{
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:2.6em;
	color:#333;
	/*text-shadow: 1px 1px 1px #EFEBBD;*/
}

div#cont_header div.left h1 span{
	color:#900;
}

div#cont_header div.left p{
	margin-top:-3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	font-size:1.1em;
}

div#cont_header div.right{
	height:130px;
	display:block;
	overflow:hidden;
	/*border:#F0F solid 1px;*/
}

/* CONT CENTER */
div#cont_center{
	height:100%;
}

div#cont_center div.center{
	padding:5px 0;
	background:#F7F5D2;
	overflow:hidden;
	clear:both;
}

div#right{
	margin-left:230px;
	height:100%;
	/*border:#F00 solid 1px;*/
}

.hoja_top{
	padding-top:15px;
	width:725px;
	height:75px;
	background-image:url(../img/bg-hoja-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
	/*border:#0F0 solid 1px;*/
}

.hoja_center{
	margin:0;
	padding:10px 10px 10px 15px;
	background-image:url(../img/bg-hoja.png);
	background-position:top left;
	background-repeat:repeat-y;
	min-height:760px;
	width:700px;
	overflow:hidden;
	/*border:#00F solid 1px;*/
}

.hoja_bottom{
	margin:0;
	padding:0 20px 10px 15px;
	width:690px;
	min-height:40px;
	background-image:url(../img/bg-hoja-bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
	/*border:#F0F solid 1px;*/
}

/* CONT FOOTER */
div#cont_footer div.bottom{
	height:20px;
	/*border:#F00 solid 1px;*/
}

div#cont_footer div.bottom_left{
	background:url(../img/bg-bottom-left.png) bottom right;
	/*border:#F00 solid 1px;*/
}

div#cont_footer div.bottom_center{
	height:20px;
	width:960px;
	background:url(../img/bg-bottom.png) bottom;
	display:block;
	float:left;
	/*border:#F00 solid 1px;*/
}

div#cont_footer div.bottom_right{
	background:url(../img/bg-bottom-right.png) bottom left;
	/*border:#F00 solid 1px;*/
}

div#cont_footer div.center{
	height:40px;
	background:#E4DE94 url('../img/bg-cont-pie.jpg') bottom repeat-x;
	overflow:hidden;
	/*border:#0F0 solid 1px;*/
}

div.barra_bottom{
	margin-top:10px;
	text-align:center;
}

/* MENU TOP */
div#cont_menu_top{
	padding-left:5px;
	background:#E7E19F url('../img/bg-cont-menu-top.jpg') top repeat-x;
	height:50px;
	width:auto;
	/*border:#00F solid 1px;*/
}
	
div#cont_menu_top a {
	margin-right:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:45px;
	color:#606060;
	background:#F7F5D2 url('../img/bg-li-menu-top.jpg') top repeat-x;
	height:50px;
	float:left;
	}

div#cont_menu_top a span {
	float:left;
	background:url(../img/bg-span-left-menu-top.jpg) no-repeat left top;
	}
	
div#cont_menu_top a span span {
	text-align:center;
	background:url(../img/bg-span-right-menu-top.jpg) no-repeat right top;
	padding:7px 10px 0 10px;
	width:165px;
	}
	
div#cont_menu_top span span:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#cont_menu_top a.active {
	padding:0;
	height:50px;
	background:#F7F5D2 url('../img/bg-li-active-menu-top.jpg') top repeat-x;
	margin-right:5px;
	}
	
div#cont_menu_top a.active span {
	background:url(../img/bg-span-left-active-menu-top.jpg) no-repeat left top;
	float:left;
	}
	
div#cont_menu_top a.active span span {
	text-decoration:none;
	color:#F60;
	background:url(../img/bg-span-right-active-menu-top.jpg) no-repeat right top;
	padding:7px 10px 0 10px;
	}

div#cont_menu_top a.active a{
	color:#F60;
	text-decoration:none;
}

/* MENU LEFT */
#sidebar{
	margin-left:5px;
	width:220px;
	float:left;
	/*border:#0F0 solid 1px;*/
}

form#search, form#fom_newsletter{
	display:block;
	overflow:hidden;
}

form#search{
	height:40px;
	padding:20px 0 0 20px;
	background:#F7F5D2 url('../img/bg_search.png') top no-repeat;
}

form#fom_newsletter{
	height:75px;
	padding:5px 0 5px 20px;
	background:#F7F5D2 url('../img/bg_newletter.png') bottom no-repeat;
	/*border:#F00 solid 1px;*/
}

form#search span, form#fom_newsletter span{
	width:180px;
	border:#CCC solid 1px;
	background:#FFF;
	display:block;
	overflow:hidden;
}

form#search input[type=text], form#fom_newsletter input[type=text]{
	margin:0;
	padding-right:0;
	border:none;
	width:155px;
}

#sidebar input[type=submit], #sidebar input[type=button]{
	margin:0;
	padding:0;
	border:none;
	width:18px;
	height:18px;
}

form#search input[type=submit], form#search input[type=button]{
	background:#FFF url('../img/ico-buscar.png') bottom no-repeat;
}

form#fom_newsletter input[type=submit], form#fom_newsletter input[type=button]{
	background:#FFF url('../img/mail_replay.png') bottom no-repeat;
}

form#fom_newsletter label{
	margin-bottom:2px;
	font-size:1.2em;
	display:block;
}

/* AJAX NEWSLETTER */
form#fom_newsletter #newsletter_enviando{
	margin-top:5px;
	padding-left:20px;
	background:url(../img/loading_small.gif) left center no-repeat;
	position:absolute;
	display:none;
}

#resp_newsletter span.ok, #resp_newsletter span.error, #resp_newsletter span.alert{
	margin-top:5px;
	padding-left:20px;
	background-color:inherit;
	background-position:left;
	background-repeat:no-repeat;
	border:none;
}

form#fom_newsletter #resp_newsletter span.ok{
	color:#060;
	background-image:url(../img/ok_small.png);
}

form#fom_newsletter #resp_newsletter span.error{
	color:#C30;
	background-image:url(../img/error_small.png);
}

form#fom_newsletter #resp_newsletter span.alert{
	background-image:url(../img/alert_small.png);
}


ul#menu{
	margin:0;
	padding:0;
	list-style: none;
	list-style-image:none;
	background:#EBEBCD url('../img/bg_menu.png') bottom repeat-y;
	overflow:hidden;
	/*border:#F0F solid 1px;*/
}

ul#menu li {
	margin:0 5px 1px 6px;
	list-style:none;
	font-size:1.4em;
	line-height:2em;
	display:block;
}

ul#menu li a {
	padding-left:5px;
	text-decoration:none;
	color:#606060;
	border-left:#ADB397 solid 10px;
	border-bottom:#DBD3AC solid 1px;
	display:block;
}

ul#menu li a:hover{
	color:#F60;
	border-left:#F60 solid 10px;
	background:#E0E0B1;
}

ul#menu li a.active {
	color:#F60;
	border-left:#F60 solid 10px;
    background:#E0E0B1;
}

ul#menu li h2{
	margin-top:-3px;
	margin-bottom:1px;
	padding-left:15px;
	font-size:1.0em;
	color:#FFF;
	text-transform:uppercase;
	background:#ADB397;
	display:block;
}

/* NAVEGACIÓN */
div.navegacion{
	margin:0 auto;
	margin-bottom:15px;
	width:690px;
	text-align:left;
	/*border:#F00 solid 1px;*/
}

div.navegacion a{
	margin-left:10px;
	padding-right:10px;
	font-size:1.2em;
	color:#333;
	background-image:url(../img/ico-nav.png);
	background-position:right 3px;
	background-repeat:no-repeat;
}

div.navegacion a.active{
	text-decoration:underline;
}

div.navegacion a.ultimo{
	background:none;
}

/* CAPA RECOMENDAR */
#capa_recomendar {
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-175px;
    width:440px;
    display: none;
	position:fixed;
	background:url(../img/bg-recomendar.png) top left no-repeat;
	overflow:hidden;
	z-index:999;
	/*border:#F00 solid 1px;*/
}   

#capa_recomendar .top_center{
	height:20px;
	width:420px;
	background:url(../img/bg-top.png) bottom;
	display:block;
	float:left;
}

#capa_recomendar .lat_left{
	background-position:-10px 0;
}

#capa_recomendar .lat_right{
	background-position:430px 0;
}

#capa_recomendar .contenido{
	background:#FFF;
	border:#900 solid 1px;
	margin:0 10px;
}

#capa_recomendar div.contenido .header{
	height:30px;
	background:url(../img/bg-barra-top.jpg) center repeat-x;
	color:#EDDADA;
	font-size:1.3em;
}

#capa_recomendar div.header a.close{
	margin:5px;
	float:right;
}

#capa_recomendar div.contenido .header p{
	margin:5px;
	float:left;
}

#capa_recomendar .div.bottom{
	height:20px;
}

#capa_recomendar div.bottom_center{
	height:20px;
	width:420px;
	background:url(../img/bg-bottom.png) bottom;
	display:block;
	float:left;
}

/* FORM RECOMENDAR */
fieldset#recomendar{
	margin:10px;
	padding:0;
	border:none;
	/*border:#999 solid 1px;*/
}

fieldset#recomendar label{
	padding:10px 5px 5px 0;
	font-size:1.2em;
	min-width:20%;
	display:block;
}


fieldset#recomendar_pagina label#destino{
	margin:0 0 5px 5px;
	padding:0;
	width:100%;
	text-align:center;
	font-size:0.9em;
	letter-spacing:1px;
	display:none;
}

fieldset#recomendar_pagina label#cargando{
	margin:0 0 5px 5px;
	padding:0;
	width:100%;
	text-align:center;
	font-size:0.9em;
	letter-spacing:1px;
	display:none;
}

fieldset#recomendar_pagina label#alert_recomendar{
	margin-bottom:10px;
	padding-left:25px;
	width:100%;
	display:none;
}

fieldset#recomendar br{
	clear:left;
}

fieldset#recomendar input[type=submit], fieldset#recomendar input[type=button]{
	margin:10px auto 0;
	display:block;
}

/* AREA DE PUBLICIDAD */
#capa{
	cursor:pointer;
	position:absolute;
	background:#FFF;
	filter: alpha(opacity=1);
	opacity:0.01;
	display:block;
	overflow:hidden;
	z-index:9;
	/*border:#CCC solid 1px;*/
}

div.publicidad{
	margin:0 auto;
	min-width:100px;
	min-height:60px;
	display:block;
	overflow:hidden;
	/*border:#F0F solid 1px;*/
}

/* PAGINATOR */
ul#paginator{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	overflow:hidden;
}

ul#paginator li{
	margin:0;
	padding:0;
	font-size:1.2em;
	list-style:none;
	float:left;
}

ul#paginator li a{
	margin:0 2px 0 0;
	padding:3px 6px;
	border:#DDD solid 1px;
	float:left;
	display:block;
	text-decoration:none;
}

ul#paginator li a:hover{
	border:solid 1px #666;
}

ul#paginator li.prev-off{
	color:#666;
	border:#DDD solid 1px;
	margin:0 2px 0 0;
	padding:3px 6px;
}

ul#paginator li.active{
	color:#FFF;
	font-weight:bold;
	background:#1E7A99;
	border:solid 1px #DDD;
	margin:0 2px 0 0;
	padding:3px 6px;
}


