/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#777;
	margin:0;
}

* {
	padding:0;
	margin:0
}

#container {
	width:770px;
	margin:0 auto 0 auto;
}

#header {
	height:69px;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
	float:left;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header h3 {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 270px; /* Adjust this value for the space between the site title and the slogan */
	border-right:1px solid #eee;
}
#sidebar_bottom {
	background-image:url(../images/backgrounds/sidebarbottom.jpg);
	height:53px;
}

#nav {
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover, .active {
	background-image:url(../images/backgrounds/menu_a_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
.clear {
	clear:both;
}

#sidebar {
	width:210px;
	/*background-color:#fff;*/ 
	padding:30px 20px 20px 20px;
	float:left;
	margin:0px 0 0 0;
}

#sidebar_trans {
	width:210px;
	padding:30px 20px 20px 20px;
	float:left;
	margin:-20px 0 0 0;
}

#content {
	margin:0 0 0 270px;
	padding:30px 30px 20px 20px;
}

/**************************************************************************/

#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#BFEF01;
}
#content h2, label.h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px 0 20px 0;
}

#content p {
	line-height:20px;
	/*word-spacing:2px;*/ 
	/*padding:0 0 0 20px;*/ 
	/*text-indent:20px;*/ 
	margin:20px 0 20px 0;
}
#content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
}
#content li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(../images/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
font-weight:bold;
font-size:120%;
}

#content li p {
	padding:0;
font-weight:normal;
font-size:86%;
}

#content ul li ul{
	border:none;
}

#content li ul li, #content li ol li{
	padding-left:15px;
	border:none;
	font-weight:normal;
	font-size:86%;
}

#content #sideblock {
	width:180px;
	padding:10px;
	background-color:#fff;
	float:right;
	font-size:90%;
	margin:0 0 0 20px;

}

#content img {

}

.sidebarfooter {
	background-color:#eee;
	text-align:left;
	padding:7px 5px 7px 5px;
	font-size:80%;
}
.sidebarfooter a {
	background-color:#f6f6f6;
	padding:3px;
	text-decoration:none;
}
.sidebarfooter a:hover {
	color:#000;
	background-color:#fff;
}
#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}
#sideblock p {
	text-indent:0;
	line-height:17px;
	padding:5px;
	margin:5px 0 5px 0;
	color:#bbb;
}
#sideblock ul {
	margin:0 0 5px 5px;
	border:none;
}
#sideblock li {
	margin: 0;
	background-image:none;
	padding:0;
	border:none;
}
#sideblock li a {
	text-decoration:none;
	display:block;
	background-color:#fff;
	padding:5px 5px 5px 10px;
	color:#888;
}
#sideblock li a:hover {
	background-color:#f9f9f9;
	color:#666;
	background-image:url(../images/backgrounds/sideblock_li_a_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
blockquote, .resaltado {
	background-image:url(../images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	/*font-family:"Trebuchet MS", Tahoma, Verdana;*/
}

blockquote p, .resaltado p{
}

#content a {
	color:#444;
	padding:2px;
	text-decoration:none;
}
#content a:hover {
		background-color:#EBFF99;
		color:#000;
}
a:hover {
	text-decoration:none;
}
#sidebar a {
	color:#333;
}

#sidebar h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:20px;
	color:#777;
	font-weight:normal;
	letter-spacing:-1px;
}

#sidebar p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}

#footer {
	clear:both;
	padding:20px;
	border-top:2px solid #ccff00;
	color:#ccc;
	text-align:center;
}
#footer p {
	font-size:85%;
}

#footer a {
	color:#999;
}
/**************************************************************/

#contact fieldset {
display: block;
padding:10px 20px 20px 20px;
border: 1px solid #ccc;

}

#contact legend {
background-color: #BFEF01;
color:#666;
margin-right:20px;
padding: 7px 10px;
font-weight: bold;
}


#contact label {
display:block;
font-weight: bold;
margin-top:1em;
margin-bottom: 0.2em;
}

