
/* Tabla Cabecera ***********************************************************/
.tablaCabecera
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	width: 100%;
}

.filaMaestra
{
	height: 45px;
}

.separador
{
	width: 250px;
}

h1 {
	font-family: Book Antiqua, arial, verdana;
	font-size: 14pt;
    color: #07367F;
}

/****************************************************************************/
/****************************************************************************/

.cabeceraAzul 
{
	width: 98px;
	height: 28px;
	display: inline-block;
}

.cabeceraAzul a 
{
	width: 98px;
	height: 28px;
	display: block;
	background: url('../images/info_blue_off.gif') no-repeat;	
}

.cabeceraAzul a span 
{
	display: none;	
}

.cabeceraAzul #CabAzul 
{
	background: url('../images/info_blue_off.gif') no-repeat;
}

.cabeceraAzul #CabAzul:hover 
{
	background: url('../images/info_blue_hover.gif') no-repeat;
}

/****************************************************************************/

.cabeceraVerde 
{
	width: 98px;
	height: 28px;
	display: inline-block;
}

.cabeceraVerde a 
{
	width: 98px;
	height: 28px;
	display: block;
	background: url('../images/info_green_off.gif') no-repeat;	
}

.cabeceraVerde a span 
{
	display: none;	
}

.cabeceraVerde #CabVerde 
{
	background: url('../images/info_green_off.gif') no-repeat;
}

.cabeceraVerde #CabVerde:hover 
{
	background: url('../images/info_green_hover.gif') no-repeat;
}

/****************************************************************************/

.cabeceraAmarilla 
{
	width: 98px;
	height: 28px;
	display: inline-block;
}

.cabeceraAmarilla a 
{
	width: 98px;
	height: 28px;
	display: block;
	background: url('../images/info_yellow_off.gif') no-repeat;	
}

.cabeceraAmarilla a span 
{
	display: none;	
}

.cabeceraAmarilla #CabAmarilla 
{
	background: url('../images/info_yellow_off.gif') no-repeat;
}

.cabeceraAmarilla #CabAmarilla:hover 
{
	background: url('../images/info_yellow_hover.gif') no-repeat;
}


/****************************************************************************/

.cabeceraRojo 
{
	width: 98px;
	height: 28px;
	display: inline-block;
}

.cabeceraRojo a 
{
	width: 98px;
	height: 28px;
	display: block;
	background: url('../images/info_red_off.gif') no-repeat;	
}

.cabeceraRojo a span 
{
	display: none;	
}

.cabeceraRojo #CabRoja 
{
	background: url('../images/info_red_off.gif') no-repeat;
}

.cabeceraRojo #CabRoja:hover 
{
	background: url('../images/info_red_hover.gif') no-repeat;
}


/****************************************************************************/

.cabeceraVioleta 
{
	width: 98px;
	height: 28px;
	display: inline-block;
}

.cabeceraVioleta a 
{
	width: 98px;
	height: 28px;
	display: block;
	background: url('../images/info_violet_off.gif') no-repeat;	
}

.cabeceraVioleta a span 
{
	display: none;	
}

.cabeceraVioleta #CabVioleta 
{
	background: url('../images/info_violet_off.gif') no-repeat;
}

.cabeceraVioleta #CabVioleta:hover 
{
	background: url('../images/info_violet_hover.gif') no-repeat;
}



