@charset "utf-8";

#txbinput_matricula{
	height: 100%;
	width:100%;
	background-color:transparent;
	display:inline-block;
	vertical-align:top;
	border:none;
	text-align:center;
	font-family: 'klavika_bold';
	color:#666;
	text-transform:uppercase;
	margin:0px;
	font-size:48px;	
}

#txbinput_matricula2{
	height: 100%;
	width:65.3%;
	background-color:transparent;
	display:inline-block;
	vertical-align:top;
	border:none;
	text-align:center;
	font-family: 'klavika_bold';
	color:#666;
	text-transform:uppercase;
	margin:0px;
	font-size:48px;	
}

input[type="text"] {
    width: 100%;
background-color:transparent;
	display:inline-block;
	vertical-align:top;
	border:none;
	border-bottom:1px solid #00338C;
	font-family: 'klavika_regular';
	color:#00338C;
	text-transform:uppercase;
	margin:0px;
	font-size:30px;	
}
	
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
/*@media screen and (max-width: 1140px) {*/
	
	@media only screen
	and (max-width: 1140px)
	
 {
	 
#txbinput_matricula{
	width:66%;
	font-size:40px;	
}

#txbinput_matricula2{
	width:66%;
	font-size:40px;	
}

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
/*@media screen and (max-width: 820px) {*/
	
	@media only screen
	and (max-width: 820px)
	
{
	
#txbinput_matricula{
	width:74%;
	font-size:36px;
	padding-top:-20px;	
}
#txbinput_matricula2{
	width:55%;
	font-size:36px;
	padding-top:-20px;	
}

}
	