/* CSS document */
form{
	
	}
form.formComun{
	float:left;
	margin:0px 10px 20px 0px;
}
form.formComun br{
	clear:both;
}
form.formComun fieldset{
	border:#f2f2f2 solid 1px;
	padding:0px;
	overflow:hidden;
	float:left
}
form#reservas fieldset{
	border:#f2f2f2 solid 1px;
	margin:0px 10px 20px 0px;
	padding:0px;
	overflow:hidden;
}
form.formComun legend{
	font-size:11px;
	color:#666;
	margin-left:10px;
	padding: 0px 10px 0px 10px;
	display:none;
} 
div.contFormComun{
	overflow:hidden;
	padding:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	background-color:inherit;
	width:650px;
}




/* tamaños de label */
label{
	color:#666;
	padding-top: 3px;
}
.labelG{
	float:left;
	margin-right:10px;
	width:200px;
}
.label{
	float:left;
	margin-right:10px;
}
.labelP{
	float:left;
	margin-right:10px;
	width:65px;
}
.labelM{
	float:left;
	margin-right:10px;
	width:85px;
}
.labelMP{
	float:left;
	margin-right:10px;
}
.labelX a.cboxElement{
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	font-size:12px;
	color:#695B53;
	font-weight:bold;
	text-decoration:underline;
}


/*-----------------*/
input, textarea, select{
	border:#d2d2d2 solid 1px;
	color:#333;
	font-size:11px;
	margin-bottom:15px;
	font-size:12px;
}
input:hover, textarea:hover, select:hover{
	background-color:#FEFAE2;
}
.borde0{border:0 !important;}

.inputText{
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:left;
	padding:5px;
}
.inputTextX{
	color:#444;
	font-size:12px;
	font-weight:bold;
	border:1px dotted #999;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-align:left;
	position:relative;
}

.inputTextG{
	color:#444;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:600px;
	padding:5px;
}
.inputTextM{
	color:#444;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:210px;
	margin-right:25px;
	padding:5px;
}
.inputTextP{
	color:#444;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:50px;
	margin-right:8px;

	padding:2px;
}

.inputTextDatas{
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:110%;
	padding:5px;
}



.areaText{
	overflow-y:scroll;
	width:98%;
	margin-right:-10px;
	padding:5px;
}
.formSelect{
	float:left;
	width:98%;
	margin-right:-10px;
}
.inputRadio{
	float:left;
	background-color: none !important;
	border:0 !important;
}
.inputCheckbox{
	float:left;
	background-color: none !important;
	border:0 !important;
}
/*---------- contenderoes de botones -----------*/
div.contBotonesLeft, div.contBotonesCenter, div.contBotonesRight{
	padding:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	/*border-top: #e6af68 dotted 1px;*/
	clear:both;
	float:left;
	width:100%;
}
div.contBotonesLeft{
	text-align:left;
}
div.contBotonesCenter{
	text-align:center;
}
div.contBotonesRight{
	text-align:right;
}

/*------------------- botones --------------------*/
.inputBoton{
	background-color:#E2F5FA;
	border:0px solid #312823;
	color:#333;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	padding:5px 25px 10px 25px;
	font-weight:normal;
	cursor:pointer;
	float: right;
}
.inputBoton:hover{
	background-color:#DEAC16;
	color:#333;
}


.txtCondiciones{
	color:#9A3910;
	padding:0px 5px 0px 5px;
}















p.avisoForm{
	border:#FC3 solid 1px;
	background-color:#ffffef;
	background-image:url(../imxs/aviso_form.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	margin:0px 0px 50px 0px !important;
	padding:3px 3px 3px 32px !important;
}
p.errorForm{
	border:#DB3C34 solid 1px;
	background-color:#fff7f9;
	background-image:url(../imxs/erro_form.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	margin:0px 0px 50px 0px !important;

	padding:3px 3px 3px 32px !important;
}
span.obligatorio{
	color:#ce091f;
	font-weight:bold;
}





.formularioDatos{
	margin-left: 50px;
	width:220px;
	float:left;
	background-color:#F5FDFE;
	color: #1E6780;
	padding: 20px;
}






.formComun.axenda fieldset{
	width:910px;
	padding:20px;
}



.datePicker {
	width:100px;
	float:left;
	margin-right:10px;
}





