body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	line-height: 16px;

	
}
h1{
    
    text-align: center;
    
}
form {
	line-height: 30px;
}
form label {
	font-weight: bold;
	width: 100px;
	float: left;
}
form input {
	float: left;
	width: 180px;
	padding: 2px 4px;
	color: #666;	
}
.confirm {
	color: #036;
	font-style: italic;
}
th {
	font-weight: bold;
	color: #FFF;
	background: #333;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 5px;
}
td {
	height: 28px;
	line-height: 28px;
	border-bottom: solid 1px #CCC;
	text-align: left;
	padding-left: 5px;
}

.centrar-objetos{
           
       margin: 0 auto;
        
        }

/* search */
#criterio {
	width: auto;
}
#btbuscar {
	width: 70px;
	height: 24px;
}