/****************************************************************************/
/****************************************************************************/
/****************************************************************************

.cabeceraAzul
{
	background-image: url(../images/info_blue_off.gif);
	background-repeat: no-repeat;
}

.cabeceraVerde
{
	background-image: url(../images/info_green_off.gif);
	background-repeat: no-repeat;
}

.cabeceraAmarilla
{
	background-image: url(../images/info_yellow_off.gif);
	background-repeat: no-repeat;
}

.cabeceraRoja
{
	background-image: url(../images/info_red_off.gif);
	background-repeat: no-repeat;
}

.cabeceraVioleta
{
	background-image: url(../images/info_violet_off.gif);
	background-repeat: no-repeat;
}

/****************************************************************************

.cabeceraAzul:hover
{
	background-image: url(../images/info_blue_hover.gif);
	background-repeat: no-repeat;
}

.cabeceraVerde:hover
{
	background-image: url(../images/info_green_hover.gif);
	background-repeat: no-repeat;
}

.cabeceraAmarilla:hover
{
	background-image: url(../images/info_yellow_hover.gif);
	background-repeat: no-repeat;
}

.cabeceraRoja:hover
{
	background-image: url(../images/info_red_hover.gif);
	background-repeat: no-repeat;
}

.cabeceraVioleta:hover
{
	background-image: url(../images/info_violet_hover.gif);
	background-repeat: no-repeat;
}

/****************************************************************************/
/* ATENCION: Los comentarios con // se ven en Explorer pero no en Firefox  */

.tablaCabeceraAzul
{
    background-image: url(../images/backblue.gif);
    background-color: White;
    height: 19px;
    //width: 33%;
}

.tablaCabeceraVerde
{
    background-image: url(../images/backgreen.gif);
    background-color: White;
    height: 19px;
    //width: 33%;
}

.tablaCabeceraAmarilla
{
    background-image: url(../images/backyellow.gif);
    background-color: White;
    height: 19px;
    //width: 33%;
}

.tablaCabeceraRoja
{
    background-image: url(../images/backred.gif);
    background-color: White;
    height: 19px;
    //width: 33%;
}

.tablaCabeceraVioleta
{
    background-image: url(../images/backviolet.gif);
    background-color: White;
    height: 19px;
    //width: 33%;
}

/*****************************************************************************/
/* Tabla Contenedora *********************************************************/
.tablaContenedora
{
	width: 950px;
	margin: 0px auto;
}

/* Tabla Menu Izquierdo ******************************************************/
.tablaMenuIzquierdo
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	width: 186px;
	margin: 0px left;
	
    padding: 10px;
    border: solid 1px #727272;
    background-color: #F7F7F7;
}

.separacionMenuIzquierdo
{
	width: 14px;
    background-color: #FFFFFF;
}
/****************************************************************************/
/****************************************************************************/
.menuIzquierdoCabeceraAzul:link
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #3B79C0;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraAzul:visited
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #3B79C0;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraAzul:hover
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #B18D40;
	font-style: normal;
	text-decoration: underline;
}

.menuIzquierdoCabeceraVerde:link
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #66AD6A;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraVerde:visited
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #66AD6A;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraVerde:hover
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #B18D40;
	font-style: normal;
	text-decoration: underline;
}

.menuIzquierdoCabeceraAmarillo:link
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #D0CC5B;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraAmarillo:visited
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #D0CC5B;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraAmarillo:hover
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #B18D40;
	font-style: normal;
	text-decoration: underline;
}

.menuIzquierdoCabeceraRojo:link
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #A56163;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraRojo:visited
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #A56163;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraRojo:hover
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #B18D40;
	font-style: normal;
	text-decoration: underline;
}

.menuIzquierdoCabeceraVioleta:link
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #775355;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraVioleta:visited
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #84BE55;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoCabeceraVioleta:hover
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #B18D40;
	font-style: normal;
	text-decoration: underline;
}

/****************************************************************************/
.menuIzquierdoEnlace:link
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #727272;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoEnlace:visited
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #727272;
	font-style: normal;
	text-decoration: none;
}

.menuIzquierdoEnlace:hover
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #CB747A;
	font-style: normal;
	text-decoration: underline;
}

/* Formularios ***************************************************************/
.tablaContacto
{
	border: 1;
	height: 10px;
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Black;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tablaGeneral
{
	border-right: #D3D3D3 thin solid;
	border-top: #D3D3D3 thin solid;
	border-left: #D3D3D3 thin solid;
	border-bottom: #D3D3D3 thin solid;
	border-width: 1px;
	font-size: xx-small;
}

/* Imágenes ******************************************************************/
.imagenSinBorde
{
	border: 0;
}

.imagenConBorde
{
	border: #000000 1px solid;
}

.imagenSeparador
{
	margin: 0px right;
}

/* Tipos de letra ************************************************************/
.tituloWeb
{
	font-family: Colonna MT;
	font-size: 28pt;
	color: Black;
	margin: 0px left;
}

.tituloSeccion
{
	font-family: Book Antiqua;
	font-size: 16pt;
	color: Black;
	margin: 0px left;
}

.tituloSubseccion
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #333399;
	margin: 0px left;
}

