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

/* ==========================================================================
                Tablet
   ========================================================================== */

/*
@media handheld, only screen and (min-width: 768px) 
@media handheld, only screen and (min-width:768px) and (max-width:1024px) 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
	
	*/

@media only screen and (min-device-width:600px) and (max-device-width:1024px) {
	.tex1, .tex2{  font-size:24px;  }
	div#tab-info ul.nav.nav-tabs li a { padding:5px 25px 5px 15px; margin-right:15px;   }
	div#formulario div.row div.col-md-7{ border-right:0; }
	.logo{ margin-left:5%; margin-top:1%;      }
	.nombre{ margin-top:7%;}
.page-header div.row div.col-xs-7 { width:60%; padding-top:20px; }
	
	
}

