.marco_gris {
	border: 1px solid #CCCCCC;
}
.fondo_superior_degrade {
	background-image: url(imagenes/fondo_superior_degrade.jpg);
	background-repeat: repeat-y;
}
.texto_blanco {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.texto_celeste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #035FCC;
}
.linea_superior_inferior_blanca {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.fondo_esquinas {
	background-image: url(imagenes/esquinas.jpg);
	background-repeat: no-repeat;
}
.fondo_franja_gris_esquina {
	background-image: url(imagenes/franja_gris.gif);
	background-repeat: repeat-x;
}
.texto_11_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.linea_derecha_vertical {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
}
.linea_inferior_horizontal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
.franja_cafe_5 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4CB;
}
.texto_11_gris_claro {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.texto_verde {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
