.prueba {
	background-color: #CCCCFF;
	border: outset;

}
input1 {
	height: auto;
	width: auto;
	border: double #CC0000;
	text-align: left;
}

.boton1{ 
	height: auto;
	width: auto;
	border: outset #009999;
	text-align: center;
	background-color: #99CC99;
}



.ubicar {
	position: absolute;
	z-index: 4;
	height: 100px;
	width: 200px;
	left: 280px;
	top: 70px;
	background-color: #CCFFFF;

}
.fondo {
	background-color: #FFFFCC;
}

.tprmatricula  {
	background-color: #FFCC99;
	border: outset;
	
}

.tprmatricula  tbody td {
	border: 1px ridge #FFFFCC;
	text-align: Left;
        background-color: #FFCC99;

}

.tprmatricula tbody th{
	background-color: #FFFF99;

}
