@charset "utf-8";
/* CSS Document */

.opcion_oculta {
	display:none;
}

.label_desactivada {
	color:#999;
}
#comida_tombatossals_chk {
	-webkit-appearance:checkbox;
}
#politica_privacidad {
	-webkit-appearance:checkbox;
}


/*-----------------------------------------------------------------------------------*/
/*         A PARTIR DE AQUÍ AÑADIDO DESDE STYLE_RESERVAS.css                         */
/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/

input[type=text],
input[type=password],
textarea {
	background: #f4f4f4;
	border: 1px solid #dedede;
	color: #606060;
}
textarea {
	/*padding-left: 3px;
	width: 98%;*/
}
input[type=text] {
	padding: 3px;
}

#respond {
	background: #f4f4f4;
	margin: 40px auto 0;
	padding: 25px;
	position: relative;
}
#respond p {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond textarea {
	text-indent: 0;
	display: block;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	color: #ca6d6d;
	display: inline-block;
	left: 4px;
	font-size: 15px;
	min-width: 60px;
	padding: 4px 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .comment-form-author label:after,
#respond .comment-form-email label:after,
#respond .comment-form-url label:after {
	content: ":";
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #c9c9c9;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #ca6d6d;
	font-size: 22px;
	left: 75%;
	position: absolute;
	top: 12px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}
#respond input#submit {
	margin: 20px 0 0 0;
}
#respond #cancel-comment-reply-link {
	color: #ca6d6d;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 20px 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
#cancel-comment-reply-link {
	color: #ca6d6d;
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 10px;
	font-family: 'MerriweatherRegular';
}
#cancel-comment-reply-link:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #585858;
}
#respond label {
	line-height: 2.2em;
	cursor: text;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.form-submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	overflow: hidden;
	background: #f4f4f4;
	padding: 25px;
	position: relative;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 650px;
	font-size: 14px;
}
.forms {
}
.forms fieldset {
	margin-bottom: -20px;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	color: #606060;
	width: 95%;/*75%;*/
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	height: 20px;
}

.forms fieldset .text-area {
	background: #fff;
	border: 1px solid #dedede;
	color: #606060;
	width: 100%;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	height: 100px;
	padding: 10px;
	resize: none;
}

.forms fieldset .text-input:focus, 
.forms fieldset .text-area:focus {
	border: 1px solid #c9c9c9;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}


a.button,
input#submit,
fieldset .btn-submit  {
	background: #555 url(style/images/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}
input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}



/*.forms*/ fieldset .btn-submit  {
	padding: 0 20px 4px 20px;
	margin: 0;
	height: 30px;
}

.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Form Datos*/
#form_datos textarea {
	background-color:#EEE;
	color:#CCC;
}
#form_datos input::-webkit-input-placeholder {color:#CCC;}
#form_datos input:-moz-placeholder {color:#CCC;}
#form_datos input::-moz-placeholder {color:#CCC;}
#form_datos input:-ms-input-placeholder {color:#CCC;}
#form_datos label, #form_comedor label, #form_fecha_llegada label, #form_fecha_salida label, #form_boton label {
	font-size: 13px;
}
#form_datos label#check_comida {display:inline; text-align:left}

#form_datos input, #form_comedor input, #form_fecha_llegada input, #form_fecha_salida input, #form_boton input, #form_comedor textarea{
	font-size: 13px;
}


#form_datos input, #form_comedor input[type=text], #form_comedor textarea  {
	padding: 3px 13px;
	width: 93%;
	margin-bottom: 12px;
	background-color: #FFF;
	border:1px solid #dedede;
}
#form_datos input[type=text].num_personas {
	width: 50px;
}




/*Form Fecha Llegada*/
#form_datos input{
	padding: 3px 0px;
	width: 93%;
	margin-bottom: 12px;
	background-color: #FFF;
	border:1px solid #dedede;
}


#form_datos input[type=checkbox]#checkbox_diaunico {
	height: 15px;
	width: 15px;
	margin-bottom: 3px;
	vertical-align:middle;
	-webkit-appearance:checkbox;
}
#form_datos input[type=radio] {
	height: 15px;
	width: 15px;
	vertical-align:middle;
	-webkit-appearance:radio;
}
#form_datos input#select_fecha_llegada, #form_datos input#select_fecha_salida, #form_datos input#select_hora_llegada, #form_datos input#select_hora_salida  {
	width: 98%;
}
#form_datos div.espaciador_formulario {
	min-height: 10px;
}

#form_datos input {
	text-indent:13px;
}
#form_datos input[disabled] {
	background-color:#EEE;
	color:#CCC;
}
/*Form Fecha Llegada
#form_fecha_llegada input{
	padding: 3px 0px;
	width: 93%;
	margin-bottom: 12px;
	background-color: #FFF;
	border:1px solid #dedede;
}


#form_fecha_llegada input[type=checkbox]#checkbox_diaunico {
	height: 15px;
	width: 15px;
	margin-bottom: 3px;
	vertical-align:middle;
	-webkit-appearance:checkbox;
}
#form_fecha_llegada input[type=radio] {
	height: 15px;
	width: 15px;
	vertical-align:middle;
	-webkit-appearance:radio;
}
#form_fecha_llegada input#select_fecha_llegada, #form_fecha_llegada input#select_fecha_salida, #form_fecha_llegada input#select_hora_llegada, #form_fecha_llegada input#select_hora_salida  {
	width: 98%;
}
#form_fecha_llegada div.espaciador_formulario {
	min-height: 10px;
}

#form_fecha_llegada input {
	text-indent:13px;
}
#form_fecha_llegada input[disabled] {
	background-color:#EEE;
	color:#CCC;
}*/

/*Form Comedor*/
#form_comedor div.espaciador_formulario {
	min-height: 19px;
}
#form_comedor input[type=checkbox] {
	height: 15px;
	width: 15px;
	vertical-align:middle;
	-webkit-appearance:checkbox;
}
#form_comedor input[type=radio] {
	height: 15px;
	width: 15px;
	vertical-align:middle;
	-webkit-appearance:radio;
}
#form_comedor textarea {resize: none;}
#form_comedor textarea[disabled] {
	background-color:#EEE;
	color:#CCC;
}
#form_comedor textarea::-webkit-input-placeholder {color:#CCC;}
#form_comedor textarea:-moz-placeholder {color:#CCC;}
#form_comedor textarea::-moz-placeholder {color:#CCC;}
#form_comedor textarea:-ms-input-placeholder {color:#CCC;}

#form_comedor input[type=checkbox][disabled] + label {
	color:#CCC;
}
#form_comedor div.textosabanas{
	color:#9e9e9e;
	font-size:80%;
	margin-left:25px;
	line-height:16px;
}

.form_separacion {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: transparent url(./style/images/line.png) repeat-x center bottom;
}
.inhabilitado {
	color:#CCC;
}
.salto_simulado {
	display:none;
}
#form_boton {
}
#calendario_disponibilidad {
}

.formulario_enviado { display: none; padding: 10px; color: #647688; font-size: 12px; background-color: #e6ebf2; width: 100%; 	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px; }
	
.formulario_error { color: red; font-size: 10px; position: relative; display: none; }