@charset "utf-8";
/* CSS Document */

/* MENUS */
.hotelmenu { float:right; height:30px; margin:0px; line-height:14px; }

#info { float:left; height:450px; margin-right:20px; padding-left:50px; }


.t1 { font-size:11px; font-weight:bold; }

.t-red { color:red; }


.cmenu {
	width:50px;
	height: 30px;
	padding:10px 3px 3px 8px;
	font-size:14px;
	color:#8f8f8f;
	background-color:#eaeaea;
	border: solid 1px #c2c4ba;
}

.cmenu2 {
	width:200px;
	height: 30px;
	padding:10px 3px 3px 8px;
	font-size:14px;
	color:#8f8f8f;
	background-color:#eaeaea;
	border: solid 1px #c2c4ba;
}

.dropmenu {
	color:#8f8f8f;
	border: solid 1px #c2c4ba;
}

/* Formulario */

.peq {
	width:150px;
}
.peq2 {
	width:100px;
}

.txt_obs {
	width:300px;
	height: 40px;
	font-size:12px;
	color:#8f8f8f;
	border: solid 1px #666;
}



input {
	width:300px;
	height: 20px;
	font-size:12px;
	color:#8f8f8f;
	border: solid 1px #666;
}

.txt_form2 {
	background-color: #e6f1fa;
}



.txtbg {
	background-color:#f7f7f7;
}

.bt {
	width:150px;
	height: 40px;
	padding:3px 1px 2px 1px;
	font-size:14px;
	color:#003a7d;
	background-color: #ccebfa;
	border: solid 1px #97bfd7;
	font-weight:bold;
}

.txt_form {
	text-align:right;
	background-color: #eff6f9;
	border: solid 1px #cae1ed;
	color:#4a6a91;
	font-size:13px;
	padding:5px;
}

.p1 { width:230px; padding-left:15px;}

