.contenedor_admin {
	border: 1px solid #333333;
	padding:10px;
	width: 920px;
}
.bloque_formulario, .bloque_reporte {
	width: 910px;
	background-color: #F6FBFF;
	border: 1px solid #CCCCCC;
	clear:both;
	padding:5px;
}
.bloque_formulario  td, .bloque_reporte td {
	padding: 3px;
}
.bloque_formulario .caja_centrada {
	text-align: center;
}
.contenedor_admin .titulo h1 {
	color: #2572AF;
}
.bloque_reporte th {
	font-size: 110%;
	padding: 5px;
}
.bloque_reporte .tipo1, .bloque_formulario .tipo1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.bloque_reporte .tipo1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.bloque_reporte .tipo2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
.celda_destacada{
	background-color:#DAEBE9;
	font-size: 110%;
}
.botones    {
	height: 30px;
	width: 200px;
	text-align: right;
	float: right;
	clear: both;
}
.contenedor_admin .footer {
	clear: both;
	height: 40px;
}