#contact input, #contact textarea {
border: none;
border: 1px solid #ccc;
color:#000;
padding:3px;
font-family:verdana, sans-serif;
font-size:12px;
}

#contact input.boton {
	display:block;
	margin-top:1em;
	margin-bottom:2em;
	border-top: 2px solid #EEFFAC;
	border-left: 2px solid #EEFFAC;
	border-bottom: 2px solid #8AAC03;
	border-right: 2px solid #8AAC03;
	padding: 2px 10px;
	text-align: center;
	background: #BFEF01;
	color: #fff;
	font-weight: bold;
	width: auto;
}




/* ---------------------------------------------- FORMULARIO REGISTRO ---------------------------------------------- */

form#form_registro {width:500px; margin-left:50px;}

form#form_registro p {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

form#form_registro label {
	text-indent:0px !important;
	display:block;
	float:left;
	width:230px;
	font-size:12px;
	color:#777;
	font-weight:normal;
}

form#form_registro label.h2 {font-size:18px; width:auto; float:none;}

form#form_registro .ancho_auto {width:auto;}


form#form_registro .obligatorio {color:#ff0000;}

form#form_registro input[type=text] {
	border:solid 1px #333;
	background-color:#fff;
	font-size:12px;
	padding:2px;
	margin-bottom:0px;
	width:264px;
	color:#666;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


form#form_registro input[type=submit], form#form_registro input[type=reset] {
	background-color:#c6f600;
	border:none;
	color:#777;
	/*width:60px;*/
	padding:2px;
	text-align:left;
	margin-left:0px;
	margin-right:auto;	
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
}
form#form_registro input[type=submit]:hover, form#form_registro input[type=reset]:hover {
	color:#666;
}


span.mini {font-size:10px;}











/* ---------------------------------------------- FORMULARIO RECOMENDAR ---------------------------------------------- */

form#form_recomendar_amigo {
	padding:0px;
}

form#form_recomendar_amigo label {
	width:150px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

form#form_recomendar_amigo p {
	margin:0px;
	padding:0px;
	text-indent:0px;
}

div.encierra_formu_estilo label {
	display:block;
	float:left;
	width:90px;
	font-size:13px;
	color:#666666;
	font-weight:normal;
}

div.encierra_formu_estilo label.ancho_100 {width:100%; margin-bottom:5px;}

div.encierra_formu_estilo textarea {resize:none; border:none; overflow:auto;}

div.encierra_formu_estilo .obligatorio {color:#88bb04;}

div.encierra_formu_estilo input[type=text], div.encierra_formu_estilo input[type=password], div.encierra_formu_estilo input[type=email], div.encierra_formu_estilo textarea, div.encierra_formu_estilo select {
	border:solid 1px #888;
	background-color:#fff;
	font-size:12px;
	padding:2px;
	margin-bottom:5px;
	width:140px;
	color:#000;
	border-radius:0px;
}

div.encierra_formu_estilo textarea {width:189px; height:80px;}
div.encierra_formu_estilo select {width:146px;}

div.encierra_formu_estilo input[type=submit] {
	display:block;
	background-color:#c9f40e;
	border:none;
	color:#fff;
	width:80px;
	padding:1px 0px;
	text-align:center;
	font-weight:bold;
	margin-right:0px;
	margin-left:auto;
	font-size:11px;
	cursor:pointer;
	text-transform:uppercase;
}
div.encierra_formu_estilo input[type=submit]:hover {
	text-decoration:underline;
}

p#encierra_num-personas {
	width:140px;
	float:right;
}

p#encierra_num-personas label {width:90px;}

select#num-personas {
	width:50px;
}

.padding_20 {padding:20px;}



.bloque {display:block;}
.centrado, .centrada {text-align:center; margin-left:auto; margin-right:auto;}



/* Validación de formularios */
#respuesta_recaptcha {font-weight:bold; color:rgb(115,178,32);}
.error_recaptcha {color:rgb(255,0,0) !important;}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {
        display: inline-block;
 }

/* start commented backslash hack \*/

* html .clearfix {
        height: 1%;
 }

.clearfix {
        display: block;
}
/* close commented backslash hack */