
#formulario{
	font-weight: normal;
	font-size: 10pt;
	color: #919195;
	font-family: "Century Gothic";
	height: 320px;
	background: #f2f2f2;
}
#formulario table{
	margin: 0 auto; 
	
}
select{
	
	width: 197px;
	font-size: 8pt;
	box-shadow: 1px 1px 3px #999999;
	border: 1px solid #919195;
}
.catalogo_mini{
	width: 90px;
}
#nombre{
	width: 195px;
}
#apellidop{
	width: 90px;
	
}
#apellidom{
	width: 90px;
}
#inciso{
	width: 90px;
}
#poliza{
	width: 195px;
}
#telefonoc{
	width: 195px;
}
#email{
	width: 195px;
}
.inputtext{
	height: 13px;
	
	font-size: 8pt;
	box-shadow: 1px 1px 3px #999999;
	border: 1px solid #919195;
}

#btn_reserva{
	height: 18px;
	border-radius: 2px;
	width: 60px ;
	border: none;
	background: #CCC;
	color: orange;
	background-image: url(../image/boton.png);
	/*border: 1px solid #919195;*/
	font-family: "Century Gothic";
	font-weight: bold;
	

}



#formulario table{
	width: 210px;
}