/* ****************************************************************************************** */
/* ********************  DEFINICION PARAMETROS PLANTILLA  *********************************** */
/* ****************************************************************************************** */

HTML,BODY 
  { 
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height:100%; 		      
  }

#Idioma {
 position:absolute;
 width:150px;
 height:50px;
 z-index:1;
 visibility: hidden;
 background : url(../catalogos/imagenes/incono_catalogos.gif) repeat;    
}

.texto_menu {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: justify;
 text-decoration: none;
}

.texto_menu_arabe {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: right;
 direction:rtl;
 text-decoration: none;
}

.texto_menu_fondo_blanco {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: justify;
 text-decoration: none;
 background-color:#FFFFFF;
}
.texto_menu_fondo_blanco:hover{background-color:#E8E9ED;cursor: pointer;}

.texto_menu_claro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #667386;
 text-align: justify;
 text-decoration: none;
}

.texto_menu_claro_fondo_blanco {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #667386;
 text-align: justify;
 text-decoration: none;
 background-color:#FFFFFF;
}
.texto_menu_claro_fondo_blanco:hover{background-color:#E8E9ED;cursor: pointer;}

.texto_pie {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: #667386;
 text-align: justify;
 text-decoration: none;
}


.titulo1_oscuro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: justify;
 text-decoration: none;
}

.titulo2_oscuro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: justify;
 text-decoration: none;
}

.titulo2_claro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 color: #667386;
 text-align: justify;
 text-decoration: none;
}

.titulo3_oscuro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #001536;
 text-align: justify;
 text-decoration: none;
}

.titulo3_claro {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #667386;
 text-align: justify;
 text-decoration: none;
}

.texto1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #667386;
 text-align: justify;
 text-decoration: none;
}

.texto1_arabe {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #667386;
 text-align: right;
 direction:rtl;
 text-decoration: none;
}

.texto0 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1px;
 font-style: normal;
 color: #667386;
 text-decoration: none;
}

/* ****************************************************************************************** */
/* ****************************************************************************************** */
.fondo_azul_oscuro{background-color:#001536;}


.fondo_blanco{background-color:#FFFFFF;}
.fondo_blanco:hover{background-color:#E8E9ED;cursor: pointer;}
.fondo_blanco:active{background-color:#E6F0F2;cursor: pointer;color: black;}

.fondo_azul{background-color:#E6F0F2;}
.fondo_azul:hover{background-color:#F3F8FB;cursor: pointer;}
.fondo_azul:active{background-color:#F3F8FB;cursor: pointer;color: black;}

.puntero:hover{cursor: pointer;}

/* ****************************************************************************************** */
/* ****************************************************************************************** */
