/*   
Theme Name: El Cortijo de San Ignacio
Theme URI: http://ebooking7.com
Description: Tema personalizado para El Cortijo de San Ignacio
Author: e-vadis
Author URI: http://e-vadis.com
Version: 1

colores corporativo:
1: Verde Oscuro - #13493D
2: Verde Medio - #3DA67B
3: Verde Claro - #B6E6BE
4: Verde Oliva - #BFC62A
5: Gris Oscuro - #4D4D4D

*/
@media screen {

	body {
		text-align: center;
		font-family:  "Quattrocento Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		margin: 0 0 0 0;
		font-size: 12px;
		line-height: 15px;
		background: #13493D url('images/bkg.png') repeat-x;
		font-smooth: auto;
		-webkit-font-smoothing: antialiased !important;
		color: #4D4D4D;
	}

	.group:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	* html .group,*:first-child+html .group {
		zoom: 1;
	} /* First selector = IE6, Second Selector = IE 7 */

	h1 { font-size: 17px; }
	h2 { font-size: 15px; }
	h3 { font-size: 13px; }
	h4 { font-size: 12px; }
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Fenix', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		color: #13493D;
		letter-spacing: 1px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	p {
		margin: 5px 0 5px 0;
	}
	a {
		color: #13493D;
		text-decoration: none;
	}
	a:hover {
		color: #669933;
	}

	.clear {
		clear: both;
	}
	
	#body_bg_head {
		padding-bottom: 30px;
	}
	#body_bg_bottom {
	}
	
	/* CONTENEDOR CENTRAL PRINCIPAL */
	#page-wrap {
		width: 990px;
		margin: 0px auto 0px auto;
		text-align: left;
		min-height: 600px;
		clear: both;
		position: relative;
	}
	
	/* HEADER */
	#header {
		height: 390px;
		position: relative;
	}
	#header h1 {
		position: relative;
		display: none;
	}
	#header #header-image {
		position:absolute;
		top:0;
		left:0;
		float:left;
		background: #000000;
		z-index: -9;
	}
	/* Contenedor externo del formulario de disponibilidad */
	#header-left-outer {
		width: 260px;
		float: left;
		background: transparent url('images/border-bottom-logo.png') repeat-x 0px 98px;
		min-height: 200px;
		position: absolute;
		z-index: 10;
		top: 0;
		left:0;
	}
	/* Contenedor interno del formulario de disponibilidad */
	#header-left {
		width: 240px;
		margin-left: 20px;
		float: left;
	}
	/* Logotipo */	
	#header-logo {
		width: 240px;
		background: #13493D;
		height: 98px;
	}
	#header .logo_link {
		position: relative;
		background: transparent url('images/logo.png') no-repeat center 17px;
		height: 98px;
		width: 240px;
		display: block;
	}
	/* Contenedor del formulario */
	#header-bookingform {
		background: transparent url('images/form-bkg.png') top left repeat-y;
		min-height: 200px;
		margin-top: 5px;
	}
	#header-bookingform-footer {
		background: transparent url('images/form-footer.png') no-repeat bottom center;
		height: 20px;
	}

	#header-right {
		margin-left: 264px;
		height: 44px;
		background: #13493D;	
	}
	
	/* Menu de idiomas */
	#header-langs {
		float: right;
		margin-right: 10px;
	}
	#header-langs ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#header-langs ul li {
		float: left;
		margin: 0px 2px 0px 2px;
		padding: 0;
		background: transparent url('images/lang-bkg.png') no-repeat center top;
	}
	#header-langs ul li a {
		text-transform: uppercase;
		margin: 4px 3px 10px 3px;
		display: block;
		line-height: 12px;
		color: #13493D;
		font-size: 11px;
	}
	#header-langs ul li a:hover {
		color:  #000000;
	}
	
	/* Menu de Navegación */
	#header-menu {
		float: left;
		margin: 0px auto 0px;
	    color: #ffffff;  
	    padding: 0px 0 0px 0px;
	    z-index: 15;
	    height: 44px;
	}
	
	/* Primer Nivel */
	#header-menu ul {
		list-style: none;
		margin: 0px 0px 0px 20px;
		padding: 0;
	}
	#header-menu ul li {
		float: left;
		position: relative;
	    text-transform: uppercase;
		font-size: 11px;
		font-family: "Fenix", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	#header-menu ul li a {
		color: #B6EBCB;
		display: block;
		text-decoration: none;
		padding: 15px 12px 10px 15px;
		background: transparent url('images/arrow-right.png') no-repeat 5px 17px;
	}
	
	#header-menu ul li a:hover,
	#header-menu ul li a:focus {
		color: #ffffff;
		background: transparent url('images/arrow-right-hover.png') no-repeat 5px 17px;
	}
	
	#header-menu ul li:hover > ul {
		display: block;
	}
	
	#header-menu ul li.current-menu-item a,
	#header-menu ul li.current-menu-ancestor a,
	#header-menu ul li.current_page_item a,
	#header-menu ul li.current_page_ancestor a {
		color: #BFC62A;
		background: transparent url('images/arrow-down-hover.png') no-repeat 2px 17px;
	}
	#header-menu li.dropdown:hover > a {
	}
	#header-menu li.dropdown {
	}
	#header-menu li.dropdown > a {

	}
	#header-menu .dropdown.current-menu-item > a,
	#header-menu .dropdown.current-menu-ancestor > a,
	#header-menu .dropdown.current_page_item > a,
	#header-menu .dropdown.current_page_ancestor > a {

	}
	#header-menu li.dropdown:hover > a {
	}	
	
	/* Segundo Nivel de Menu */
	#header-menu ul li ul {
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 2.8em;
		left: 0;
		width: 188px;
		z-index: 99999;
		padding-top: 13px;
		
	}
	#header-menu ul li ul li a,
	#header-menu ul li.current-menu-item  ul li a,
	#header-menu ul li.current-menu-ancestor  ul li a,
	#header-menu ul li.current_page_item  ul li a,
	#header-menu ul li.current_page_ancestor  ul li a {
		background: transparent url('images/submenu-bkg.png') repeat 5px 15px;
		color: #ffffff;
		height: auto;
		padding: 5px 10px 5px 10px;
		width: 120px;
		font-family: 'Quattrocento Sans', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		text-transform:capitalize; 
		font-size: 12px;
	}
	
	#header-menu ul li ul li a:hover,
	#header-menu ul li ul li a:focus {
		color: #ffffff;
		background: transparent url('images/submenu-bkg-hover.png') repeat 5px 15px;
	}
	
	#header-menu ul li ul li.current-menu-item a,
	#header-menu ul li ul li.current_page_item a {
		color: #BFC62A;
		background: transparent url('images/submenu-bkg-hover.png') repeat 5px 15px;
	}
	
	/* Fin de Menú de Navegación */
		
	#header-bottom {
		background: #B6E6BE;
		height: 25px;
		clear: both;
		text-align: center;
		border-top: 1px solid #BFC62A;
		border-bottom: 1px solid #BFC62A;
	}
	#header-bottom h3 {
		color: #13493D;
		line-height: 27px;
		font-family: "Fenix", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 14px;
		text-transform: uppercase;
}

	/* CONTENT - Contenidos de la página */
	
	/* Contenedor externo de los contenidos */
	#content-wrap {
		background: #E9EADE url('images/ornamento_content.png') no-repeat top center;
		min-height: 300px;
		width: 990px;
	}
	
	/* Contenedor genérico */

	/* Contenedor de ancho total */
	#content-full {
		padding-top: 1px;
		padding-bottom: 20px;
		background: transparent url('images/panel-bkg.png') repeat;
		display: inline-block;
		margin: 12px 12px 12px 24px;
	}
	
	/* Contenedor para listados (category, archive, ...) */
	#content-archive {
		float: left;
		margin: 12px 0px 0px 24px;
		width: 615px;
	}
	
	#content-left {
		float: left;
		background: transparent url('images/panel-bkg.png') repeat;
		margin: 12px 0px 12px 24px;
	}
	
	#content-left.home {
		background: transparent;
		margin: 0;
	}
	
	#content {
		float: left;
		width: 615px;
		min-height: 328px;
	}
	#content-full #content {
		width: 942px;
	}
	
	/* Página de Actividades */
	#content-left-actividades {
		float: left;
		margin: 12px 0px 12px 24px;
		border: 0px solid red;
		
	}
	#content-left-actividades h3 {
		font-size: 15px;
	}
	
	#actividades-panel1 h3 {
		margin-left: 100px;
	}
	
	#actividades-panel1 p,
	#actividades-panel2 p,
	#actividades-panel3 p {
		color: #4D4D4D;
		font-size: 12px;
		font-family: "Quattrocento Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	#actividades-panel1 p {
		margin-left: 100px;		
	}
	

	#actividades-panel1 .logo-cortijo {
		float: left;
		margin-top: 20px;
	}
	#actividades-panel1 .logo-cortijo img {
		border: 0px solid red;
	}

	#content-left-actividades .horizontal-line {
		margin: 0px 0px 10px 0px;
	}
	#actividades-panel1,
	#actividades-panel2,
	#actividades-panel3 {
		background: transparent url('images/panel-bkg.png') repeat;
		border: 0px solid blue;
		margin-bottom: 10px;
		padding: 25px 22px 25px 22px;
	}
	
	
	
	/* Paneles de la Home */ 
	
	.horizontal-line {
		height: 2px;
		border-top: 2px dotted #B6E6BE;
		margin: 0px 0px 10px 24px;
		width: 615px;
		clear: both;
	}
	.vertical-line {
		width: 2px;
		height: 100px; 
		border-left: 2px dotted #B6E6BE;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	/* Panel Superior */
	#home-panel-top {
		background: transparent url('images/home-panel-bkg.png') repeat;
		height: 124px;
		margin: 12px 0px 12px 24px;
		width: 615px;
		position: relative;
	}
	#home-panel-top .post-thumbnail {
		float: left;
		margin: 16px 20px 0px 16px;
	}
	#home-panel-top .home-panel-top-right {
		float: left;
		margin: 16px 0px 0px 0px;
		width: 430px;
		text-align: justify;
	}
	#home-panel-top .info {
		position: absolute;
		top: 12px;
		right: 25px;
	}
	#home-panel-top .post-content {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 13px;
	}
	
	/* Panel izquierdo inferior */
	#home-panel-left {
		background: #E0E8D9 url('images/home-panel-contacto-bkg.png') no-repeat top;
		height: 100px;
		width: 218px;
		float: left;
		margin: 0px 12px 12px 24px;
	}
	#home-panel-left h3 {
		margin: 27px 0 5px 70px;
		font-size: 12px;
	}
	#home-panel-left .textwidget .telefono {
		color: #13493D;
		font-size: 15px;
		font-family: 'Fenix', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	#home-panel-left .textwidget {
		margin: 0px 0px 0px 70px;
		font-size: 12px;
		line-height: 15px;
	}
	
	/* Panel derecho inferior */
	#home-panel-right {
		background: transparent url('images/home-panel-bkg.png') repeat;
		height: 100px;
		width: 371px;
		float: left;
		position: relative;
	}
	#home-panel-right .mancheta {
		float: left;
		margin: 16px 10px 0px 25px;
	}
	.mancheta {
		height: 75px;
		width: 120px;
		background: transparent url('images/oferta-mancheta-bkg.png') no-repeat 0px -5px;
		font-family: 'Fenix', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		color: #13493D;
	}
	.mancheta-desde {
		margin: 4px 0px 3px 10px;
		font-size: 15px;
		line-height: 14px;
	}
	.mancheta-importe {
		float: left;
		font-size: 22px;
		margin: 0px 0px 0px 10px;
	}
	.mancheta-euro {
		font-size: 15px;
		line-height: 22px;
	}
	.mancheta-info {
		margin: 5px 0px 0px 10px;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'Quattrocento Sans', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	#home-panel-right .info {
		position: absolute;
		top: 12px;
		right: 25px;
	}
	#home-panel-right .title {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-size: 15px;
		margin: 25px 0px 0px 16px;
	}
	#home-panel-right .pretitle {
		font-size: 12px;
	}
	#home-panel-right .post-content {
		margin: 7px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 13px;
		margin: 5px 0px 0px 16px;
	}
	
	/* Títulos y Pre-títulos */
	#content .title,
	#content-full .title,
	#content-archive .title,
	#home-panel-top .title {
		padding: 0;
		text-transform: uppercase;
		font-size: 15px;
		margin: 25px 22px 15px 22px;
	}
	#home-panel-top .title {
		margin: 12px 12px 5px 0px;
	}	
	#content .pretitle,
	#content-full .pretitle,
	#content-archive .pretitle,
	#home-panel-top .pretitle,
	#home-panel-right .pretitle {
		font-size: 12px;
		display: block;
		margin-bottom: 5px;
	}
	#content p,
	#content-full p,
	#content-archive p {
		line-height: 1.6em;
		font-size: 12px;
	}
	
	/* Contenido de la página - texto interior */
	.post-content {
		color: #4D4D4D;
		font-family: "Quattrocento Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		margin: 0px 24px 24px 24px;
	}
	.post-content h3 {
		margin-top: 25px;
	}
	
	/* Personalización de galería de fotos */ 
	.post-content .gallery-title-box {
		width: 200px;
		background: transparent url('images/gallery-title-ornamento.png') no-repeat center top;
		padding-top: 15px;
		text-align: center;
	}
	.post-content h3.gallery-title {
		border-bottom: 2px solid #96DAAA;
		border-top: 2px solid #96DAAA;
		font-size: 1.2em;
		margin-top: 0;
		padding: 3px 0px 3px 0px;
	}
	.post-content .ngg-gallery-thumbnail img {
		margin-left: 0;
		margin-right: 16px;
		background: #BFC62A;
	}
	.post-content .ngg-gallery-thumbnail img:hover {
		background: #ffffff;
	}
	.post-content .ngg-galleryoverview {
		margin: 5px 0px 20px 0px; 
	}
	
	.post-content img {
	}
	
	.post-content .pgm img {
	}
	
	/* Listados de Ofertas, noticias, etc... */
	
	#content-archive .post-entries {
		margin: 4px 0px 4px 0px;
		background: transparent url('images/panel-bkg.png') repeat;
		display: inline-block;
		width: 100%;
	}
	#content-archive .post-entries .mancheta {
		float: left;
		margin-right: 12px;
		margin-left: 12px;
	}
	#content-archive .post-entries h3.title {
		margin-bottom: 0px;
		margin-top: 12px;
	}
	
	
	/* Barras laterales - Sidebars */

	#sidebar-home, #sidebar {
		border-left: 2px dotted #B6E6BE;
		position: relative;
	}
	#sidebar-home .title {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-size: 15px;
		margin: 18px 0px 0px 10px;
	}
	#sidebar-home .pretitle {
		font-size: 12px;
		display: block;
		margin-bottom: 5px;
	}

	#sidebar-home .post-thumbnail {
		margin: 4px 10px 0px 10px;
		height: 110px;
		overflow: hidden;
		border: 0px solid red;
	}
	#sidebar-home .post-thumbnail img {
		position: relative;
		top: -38%;
		*position:inherit;
	}

	#sidebar-home .post-content {
		margin: 0px 16px 0px 10px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 13px;
	}
	#sidebar-home .info {
		margin: 0px 0px 0px 10px;	
	}
	#sidebar-home .widget {
		padding-bottom: 18px;
		margin-bottom: 0px;
	}
	.sidebar {
		float: left;
		width: 315px;
		margin: 12px 0px 20px 12px;
	}
	
	.sidebar .title {

	}
	.sidebar .pretitle {
		font-size: 12px;
		display: block;
	}
	.sidebar .post-thumbnail {

	}
	.sidebar .post-thumbnail img {

	}
	.sidebar .post-content {
	}
	.sidebar .info {
	}
	
	.sidebar .widget {
		background: transparent url('images/panel-bkg.png') repeat;
		margin: 0px 0px 12px 12px;
		padding: 12px 22px 12px 22px;
		display: block;
		color: #4D4D4D;
    	font-family: "Quattrocento Sans","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    	font-size: 12px;
    	line-height: 15px;
	}
	.sidebar .widget h3 {
		font-size: 15px;
		margin: 12px 0px 5px 0px;
	}
	.sidebar .widget .telefono {
		font-size: 16px;
		color: #13493D;
	}
	.sidebar .widget ul {

	}
	.sidebar .widget ul li {
		/*background: transparent url('images/arrow-right-dark.png') no-repeat 0px 3px;*/
		
	}
	
	
	.sidebar ul li a {
		color: #13493D;
	}
	
	/* Subpáginas en Sidebar de Hotel */
	.sidebar ul.subpages {
		margin: 0;
		padding: 0;
	}
	.sidebar ul.subpages li {
		list-style: none;
		padding-left: 10px;
		border: 0px solid red;
		background: transparent url('images/arrow-right-dark.png') no-repeat 0px 3px;
	}

	
	/* Servicios */
	.sidebar .widget ul.servicios {
		margin: 10px 0px 0px 0px;
		padding: 0;
		display: inline-block;
	}
	.sidebar .widget ul.servicios li {
		margin: 0px 0px 10px 0px;
		padding: 0px 3px 0px 0px;
		list-style: none;
		background: none;
		float: left;
		display: block;
		width: 48%;
		font-size: 12px;
	}
	.sidebar ul.servicios li img {
		float: left;
		margin-right: 3px;
	}
	.sidebar ul.servicios li div {
		line-height: 10px;
		vertical-align: middle;
	}
	
	.sidebar .ver-imagenes {
		background: transparent url('images/panel-bkg.png') repeat;
		margin: 0px 0px 12px 8px;
		padding: 12px 12px 12px 12px;
		display: block;
		width: 140px;
		color: #4D4D4D;
    	font-family: "Quattrocento Sans","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    	font-size: 12px;
    	line-height: 15px;
	} 
	.ver-imagenes a {
		padding-left: 12px;
		margin-left: 14px;
		display: block;
		background: transparent url('images/arrow-right-dark.png') no-repeat 0px 3px;
	}
	
	/*  FOOTER */
	#page-wrap-footer {
		margin: 0px 0 0 0;
		background: #B6E6BE;
		clear: both;
		text-align: right;
		height: 25px;
		font-size: 12px;
	}
	
	#footer-menu {
		float: right;
		text-align: right;
		margin: 0px 0px 0px 10px;
		clear: both;
	}
	#footer-menu a {
		color: #3DA67B;
	}
	#footer-menu #copyright {
		border-right: 0px;
	}
	#footer-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
	#footer-menu li {
		display: inline;
		margin: 0px 5px 0px 5px;
		padding: 0px 10px 0px 0px;
		border-right: 1px solid #3DA67B;
		color: #3DA67B;
	}
	#footer-menu li a {
		color: #3DA67B;
		text-decoration: none;
		line-height: 25px;
	}
	#footer-menu li a:hover {
		color: #3DA67B;
	}
	
	.social-tabs li a img {
		border: 0;
	}
	
	/* FORMULARIO DE CONSULTA-CONTACTO */
	
	#form-contacto {
		width: 600px;
	}
	#form-contacto .ajax-loader {
		margin: inherit;
	}
	#form-contacto tr td {
		padding: 0px 0px 0px 0px;
	}
	#form-contacto tr td.enviar {
		text-align: left;
		height: 20px;
	}	
	#form-contacto label {
		color: #13493D;
		text-align: right;
	}
	#form-contacto input[type=text] {
		width: 250px;
	}
	#form-contacto textarea {
		width: 550px;
	}
	#form-contacto p {
		margin: 4px;
	}
	.wpcf7-submit {
	 	background: url("images/arrow-right-dark.png") no-repeat scroll 5px 8px #BFC62A;
	    border-radius: 3px 3px 3px 3px;
	    color: #13493D;
	    padding: 4px 10px 4px 14px;
	    position: relative;
	    border: 0 none;
	}
	input:hover.wpcf7-submit {
	}
	.wpcf7-response-output {
		margin: 5px 0px 0px 10px;
	}
	#sidebar.sidebar .widget div.wp-forecast-curr {
		text-align: left;
	}
	#sidebar.sidebar .widget div.wp-forecast-curr-head {
		text-align: left;
	}
	
	
} /* END screen media */
@media print {
	.do-not-print {
		display: none;
	}
	#comments {
		page-break-before: always;
	}
	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.4;
		word-spacing: 1.1pt;
		letter-spacing: 0.2pt;
		font-family: Garamond, "Times New Roman", serif;
		color: #000;
		background: none;
		font-size: 12pt;
	}
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Marcellus SC', Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 22pt;
	}
	h2 {
		font-size: 19pt;
	}
	h3 {
		font-size: 15pt;
	}
	h4,h5,h6 {
		font-size: 12pt;
	}
	code {
		font: 10pt Courier, monospace;
	}
	blockquote {
		margin: 1.3em;
		padding: 1em;
	}
	img {
		display: block;
		margin: 1em 0;
	}
	a img {
		border: none;
	}
	table {
		margin: 1px;
		text-align: left;
	}
	th {
		border-bottom: 1px solid #333;
		font-weight: bold;
	}
	td {
		border-bottom: 1px solid #333;
	}
	th,td {
		padding: 4px 10px 4px 0;
	}
	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	a {
		text-decoration: none;
		color: black;

} /* END print media */


