body {
	background-color: #FFFFFF;
	margin: 0px;
}
.tabla_principal {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #CCCCCC;
}
/* TOP--------------------------------*/

.texto_top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.top_enlace{
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D3FC8;
	text-decoration: none;
	letter-spacing: 1px;
}
a.top_enlace:hover {
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
}
a.top_enlace2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.top_enlace2:hover {
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DAC9EF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.top_idiomas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
a.top_idiomas:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*  cortinas----------------------------------------------------------*/
#blanco_cortinas {
	height: 60px;
	background-image: url(/web/images/transparente.png);
	background-repeat: repeat;
	/*opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.33;
	filter: alpha(opacity=30);*/

}
a.cortina {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E1D65;
	text-decoration: none;
	font-style: normal;
}
a.cortina:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}

/* submenu----------------------------------------------------------*/
.tabla_submenu {
	background-color: #ebe2f7;
	/* border: 1px solid #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.td_submenu {
	border: none;
	background-image: url(/web/images/includes/separador_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 20px;
}

/* formularios-------------------------------------*/
input, textarea, select {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.asterisco {
	color: #CC0000;
}

/*botones----------------------------------------------*/
/* de tipo input*/
input.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #7d3fc8;
	border-left: 1px solid #dacee9;
	border-top: 1px solid #dacee9;
	border-right: 1px solid #3c0a78;
	border-bottom: 1px solid #3c0a78;
	cursor: hand;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
input.boton:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #7d3fc8;
	border-left: 1px solid #3c0a78;
	border-top: 1px solid #3c0a78;
	border-right: 1px solid #dacee9;
	border-bottom: 1px solid #dacee9;
	cursor: hand;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
/* de tipo enlace a href*/
a.boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #7d3fc8;
	border-left: 1px solid #dacee9;
	border-top: 1px solid #dacee9;
	border-right: 1px solid #3c0a78;
	border-bottom: 1px solid #3c0a78;
	cursor: hand;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
a.boton:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #7d3fc8;
	border-left: 1px solid #3c0a78;
	border-top: 1px solid #3c0a78;
	border-right: 1px solid #dacee9;
	border-bottom: 1px solid #dacee9;
	cursor: hand;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
/* tablas de datos-------------------------------------*/
.tabla_borde {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00417B;
	text-align: left;
	letter-spacing: 2px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7d3fc8;
}
.td_datos {
	border: 1px solid #7d3fc8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/*links del pie--------------------------------------------*/
a.pieLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.pieLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
/*------------------- fin links del pie-----*/

/*texto general y otros estilos GENERALES DE LA P�GINA--------------------------*/
.fondo_titulo {
	background-image: url(/web/images/fondo_titulo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 20px;
	letter-spacing: 2px;
	color: #3c0a78;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 40px;
	letter-spacing: 2px;
	color: #7d3fc8;
	background-image: url(/web/images/flechitas2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8F8F8F;
	letter-spacing: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
ul {
	line-height: 18px;
	display: block;
}
/*li {
	list-style-type: disc;
}*/
.td_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3c0a78;
	background-color: #dacee9;
	letter-spacing: 2px;
}
.td_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #CCCCCC;
	letter-spacing: 0px;
}
.campoMarcado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
	background-color: #7d3fc8;
}
.linea_td2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: #CCCCCC;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_banners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 0 3px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.texto_morado_grande2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7D3FC8;
}
a.texto_morado_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7D3FC8;
	letter-spacing: 2px;
}
a.texto_morado_grande:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 2px;
}
.texto_grande_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	letter-spacing: 2px;
}
.texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CE0808;
}
.texto_peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.texto_gris {
	color: #666666;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7d3fc8;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
a.rojo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.enlace_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.enlace_gris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}
.texto_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7d3fc8;
	text-decoration: none;
	font-style: normal;
}

/* SOLAPAS----------------------------------*/
.solapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c0a78;
	text-decoration: none;
	cursor: hand;
	border: 0px none;
	height: 35px;
	width: 120px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:5px;
	margin-top: 0px;
	background-image: url(/web/images/solapa_des.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
.solapa:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	border: 0px none;
	height: 35px;
	width: 120px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:5px;
	margin-top: 0px;
	background-image: url(/web/images/solapa_act.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
.solapa_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	border: 0px none;
	height: 35px;
	width: 120px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom:10px;
	margin-top: 0px;
	background-image: url(/web/images/solapa_act.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
/* FONDOS----------------------------------*/
.fondo_flor {
	background-image: url(/web/images/fondos/fondo_tabla.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Calendario */
.specialEvento { 
	background-color: #999; color: #fff;
}
.specialEvento2 { 
	background-color: #006; color: #fff;
}

.enlace_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D3FC8;
	text-decoration: none;
}
.enlace_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.texto_grisClaro {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

a.enlace_blanco{
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.enlace_blanco:hover {
	color: #7d3fc8;
	text-decoration: underline;
}

.fondo_separadorGris {
	background-image: url(/web/images/separador_gris.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.texto_morado{
	font-size: 12px;
	font-weight: bold;
	color: #7d3fc8;
	text-decoration: none;
}
.texto_morado_11{
	font-size: 11px;
	font-weight: normal;
	color: #7d3fc8;
	text-decoration: none;
}
a.enlace_morado{
	font-size: 10px;
	font-weight: normal;
	color: #7d3fc8;
	text-decoration: none;
}
a.enlace_morado:hover {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}

.texto_gris11 {
	font-size: 11px;
	color: #666666;
	text-align: left;
}

.tabla_borde_sup_index {
	border-width:2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color:#FFF;

}
.h1-fjm {
	/*color: #202020;*/
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 125%;
    letter-spacing: normal;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	letter-spacing: 2px;
	color: #3c0a78;
}
