/*
Theme Name: Grafico BigBG
Theme URI: http://www.grafico.es
Description: Un "theme" de grafico de dos columnas con fondo grande basado en el theme Emplode.
Version: 1.0
Author: Estudio Gr&aacute;fico de Publicidad, S.L.
Author URI: http://www.grafico.es
*/


/* RESET
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


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

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
/*	background: #353530;*/
	color: #5A5A50;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	background: #edede3 url(img/bodyBG.jpg) repeat-x;
}


/* Tipografia
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 1em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

#lang_sel_list {
	text-indent: 0px;
	position: absolute;
	top: -8px;
	right: 100px;
	z-index: 100 !important;
}
#lang_sel_list ul {
	width: 300px;
	border: 0px;	
}
#lang_sel_list ul li {
	height: 13px;
	border: 0px;
	width: 60px;
	float: left;
	color: #ffffff !important;
	border-left: 1px solid #ffffff;
}
#lang_sel_list ul li:first-child {
	border-left: 0px solid #ffffff;
}
#lang_sel_list ul li a {
	height: 13px;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
	color: #ffffff !important;
	background: none !important;
	border: 0px !important;
}

.Botonvuelta{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 100px;
	height: 100px;
	z-index: 9;
	/*position: relative;
	top: 18px;
	left: 140px;*/
	position: absolute;
	top: 12px;
	left: -114px;
	z-index: 40;
}
.escondido{
/*overflow: hidden;*/
text-indent: -1999px;
}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('img/backgrounds.png') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* Tablas
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('img/grain_light.gif');
	border: 1px solid #DDC;
}


/* Listas
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* Enlaces 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}


/* Formularios 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds.png') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Especificos */

.form_row {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* Imagenes 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}
.alignleft {float: left; margin:0 10px 10px 0; background:url(img/sombra_foto.png); padding:0 7px 7px 0;}
.alignright {float: right; margin:0 0 10px 10px;}


.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Miscelanea 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 750px;
	position: relative;
	/*border-top: 1px solid blue;*/
}
#navigation .center_wrapper{
	width: 800px;
	padding-left: 50px;
}
#header {
/*	background: #35322B url('img/backgrounds.png') repeat-x 0 0;*/
	padding-top: 8px;
	height: 132px;
	position: relative;
}


/* Toplinks */
#toplinks {
/*	background: #353530 url('img/toplinks.gif') no-repeat left top;*/
	position:absolute;
	top:-7px;
	/*top: 0;*/
	top: -190px;
	right: 0;
	color: #554;
	font-size: 0.9em;
	width: 210px;
	text-align:center;
}
#toplinks li{
	display:inline;
	padding:0 7px;
	border-left:1px solid #887;
}

#toplinks li:first-child{
	border-left:0;
}


#toplinks a {color: #887; font-family:Arial, Helvetica, sans-serif}
#toplinks a:hover {color: #DDC;}

/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url('img/backgrounds.png') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 8px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}


/* Main */
#main_wrapper_outer {/*background: url('img/grain.gif');*/}
#main_wrapper_inner {
/*	background: url('img/main_wrapper_inner.gif') repeat-x left top;*/
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 540px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 205px;
	border-left: 1px solid #CCB;
	
}
#sidebar_content { }
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #deded1 url(img/dashboardBG.jpg) center bottom no-repeat;
	border-top: 1px dashed #C0C0B0;
	min-height: 350px;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 190px; float:right}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	background: #34352f url(img/footerBG.jpg) no-repeat center top;
	padding: 12px 0 30px;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 54px; width:530px;}

.post_body { margin-bottom: 20px;}

.post_title {
	background: url('img/grain_dark.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 0 0 10px;
	margin-bottom:20px;
	width: 520px	
}
.post_title a,.post_date a {text-decoration: none; }
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	text-align:right;
	font-size:0.8em;
	color: #777;
	margin-bottom: 10px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('img/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('img/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;;
	position: relative;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}

#contenedor{
	background:url(img/fondo.jpg) top center no-repeat;
	min-height:0;
}
#cabeceraBG{
background: #2f2f2 url(img/fondo.jpg) center top no-repeat;
}

#navigation{
background: url(img/fondo.jpg) center -140px no-repeat;
}

.box_title .iconito{
position: absolute;
top: 0;
left: -15px
}

#header h1 {
	margin:10px 0 0 0;
}

