
/* Es para la tabla que forma el menu */
.TABLA_MENU {font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #01479C;
		font-weight: bold; 
		font-size: 12px; 
		background-color: #FFFFFF;
}

IMG{
 border-style: none;
 background: none;
}

/* Es para que los elementos del menu no se
fastidien cuando son links */
.TABLA_MENU A:link{ 
	text-decoration: none; 
	cursor: pointer;
	color: #01479C;
}

.TABLA_MENU A:active{ 
	text-decoration: none; 
	cursor: pointer;
	color: #01479C;
}

.TABLA_MENU A:visited  { 
	text-decoration: none; 
	cursor: pointer;
	color: #01479C;
}

/* Es para los elementos del menu */

.TABLA_MENU TD{
	   border-width: 1px;
	   border-color: #3C99B5;
	   border-style: solid;
	   text-align:left;
	   
}

/* Es para los elementos del menu que son las secciones de los otros elementos */

.TABLA_MENU_SECCIONES{
 background-color: #85D2FC;
 color: #FFFFFF;
}


/* Es para el texto SACODEYL de la parte superior */
.SACODEYL {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-weight: bold;
	text-align: right;
}

/* Es para el titulo de cada pagina */

.TITLE{
    font:Arial, Helvetica, sans-serif;
	font-size: 30px;
    font-weight: bold;
	color: #3C99B5;
}

/* Es para el reminder que nos dice donde nos encontramos */

.REMINDER{
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0066FF; 

  
}

/* Es para el bloque de menu a nivel 2 que aparece en todas las paginas */

.BLOCK { 
  background-color: #000066; 
  color: white; 
}

/* Para el footer y el last update */

.MINI {
 color: #062B66;
 font-size: 9px;
 font-weight: bold;
}


/* Para que no aparezcan los cuadros interiores de la tabla en la tabla de partners */

.NOBORDER{
	border-style: none;
}

.NOBORDER TD{
	border-style: none;
	 margin-left: 50px;
}


/* Es los parametros de comportamiento por defecto */

.BODY {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(./images/bg.png) white bottom center fixed;
}

.BODYLEFT {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:  url(./images/bgleft.png) white bottom fixed; 
}

/* Es para las cabeceras de todas las tablas */

THEAD TD{
	background-color:#062B66;
	color:  #FFFFFF;
}

/* Para que se vean las lineas internas de las tablas */

TD, .BORDER TD {
border-style:solid;
border-width: 1px;
}

/* Para mantener un margen para las tables */

TABLE{
 margin-left: 0px;
 margin-right: 0px;
 margin-top:0px;
 margin-bottom: 0px;
}

/* Para que los titulo 2 tenga la linea inferior */

H3{
border-bottom: 1px solid #062B66;
}

H4{
 margin-left: 10px;
}

/* Estilo de los enlaces de toda la pagina */

A:link, A:active, A:visited {
	text-decoration:none;
	color: #0066FF;
}

.ASLINK {
	text-decoration:none;
	color: #0066FF;
}

/* Style por <p> to separate Events */

.SEPARATOR {
	border-style: dashed;
	border-width: 1px;
}

.BORDER {
border-style:solid;
border-width: 1px;
}

/* Para que todas las paginas muestren el mismo colo en el scroll */
HTML {
scrollbar-face-color: #006699; 
scrollbar-shadow-color: #DEEBF5; 
scrollbar-highlight-color: #DEEBF5; 
scrollbar-3dlight-color: #5F8ABD; 
scrollbar-darkshadow-color: #5F8ABD; 
scrollbar-track-color: #F5F5F5; 
scrollbar-arrow-color: #FFFFFF;

}

.NOMARGIN {
 margin-left: 0px;
 margin-right: 0px;
 margin-top:0px;
 margin-bottom: 0px;
}



