/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background: #d5d6d7; /* url('images/kubrickbgcolor.jpg');*/
	color: #808080;
	text-align: center;
	margin:0;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	text-align: left;
    width: 960px;
	}
#logo {width:960px;height:47px;background:transparent;}
#header {
	background: #73a0c5; /* url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 960px;
	}

#content {
	font-size: 12px;
    float:left;
    width:600px;
	}
#content p{
    line-height: 1.2em;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em; /*1.4em;*/
	}
.narrowcolumn .entry p, .widecolumn .entry p {
	margin:0;
	}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

hr.separador {
    background:#fff;border:0px solid #b7c044;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
    color:#A0AF18;
}

h1 {
	font-size: 20px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 14px;
	}
h3.subtitle {
    color:#b3b3b3;margin:0 0 10px 0;font-size:14px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #6B8F00;
	}

/*h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}*/

.entry p a:visited {
	color: #6B8F00;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #b3b3b3;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #6b8f00;
	text-decoration: none;
    font-weight:bold;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	/*border: 1px solid #959596;*/
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 278px;
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0px 0 0;
	/*width: 450px;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#subfooter {
    width:960px;float:left;text-align:left;
    background:#e6e6e6;
}
#footer {
	padding: 10px 0;
	margin: 0 auto;
	width: 960px;
    background:#dadada;
	clear: both;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0 10px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#sidebar ul li a, #sidebar ul li a:hover{
	font-size:12px;
    color:#6b8f00;
    font-weight:bold;
}
#sidebar ul li a.otros_videos, #sidebar ul li a:hover.otros_videos{
	font-size:12px;
    color:#B7C044;
    font-weight:bold;
    padding:5px 5px 5px 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
    text-align:justify;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 204px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px;
	/*margin-left: 545px;*/
	width: 305px;
    float:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table.borde_verde {
    border:1px solid #B7C044;
}
table.borde_verde tr {
    border:1px solid #B7C044;
}
table.borde_verde td {
    border:1px solid #B7C044;
    padding:2px;
}
strong.verde {color:#B7C044;}
.patito {
    background:#fff url('images/patito_a.jpg') no-repeat;
    padding-left:10px;
}
/* End captions */
/* FORMULARIO BUSQUEDA AVANZADA */
.head-form-avanzado {
    background:#fff url('images/head-form-avanzado.jpg') no-repeat;
    background-position:0 50%;
    height:26px;
    margin-top:50px;
}
.titulo-form-avanzado {
    font-size:14px;
    font-weight:bold;
    padding:5px 0 0 15px;
    color:#a0af18;
}
.body-form-avanzado {
    background:#ebeecd;
    padding:5px 15px 10px 15px;
    font-size:11px;
}
a.link-form-avanzado, a:hover.link-form-avanzado {
    background:#ebeecd url('images/link-form-avanzado.jpg') no-repeat;
    background-position:0 50%;
    padding:0 0 0 15px;
    /*margin-bottom:5px;*/
    margin-top:5px;
}
a:hover.link-form-avanzado {
    text-decoration:underline;
}
/* FORMULARIO BUSQUEDA NORMAL */
.head-form-normal {
    background:#fff;
    height:27px;
    width:300px;
}
.head-form-normal-left {
   background:#e5e5e5 url('images/form-normal-left.jpg') no-repeat;
   height:27px;
   width:8px;
   float:left;
}
.titulo-form-normal {
    background:#e5e5e5;
    height:27px;
    float:left;
    font-weight:bold;
    font-size:13px;
    padding:5px 0 0 5px;
}
.head-form-normal-right {
    background:#e5e5e5 url('images/form-normal-right.jpg') no-repeat;
    height:27px;
    width:22px;
    float:left;
}
.body-form-normal {
    background:#e5e5e5;
    padding:5px 15px 10px 15px;
    font-size:11px;
    width:250px;
}
.searchform-controls input {
	/*background:#9eaa08;*/
	color:#818181;
	border:0;
	font-weight:bold;
	/*padding:2px 5px;*/
	cursor:pointer;
    background:#fff url('images/link-ver-mas.jpg') no-repeat;
    background-position:0 50%;
    padding:0 0 0 10px;
    float:right;
}
.link-buscar {
    
    /*margin-bottom:5px;*/
    margin-top:5px;
}
a.link-ver-mas, a:hover.link-ver-mas {
    background:#fff url('images/link-ver-mas.jpg') no-repeat;
    background-position:0 50%;
    padding:0 0 0 10px;
    /*margin-bottom:5px;*/
    margin-top:5px;
}
.post h3{
    background:#fff url('images/link-ver-mas.jpg') no-repeat;
    background-position:0 50%;
    padding:0 0 0 10px;
    /*margin-bottom:5px;*/
    margin-top:5px;
}
h3.piquito {
    background:#fff url('images/link-ver-mas.jpg') no-repeat;
    background-position:0 50%;
    padding:0 0 0 10px;
    /*margin-bottom:5px;*/
    margin-top:5px;
}
a:hover.link-ver-mas {
    text-decoration:underline;
}
div.limpiar {
    clear:both;
}
a.enlace_pdf, a:hover.enlace_pdf {
    background-image: url(http://www.convencionesinteriorcastellon.com/pdf/ico_pdf.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    height:18px;
    color:#6B8F00;
}
a:hover.enlace_pdf {
    text-decoration:underline;
}
.breadcrumb {
    margin-top:10px;
}
a.breadcrumb, a:hover.breadcrumb {
    font-weight:normal;

}
div.campo  {margin:10px 15px;}
.campo label { font-weight:bold;margin-right:15px; }
.campo select{ width:200px; }
div.campo_enviar {width:550px;}
input.boton_enviar  {background:transparent url(images/link-ver-mas-gris.jpg) no-repeat scroll 0 50%;
border:0 none;
color:#818181;
cursor:pointer;
float:right;
font-weight:bold;
padding:0 0 0 10px;}

select.seleccion_acto {width:100px;}
select.seleccion_actividad  {width:100px;}
select.seleccion_tipo_empresa {width:265px;margin-left:23px;}

input.texto_empresa  { margin-left:70px;}
input.texto_nombre  { margin-left:75px;}
input.texto_apellidos  { margin-left:67px;}
input.texto_direccion  { margin-left:67px;}
input.texto_cp  { margin-left:103px;}
input.texto_poblacion  { margin-left:65px;}
input.texto_provincia  { margin-left:67px;}
input.texto_pais  { margin-left:94px;}
input.texto_telefono  { margin-left:68px;}
input.texto_fax  { margin-left:103px;}
input.texto_email  { margin-left:14px;}
input.texto_web  { margin-left:97px;}

input.texto_evento  { margin-left:76px;}
input.texto_fechas  { margin-left:74px;}
input.texto_delegados  { margin-left:55px;}
input.texto_sede  { margin-left:85px;}
input.texto_empresa2  { margin-left:65px;}
input.texto_persona_contacto  { margin-left:1px;}
input.texto_email2  { margin-left:86px;}
input.texto_web2  { margin-left:95px;}

input.texto_x_mapa  { width:50px;}
input.texto_cantidad_mapa  { width:50px;}

input.texto_x_alojamiento  { width:50px;}
input.texto_cantidad_alojamiento  { width:50px;}

input.texto_x_guia_cbi  { width:50px;}
input.texto_cantidad_guia_cbi  { width:50px;}

input.texto_x_guia_costa  { width:50px;}
input.texto_cantidad_guia_costa  { width:50px;}
span.wpcf7-list-item-label {visibility:hidden;display:none;}
.izquierda {
    margin: 0px 20px 10px 0px; float: left; width: 290px; text-align: justify;
}
.derecha {
    margin: 0px 0px 10px 0px; float: left; width: 290px; text-align: justify;
}
.izquierda_page {
    float:left;width:280px;padding:10px;text-align:justify;
}
.derecha_page {
    float:left;width:280px;padding:10px 10px 10px 10px;text-align:justify;
    }
    /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */












#container-salon { width:925px; color: #000000; background-color:#e3e4e4; height:920px; }
#container-alojamiento{ width:925px; color: #000000; background-color:#ffffff; height:1250px; }

p.nombre-alojamiento { font-size:22px; font-weight:bold; padding-top:20px;}

#cabecera-alojamiento { line-height:10px; background-color:#b19a00; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}

#cabecera-alojamiento a:link {color:#000000;}    /* unvisited link */
#cabecera-alojamiento a:visited {color:#000000;} /* visited link */
#cabecera-alojamiento a:hover {color:#000033;}   /* mouse over link */
#cabecera-alojamiento a:active {color:#330000;}  /* selected link */


.imagen-alojamiento { float:right; padding-right:20px; }

#texto-izq-alojamiento { padding-left:40px; padding-top:15px; padding-right:10px; font-size:12px; width:370px; float:left; }
#texto-dere-alojamiento { padding-right:20px; padding-top:15px; font-size:12px; width:370px; float:right; color:#58585a; }

#texto-izq-alojamiento-naranja { padding-bottom:20px; padding-left:40px; padding-top:15px; padding-right:10px; font-size:12px; width:370px; float:left; background-color:#e7c866; }
#texto-dere-alojamiento-naranja { padding-bottom:20px; padding-right:20px; padding-top:15px; font-size:12px; width:370px; float:right; color:#e23a7d; background-color:#e7c866;}

#texto-dere-faixero { padding-right:20px; padding-top:15px; font-size:12px; width:370px; float:right; color:#58585a; }
#texto-dere-salon { padding-right:20px; padding-top:15px; font-size:12px; width:370px; float:right; color:#e23a7d; }

#bloque-datos-alojamiento { padding-left:40px; padding-top:50px; width:520px; float:left; }
.seccion-datos-alojamiento { float:left; width:100%; padding-top:10px; }
.columna-alojamiento { float:left;  font-size:11px; width:33%; padding-bottom:5px; }


#imagenes-derecha-alojamiento { padding-right:20px; padding-top:60px; float:right;  }
#imagenes-derecha-doble { padding-right:20px; padding-top:60px; float:right; height:500px; }

#container-pie-pagina-alojamiento { margin-top:35px; float:left;  width:650px; margin-bottom:15px; height:80px;}
#container-pie-moli { margin-top:35px; float:left;  width:925px; margin-bottom:15px; height:80px;}

#pie-pagina-alojamiento { background-color:#b19a00;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }

#pie-pagina-salon { background-color:#b19a00;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }

#pie-pagina-moli{ background-color:#8e2b30;  width:925px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px;  height:100px;  }

#habitaciones-alojamiento { margin-left:40px; background-color:#FFF; width:100px; text-align:center; float:left; padding-top:15px;  height:85px; }
#metros-pie-salon { margin-left:40px; background-color:#e3e4e4; width:100px; text-align:center; float:left; padding-top:15px;  vertical-align:middle; height:85px;}
#personas-alojamiento { padding-left:0px; background-color:#FFF; width:100px; text-align:center; float:left; padding-top:15px; height:85px; }
#ancho-pie-salon { padding-left:0px; background-color:#e3e4e4; width:100px; text-align:center; float:left;  vertical-align:middle; padding-top:15px; height:85px;}


div.iconos-alojamiento {  float:left; padding-top:30px;  vertical-align:middle;  font-size:33px; font-weight:bold; text-align:center; padding-left:10px; }
div.iconos-salon { float:left; vertical-align:middle; text-align:center; background-color:#e3e4e4; height:80px; padding:10px;}


#container-pie-derecho-doble { float:right; width:275px; margin-top:94px;  }


#container-pie-derecho-alojamiento { float:left; width:275px; margin-top:35px;}
#pie-derecho-alojamiento { float:left; width:275px; background-color:#b19a00; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }

#pie-derecho-alojamiento-doble { float:left; width:250px;  border-top-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }

#pie-dere-info-alojamientos { float:left; background:#FFF; width:210px; height:100px; padding-left:40px;}
#pie-dere-iconos-alojamiento { float:left; width:200px; padding-top:8px; padding-bottom:6px; }
#pie-dere-datos-alojamiento { float:left; }




p.nombre-alojamiento-blanco { font-size:22px; font-weight:bold; padding-top:20px; color:#FFFFFF }
p.def-alojamiento-blanco { color:#FFFFFF }
#texto-dere-alojamiento-rosa { padding-right:20px; padding-top:15px; font-size:12px; width:370px; float:right; color:#58585a; }
div.iconos-alojamiento-blanco {  float:left; text-align:center; padding-top:30px; padding-left:10px; vertical-align:middle; font-size:33px; font-weight:bold; color:#FFFFFF;}


#cabecera-alojamiento-granate { background-color:#8e2b30; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}
#pie-derecho-alojamiento-granate { float:left; width:275px; background-color:#8e2b30; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-granate { background-color:#8e2b30;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;}



#cabecera-alojamiento-azul { background-color:#005e83; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}
#pie-derecho-alojamiento-azul { float:left; width:275px; background-color:#005e83; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-azul { background-color:#005e83;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }




#cabecera-alojamiento-verdeo { background-color:#1f2f2c; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}
#pie-derecho-alojamiento-verdeo { float:left; width:275px; background-color:#1f2f2c; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-verdeo { background-color:#1f2f2c;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }




#cabecera-alojamiento-naranja { background-color:#d7ae00; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}

#cabecera-alojamiento-naranja a:link {color:#000000;}    /* unvisited link */
#cabecera-alojamiento-naranja a:visited {color:#000000;} /* visited link */
#cabecera-alojamiento-naranja a:hover {color:#000033;}   /* mouse over link */
#cabecera-alojamiento-naranja a:active {color:#330000;}  /* selected link */

#pie-derecho-alojamiento-naranja { float:left; width:275px; background-color:#d7ae00; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-naranja { background-color:#d7ae00;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }




#cabecera-alojamiento-rojo { background-color:#c94d41; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}

#cabecera-alojamiento-rojo a:link {color:#ffffff;}    /* unvisited link */
#cabecera-alojamiento-rojo a:visited {color:#ffffff;} /* visited link */
#cabecera-alojamiento-rojo a:hover {color:#000033;}   /* mouse over link */
#cabecera-alojamiento-rojo a:active {color:#330000;}  /* selected link */

#pie-derecho-alojamiento-rojo { float:left; width:275px; background-color:#c94d41; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-rojo { background-color:#c94d41;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }




#cabecera-alojamiento-azul2 { background-color:#4f8fa6; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}

#cabecera-alojamiento-azul2 a:link {color:#ffffff;}    /* unvisited link */
#cabecera-alojamiento-azul2 a:visited {color:#ffffff;} /* visited link */
#cabecera-alojamiento-azul2 a:hover {color:#000033;}   /* mouse over link */
#cabecera-alojamiento-azul2 a:active {color:#330000;}  /* selected link */

#pie-derecho-alojamiento-azul2 { float:left; width:275px; background-color:#4f8fa6; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-azul2 { background-color:#4f8fa6;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }



#cabecera-alojamiento-verde2 { background-color:#686c18; padding-left:40px; height:220px; border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thin;}

#cabecera-alojamiento-verde2 a:link {color:#000000;}    /* unvisited link */
#cabecera-alojamiento-verde2 a:visited {color:#000000;} /* visited link */
#cabecera-alojamiento-verde2 a:hover {color:#000033;}   /* mouse over link */
#cabecera-alojamiento-verde2 a:active {color:#330000;}  /* selected link */

#pie-derecho-alojamiento-verde2 { float:left; width:275px; background-color:#686c18; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }
#pie-pagina-alojamiento-verde2 { background-color:#686c18;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px;  }





#pie-pagina-salon-granate { background-color:#8e2b30;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-azul { background-color:#005e83;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-verdeo { background-color:#1f2f2c;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-naranja { background-color:#d7ae00;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-rojo { background-color:#c94d41;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-azul2 { background-color:#4f8fa6;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
#pie-pagina-salon-verde2 { background-color:#686c18;  width:650px; float:left; border-top-style:solid;  border-bottom-style:solid; border-bottom-color:#000; border-top-color:#000; border-width:1px; height:100px; }
