#pai div{
	display: none;

}
.titulo{
	font-family: "Arial";
	font-size: 13px;
	color:#000;
}
.inicio{
	font-family: "Arial";
	font-size: 14px;
	color: #29435b;
	text-align: center;
}
.caja {
   margin:0px 0px 12px 0px;	
   border:1px solid #d9d9d9;
   height:30px;
	background-color: #fff;
   overflow: hidden;
   width: 230px;
   position:relative;
}
select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 30px;
   padding: 5px;
   width: 250px;
}
select:focus{ outline: none;}

.caja::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:30px;
	background-color:#000;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}
.formulario{
	font-family: "Arial";
	font-size: 13px;
	color: #969696;
	width: 220px;
	height: 25px;
	margin: 0px 0px 0px 0px;
}
.area{
	font-family: "Arial";
	font-size: 13px;
	color: #969696;
	width: 800px;
	height: 100px;
	margin: 0px 0px 12px 0px;
}
.subtitulo{
	font-family: "Arial";
	font-size: 13px;
	color: #000;
	text-align: left;
}
.boton{
	background-color: #29435b;
	color: #fff;
	font-family: "Arial";
	font-size: 13px;
	width: 120px;
	height: 35px;
	border: none;
}
.boton:hover {
	background-color: #001423;
}