@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
                Cel's igual o menores a width:480px
   ========================================================================== */
   
@media handheld, only screen and (max-width: 480px) {
	p { font-size:11px;}
	
	.manos{ margin: 5px 0 0 4%; }
	.tex1, .tex2, .tex3{  font-size:25px;  }	

	div#tab-info ul.nav.nav-tabs li a { padding:5px 15px; margin-right:10px;   }
	div#formulario div.row div.col-md-7{ border-right:0; }
	div#formulario form  div.col-xs-3 { width:100%; }
	div#formulario form  div.col-xs-3 h5 { padding-bottom:10px; }
	.logo{ margin-left:0; margin-top:1%;     }
	.tex1, .tex2{  font-size:20px; line-height:1.2;  }
	div.page-header .col-xs-4 { margin-right:40px;}
	.nombre { margin-top:12%;}

}
@media handheld, only screen and (max-width: 767px) {
	
	div#formulario div.row div.col-md-7{ border-right:0; }
	

}


