.AlternadoDataGrid {
	background-color:#ADD3E7;
}
.CabeceraDataGrid {
	background-color:#6DAFD5;
	font-weight: bold; 
}
.CabeceraDataGridNoBold {
	background-color:#6DAFD5;
}
.Font1 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Font2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Font3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.FontDarkBlue {
	color: darkblue;
}
.ImagenCabecera{
	width: 936px;
	height: 30px;
	text-align: left;
}
.ImagenTitulo{
	width: 936px;
	height: 30px;
	text-align: left;
}
.ItemDataGrid {
	background-color:#DEEFF7;	
}
.FontRastro {
    font-size: xx-small;
	font-family: Arial;
}
.FontRastroActual {
    font-size: xx-small;
	font-family: Arial;
	color: #cc3300;
}

/* TODOS LAS TABLE TIENEN ESTILO FONT2!!! */
table {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
}
table.Cabecera {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
table.Container {
	width: 936px;
	text-align: center;
}
table.PDF {
	width: 100%;
	height: 1326px;
	background-color: #dcedf5;
	border-right: white 6px solid;
	border-top: white 6px solid;
	border-left: white 6px solid;
	border-bottom: white 6px solid;
}
table.Rastro {
	width: 936px;
	height: 30px;
	vertical-align: middle;
}
table.Titulo {
	width: 936px;
	height: 30px;
}
table.WhiteBorder {
	border-right: white 6px solid;
	border-top: white 6px solid;
	border-left: white 6px solid;
	border-bottom: white 6px solid;
}
table.WhiteBorderNoTop {
	border-right: white 6px solid;
	border-left: white 6px solid;
	border-bottom: white 6px solid;
}

div.cajaOculta {
	display:none;
}