.tituloNoticia
{
	font-family: Book Antiqua;
	font-size: 14pt;
	color: Black;
	text-align: left;
}

.subtituloNoticia
{
	font-family: Book Antiqua;
	font-size: 12pt;
	color: Black;
	margin: 0px left;
}

.tituloResaltado
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Blue;
}

.cuerpoSeccion
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Black;
	text-align: justify;
}

.cuerpoSubseccion
{
	font-family: Book Antiqua;
	font-size: 9pt;
	color: Black;
	text-align: justify;
}

.cuerpoNoticia
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Black;
	text-align: justify;
}

.cuerpoNoticiaFuente
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Blue;
	text-align: right;
}

.cuerpoResaltado
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: Blue;
}

.enlaceNormal:link
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #6262AF;
	text-align: justify;
	text-decoration: none;
}

.enlaceNormal:visited
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #6262AF;
	text-align: justify;
	text-decoration: none;
}

.enlaceNormal:hover
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #CB747A;
	text-align: justify;
	text-decoration: underline;
}

/* Pie de página *************************************************************/
.piePagina
{
	font-family: Book Antiqua;
	font-size: 9pt;
	color: Gray;
	text-align: center;
	text-decoration: none;
}

.piePaginaTabla
{
	background-color: Gray;
	height: 1px;
}

.piePaginaEnlace
{
	font-family: Book Antiqua;
	font-size: 9pt;
	color: Gray;
	text-align: center;
	text-decoration: none;
}

.piePaginaEnlace:hover
{
	font-family: Book Antiqua;
	font-size: 9pt;
	color: #CB747A;
	text-align: center;
	text-decoration: underline;
}

/*****************************************************************************/
/* Portlet Portada ***********************************************************/
.recuadroPortada
{
	width: 70px;
	height: 14px;
	background-color: #DFF1FF;
	border: #727272 1px solid;
}

input.botonPortada
{
   width: 74px;
   height: 18px;
   color: Black;
   border: #727272 1px solid;
   font-family: Verdana;
   font-size: 10px;
} 

.textoPortada:link
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #6262AF;
	font-style: normal;
	text-decoration: none;
}

.textoPortada:visited
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #6262AF;
	font-style: normal;
	text-decoration: none;
}

.textoPortada:hover
{
	font-family: Book Antiqua;
	font-size: 10pt;
	color: #CB747A;
	font-style: normal;
	text-decoration: underline;
}

/* Botones *******************************************************************/
input.boton
{
   color: Gray;
   border: Green 1px solid;/*
   background-image: url(../images/backblue.gif); */
} 

input.boton:hover
{
   color: Blue;
/* border: #000000 1px solid;
   background-image: url(../images/backblue.gif); */
} 

/* Tablas *********************************************************************/
.tablaEnumeracion
{
	font-family: Courier New;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	width: 100%;
	margin: 0px right;
	
    padding: 10px;
    border: solid 1px #727272;
    border-collapse: collapse;
    background-color: #F7F7F7;
}

.tablaDiscreta
{
	font-family: Book Antigua;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	width: 100%;
	margin: 0px right;
	
    padding: 10px;
    border: solid 1px #727272;
    border-collapse: collapse;
    background-color: #F7F7F7;
}


/* Otras *********************************************************************/
.anchoCompleto
{
	width: 100%;
}

.anchoTresCuartos
{
	width: 75%;
}

.anchoMitad
{
	width: 50%;
}

.anchoTercio
{
	width: 33%;
}

.anchoFormulario
{
	width: 105px;
}

.anchoServicios
{
	width: 236px;
}