#header h1 a {
	font-family:Arial, Helvetica, sans-serif;
}

#header p {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:white;
}
#main{
width: 515px
}

.galeria{
margin-top: 10px;
padding: 1px 0 1px 30px; background: left center url(img/icono_galeria.png) no-repeat; display: block
}

.icoPrecios{
margin-top: 10px;
padding: 1px 0 1px 30px; background: left center url(img/icono_precios2.png) no-repeat; display: block
}
.icoContacto{
margin-top: 10px;
padding: 1px 0 1px 30px; background: left center url(img/icono_contacto.png) no-repeat; display: block
}
/*
.minifichas { display:block }
.minifichas li {
	display:block;
	list-style:none;
	border:1px dashed #616153;
	background:#deded1 url(img/floritura.png) top left no-repeat;
	min-height:280px;
	padding:10px;
	padding-bottom:0;
	margin:0 5px 10px 5px;
	width:144px;
	float:left;
}
*/

.minificha {
	border:1px dashed #616153;
	background:#deded1 url(img/floritura.png) top left no-repeat;
	float:left;
	width:144px;
	min-height:300px;
	margin:0 5px 10px 5px;
	padding:10px 10px 0 10px;
}

.minificha div {
	border-bottom:1px solid #616153;
	height:50px;
	position:relative;
}

.minificha h4 {
	position:absolute; bottom:5px;
	line-height: 1em;
}

.minificha h4 a { color:#616153; text-decoration:none }
.minificha h4 a:hover { text-decoration:underline }

.minificha img { margin: 10px auto }


#dashboard ul{
margin: 0 0 20px
}

.footer1, .footer2{ min-height: 300px;  }
.footer1{ float: left;  position: absolute; z-index:10}
.footer1 p{ border-bottom: 1px solid; padding: 0; margin: 0 0 5px}
.footer2{ position: absolute; bottom: -340px; right: 0 }
#dashboard{ position: relative; height:300px}

/*tabla precios*/
.tPrecios th, .tPrecios tr.cebra td{ background: #808078; border: 1px solid #000; color: #deded1 }
table.tPrecios{ margin: 0; width: 95%; caption-side:bottom}
table.tPrecios, .tPrecios td{
border: 1px solid black;
border-collapse: collapse;
background: #deded1;
padding: 3px; font-size: 11px
}
.tPrecios + h3{ margin: 30px 0 0;}
.tPrecios td.precios{
vertical-align: middle;
text-align: center
}
.tPrecios caption{
font-style: italic;
margin: 0 0 30px;
color: #000;
}

#main .post_body li{
list-style-position: inside
}

.post_body ul{
	clear:both;
}

#main .post_body ngg-singlepic {
	margin-bottom:10px !important;
}


/**/

#searchform input#s{ padding: 0; width: 120px; margin: 0 10px 0 0 }
#searchform input.button{ padding: 0 5px }

.widget {
	margin-left:13px;
}

#dashboard .footer1 li{
border: 0
}
#commentform #captcha img{
float: none
}

.piclenselink{ display: none}

.GPS{ position: absolute; left: 280px; top: 0; width: 250px; }

