

/* ==========================================================================*/
body{
	color: #4c4c4c;
	font-size: 'Asap', sans-serif;
	font-size: 18px;
}

.mibody, .busqueda{
	background-color: #ecf0f3;
	border: 1px solid #f60;/* #bfd8ed;*/
	border-radius: 8px;
	margin: 50px auto;
	width: 35%;
}
 .busqueda{
	border: 1px solid #bfd8ed;
	
 }

 .cajita{
 	padding: 20px;
 	background-color: rgb(11, 119, 87);
	/*background-color: #f60;*/
 	border-radius: 8px 8px 0 0;
 }

 .cajita h1{
 	color: #fff; /*#77a5c7*/
 	margin-top: 0px;
  	margin-bottom: 0px;
 	text-shadow: 0 1px #fff;
 	font-size: 30px;
 	text-align: center;
 }

.caja{
 	/*color: #77a5c7;*/
 	font-size: 20px;
 }

.division-formulario{
	padding: 14px;

}

.pie{
	text-align: center;
}




@media(max-width: 768px){
	.mibody{
		width: 90%;
	}

	.titulo{
		font-size: 18px;
		font-weight: bold;
	}
	.boton{
		margin-top: 15px;
	}
}

