/* CSS document */
form{
	
	}
form.formComun{
	display:block;
	margin-bottom: 30px;
}
form.formComun br{
	clear:both;
}
form.formComun fieldset{
	border:#f2f2f2 solid 1px;
	margin:0px 10px 0px 0px !important;
	padding:0px;
	overflow:hidden;
	float:left;
	clear:both;
}
form#reservas fieldset{
	border:#f2f2f2 solid 1px;
	margin:0px 10px 20px 0px;
	padding:0px;
	overflow:hidden;
}
form.formComun legend, 
form#reservas legend{
	font-size:11px;
	color:#666;
	margin-left:10px;
	padding: 0px 10px 0px 10px;

} 
div.contFormComun{
	border:white solid 1px;
	overflow:hidden;
	padding:15px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	background-color:inherit;
}




/* tamaños de label */
.labelX{
	background-color:#471E0C;
	color:white;
	display:block;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}
.labelG{
	float:left;
	margin-right:10px;
}
.labelP{
	float:left;
	margin-right:10px;
}
.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:5px;
	font-size:12px;
}
input:hover, textarea:hover, select:hover{
	background-color:#ECFDF3;
}
.borde0{border:0 !important;}

.inputText{
	color:#1878AB;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:left;
	padding:5px;
}
.inputTextX{
	color:#1878AB;
	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:#1878AB;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:98%;
	padding:5px;
}
.inputTextM{
	color:#1878AB;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:102px;
	margin-right:8px;

	padding:5px;
}
.inputTextP{
		color:#1878AB;
	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;
	height:48px;
	width:98%;
	margin-right:-10px;
	padding:5px;
}
.formSelect{
	float:left;
	width:98%;
	margin-right:-10px;
}
.inputRadio{
	float:left;
	background-color: none !important;
}
.inputCheckbox{
	float:left;
	background-color: none !important;
}
/*---------- contenderoes de botones -----------*/
div.contBotonesLeft, div.contBotonesCenter, div.contBotonesRight{
	padding:7px 0px 0px 0px;
	margin:7px 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:#EEE;
	border:0px solid #312823;
	color:#333;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
	padding-bottom:0px;
	font-weight:normal;
	cursor:pointer;
}
.inputBoton:hover{
	background-color:#666;
	color:#fff;
}


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

























