	/*
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: #333;
/*	font: normal 1.3em Georgia,sans-serif;*/
	font: normal 1.3em 'Trebuchet MS', sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	background: #dbcba9 url(img/bodyBG.jpg) center top 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;}*/

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

h1 { font-size: 1em}
h2 { font-size: 2.2em; color: #444;}
h3 { font-size: 2em;}
h4 { font-size: 1.8em;}
h5 { font-size: 1.6em;}
h6 {font-weight: bold; font-size: 1.2em;}

h1 a{ margin: 0 0 0 300px; font-weight: bold; color: #fff }
h1 + p{ margin: 0 0 0 300px}

blockquote {
	background: #F6F6F2 url('img/backgrounds.gif') 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; text-decoration: none}
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.gif') repeat-x 0 -366px;/**/
	border: 1px solid #888;	border-color: #BBB #888 #888 #CCC;		
	color: #444; font: normal 1em Verdana,sans-serif;
	cursor: pointer;
	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; display: block;
	color: #FFE; font-size: 0; line-height: 0;
	height: 1px; 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;*/}

#header {
	/*background: #35322B url('img/backgrounds.gif') repeat-x 0 0;*/
	padding-top: 8px;
	height: 132px;
}


/* 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.gif') repeat-x 0 -222px; */}
#navigation a {
	border-right: 1px solid #96141b;
	color: #333;
	float: left;
	/*font: bold 1em Georgia,Tahoma,sans-serif;*/
	font-weight: bold;
	margin-right: 1px;
	padding: 10px 12px 10px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #96141b;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
	background: #beb6a1;
	color: #eee
}


/* 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;*/
/*	font-size: 0.9em;*/
	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;
	margin: 0 0 0 20px
}
#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: 150px;
}
#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 */
#footerBG{ 
	background: #dbcba9 url(img/footerBG.jpg) center top repeat-x;
}
#footer {
	color: #444;/**/
	background: /*#dbcba9*/ url(img/footer.jpg) center top no-repeat;
	/*padding: 12px 0 30px;*/
	height: 260px
}
#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_title {
	/*background: url('img/grain_dark.gif');*/
/*	border: 2px solid #96141b;*/
	color: #96141b;
	font-size: 0.9em;
	padding: 8px 0 0 10px;
	margin-bottom:20px;
	width: 520px;
	
	background: url(img/titular.jpg) top left no-repeat;
	min-height: 50px;
	padding: 15px 0 0 20px;
	margin: 0 0 0 -15px;
	color: #E5E5D5;
	line-height: 2em
}
.post_title a,.post_date a {text-decoration: none; color:#96141b; color: #444}
.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;
	height: 20px;
	display: block;
	background: url(img/titular.jpg) bottom right no-repeat;
	}
.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 #998;
	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{
padding: 1px 0 1px 30px; background: left center url(img/icono_galeria.png) no-repeat; display: block
}

.icoPrecios{
padding: 1px 0 1px 30px; background: left center url(img/icono_precios2.png) no-repeat; display: block
}
.icoContacto{
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 groove #96141b;
	background:#f2efe6 url(img/fondoFicha.png) 100px 120px no-repeat;
	float:left;
	width:144px; position: relative;
	min-height:360px;
	margin:0 5px 10px 5px;
	padding:10px 10px 20px 10px;
	
	font-size: 0.9em; line-height: 1.6em
}

.minificha div { border-bottom:1px solid #96141b; height:50px; position:relative; margin: 0 0 10px 0 }

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

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

.minificha img { margin: 10px auto }

.saberMas{ position: absolute; bottom: 5px; right: 10px }

#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: -290px; right: 0 }

#footer ul{ position: absolute; bottom: -150px; left: 0 }
/*
#footer .f1, #footer .f2{ position: absolute; bottom: -250px; left: 0; color: #bbbbaa}
#footer .f2{ left: 600px; width: 400px}*/
#footer .f1{
position: absolute; bottom: -250px;color: #bbbbaa;
left: 0;
}
#footer .f2{
position: absolute; bottom: -250px;color: #bbbbaa;
left: 500px; width: 200px
}

#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: outside }

.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 }

a[href$="pdf"]{ padding: 2px 0 2px 20px; background: url(img/pdf.png) left top no-repeat;}

.widget .box_title{ background: url(img/postitle.png) left top no-repeat; margin: 0 0 0 -00px; padding: 0 0 0 10px}

.mapa img{ width:168px; height: 168px; border: 1px solid #444}
.mapa{
width: 168px; float: left; margin: 0 0 30px
}

.mapa+.mapa{ margin: 0 0 0 10px}

.importante{ display: block; clear: both; padding: 10px; margin: 0 0 10px;
background: #fcc; border: 3px solid #a55; }
.importante a{ color: #c00; text-decoration: underline; }