@charset "utf-8";
/* CSS Document */


/* body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:10px 5px 10px 90px;
	padding:1.3em;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		width: 60em;
		border:solid 1px #9C9C9C; 
		margin-bottom: 2em;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color: #006;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	line-height: 90%;
/*	color: #063; */
	padding-right: 0.5em;
	width:10em;
	float:left;	/*border:solid 1px #CCC;   */
	font-size:18px;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size: 12px;
		line-height: 90%;
		font-weight:normal;
		text-align:right;
	}
	
	#stylized input, 
	#stylized textarea{
		float:left;
		padding:4px 2px;
		border:solid 1px #A4B1CC;
		width:40em;
		margin:2px 0 10px 10px;
		background-color:#FFF;
	}
	
	#stylized .radio{
		width:4em;
		float:left;
		padding:4px 2px;
		border:solid 1px #A4B1CC;
	}
	
	#stylized button{
	clear:both;
	margin-left:32em;
	width:11.36em;
	height:2.81em;
	background:#666666 url(button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	cursor: pointer;
	}
	
	#stylized fieldset {
		border:solid 1px #999;
		margin: 0 0 10px 0;
	}
	
	#stylized legend{
		font-weight:bold;
		margin: 0 10px 0 10px;
		padding: 0 10px;
	}
	
	
#capa_acomp { display: none;}
#capa_hotel { display: none;}