.importante, .importanteAmarillo, .importanteAzul{
/*-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	*/
}
.importante{ display: block; clear: both; padding: 10px; margin: 0 0 10px;
background: #fcc; border: 3px solid #a55; }
.importante a{ color: #c00; text-decoration: underline; }
.importanteAmarillo{ display: block; clear: both; padding: 10px; margin: 0 0 10px;
background: #ffc; border: 3px solid #aa5; }
.importanteAzul{ display: block; clear: both; padding: 10px; margin: 0 0 10px;
background: #82add0; border: 3px solid #35a; text-align:center; color:#fff;
}

/*
Social
*/
a.flickr, a.twitter, a.facebook, a.delicious, a.youtube{
background: url(img/social.png);
width: 30px; height: 30px; display: block; float: left; text-indent: -999em; margin: 0 5px 0 0
}

a.flickr{ background-position: 0 0 }
a.twitter{ background-position: 0 -30px }
a.facebook{ background-position: 0 -60px }
a.delicious{ background-position: 0 -90px }
a.youtube{ background-position: 0 -120px }

.socialUL{ margin: 10px 0 0 }

.socialUL li{ display: inline; border: none }


.dest1, .dest2, .dest3{
width: 248px; height: 248px;
border: 1px solid #c2c4af;
background: url(img/fondo_index_kalahari.jpg) left top no-repeat;
float: left; 
margin: 0 5px 20px;
position: relative;
}
.dest1.corto {
height: 198px;
}
.dest1 {
background: url(img/fondo_destacados.jpg) left top no-repeat;
}
.dest2, .dest3{ height: 98px; background-position: left -278px; }
.dest2{ background-position: left -458px; }
/*
.dest1 h3, .dest2 h3, .dest3 h3{
font: 26px normal Georgia, "Times New Roman", Times, serif; color: #654;
width: 155px; position: absolute; top: 9px; left: 9px; line-height: 0.9em
}

.dest3 h3{ color: #fff }
*/

.dest1 h3, .dest2 h3, .dest3 h3{
font: normal 1.1em Verdana; color: #654;
line-height: 1em;
}
.dest1 .precio {
	font-size: 11px;
	color: #336699;
	position: relative;
	top: -1px;
	left: 0px;
	display: block;
}
.dest1 h2, .dest2 h2, .dest3 h2{
font: 26px normal Georgia, "Times New Roman", Times, serif; color: #654;
width: 155px; position: absolute; top: 9px; left: 9px; line-height: 0.9em
}
.dest1 .ulcorto1 h2, .dest1 .ulcorto2 h2 {
font: normal 1.1em Verdana; color: #654;
line-height: 1em; position: relative; top: 0px; left: 0px; width: auto;
}
#main .dest1 .ulcorto1 li, #main .dest1 .ulcorto2 li {
	padding: 1px 0px;
}
.dest3 h2{ color: #fff }

.dest1, .dest2{ margin: 0 0 20px 5px}
.dest1 {
margin: 0 0 0px 5px
}

.destB{ margin: 0 0 20px 20px}

p{ line-height: 1.3em; padding: 0 0 10px }

.dest1 ul{ list-style-image: url(img/libg.png); position: absolute; /*bottom: 10px;*/ bottom: 0px; left: 5px; width: 190px; }
.dest1 li{ line-height: 1.3em}
.dest1 a, .dest2 a{ color: #654; }
.dest3 a{ color: #fff; }

.icoDest{
background: url(img/pngs.png) no-repeat top left;
text-indent: -9999em; display: block; width: 170px; height:150px;
position: absolute;
top: -5px; right: 0px
}

.depAv{ background-position: left top; }
/*
optimizar a imagenes sueltas: 5imgs x 6KB = 30KB . frente a los 109 del gran PNG
.depAv{
background: url(img/depAv.png) top right no-repeat	
}
*/


.depAct{ background-position: -275px top; }
.depRest{ background-position: 3px -228px; }
.depExo{ background-position: -275px -230px; }
.depFoto{ background-position: 5px -455px; }
.depOfer{ background-position: right -440px; }

.portada{ display: block; width: 530px; clear: both; margin: 0 0 30px;}
.portada a{ text-decoration: none }
.portada li a:hover{ text-decoration: underline }
.portada h4{ display: block; color: #654; font-size: 1.2em; line-height: 2em; }


.dest1 .ulcorto1{
position: absolute; bottom: 6px; left: 5px; width: 100px;
margin: 0 0 0em 1.6em !important;
}
.dest1 .ulcorto2{
position: absolute; 
/*bottom: 21px; */
bottom: -7px;
left: 125px; width: 110px;
}

#ultimahora{ visibility: hidden }

.portada a.restaurante{ margin: 0px 0 20px 5px; display: block; float: left}
.portada a.restaurante + .portada a.restaurante{ margin: 0 }
.portada .restaurante{ margin: 0px 0 20px 5px; display: block; float: left}
.portada .restaurante + .portada .restaurante{ margin: 0 }

.clearfix{ display: block; clear: both }

/* ------------------------- */
/* ------------------------- */
.alo_easymail_widget_form {
	position: relative;
	margin-bottom: 20px;
}
.alo_easymail_widget_form input {
    margin-bottom: 7px;
    margin-left: 10px;
    width: 120px;
}
.alo_easymail_widget_form .input-submit {
	position: absolute;
	right: 0px;
	background: #746a5b;
	color: #ffffff;
    width: 125px;
    margin-top: 4px;
}
.alo_easymail_widget_form .input-submit:hover {
 background: #554c40;
 cursor: pointer;

}
