.datos_alumno   {
	font-size: 100%;
	width: 910px;
}
.comprobante {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #333333;
/*
 * marca de agua para comprobante en período de desarrollo
 *
background-image: url(../images/fondos/comprobante_no_valido.gif);
background-repeat: no-repeat;
background-position: center center;
*/
}

.comprobante .datos_alumno h1 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 150%;
}
.destacado {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	width: 335px;
}
.no_wrap {
	white-space: nowrap;
}
.alinear_derecha {
	text-align: right;
}
.comprobante h2 {
	font-size: 120%;
	text-align: left;
}
.comprobante td {
	padding: 3px;
}

.comprobante table {
	width: 910px;
}
.comprobante input[type="submit"] {
	font-size: 12px;
}

.comprobante .datos_alumno td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.comprobante .datos_alumno .datos_gris {
	background-color: #EEEEEE;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.comprobante .datos_alumno th {
	background-color: #000000;
	text-align: left;
}
.comprobante .datos_grupofamiliar {
	margin-bottom: 5px;
	width: 910px;
}
.comprobante .datos_grupofamiliar th, .comprobante .total_grupofamiliar th {
	font-size: 100%;
	text-align: center;
	background-color: #C1C1C1;
	
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #333333;
}
.comprobante .datos_grupofamiliar td, .comprobante .total_grupofamiliar td {
	border: 1px solid #333333;
	text-align: center;
}
.comprobante .datos_grupofamiliar .no_borde, .comprobante .total_grupofamiliar .no_borde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.comprobante .datos_grupofamiliar .borde_derecho, .comprobante .total_grupofamiliar .borde_derecho {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
}
.comprobante .total_grupofamiliar {
	width: 300px;
	
}

.bold_agnos {
	font-weight: bold;
}

.comprobante .clear .boton_comprobante {
	border: 1px solid #666666;
	font-size: 12px;
}

