body,html{
    margin-bottom: 10px;
    background-color: #ffffff; 
    color: #666666; 
    margin: 0px; 
    padding: 0px; 
    font-size: 80%;   
    font-family: Tahoma,Verdana, sans-serif; 
    line-height: 130%; 
}
a, a:link, a:visited, a:active{
    text-decoration: none;
    color:#000000;
}
a:hover{
    color:#2684E1;
    text-decoration: none;
}

td.mainheader{
    margin: 0;
    width: 70px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
}
td.mainheader2{
    margin: 0;
    width: 100%;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    text-align: right;
    padding-right: 45px;
}
td.topnav {
    margin : 0px;
    padding:  0px;
    background: url(../images/top.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    height: 42px;
    width: 470px;
  
}
td.top1{
margin: 0;
padding:  0;
/*padding-left: 25px;*/
height: 28px;
padding-top:  2px;
background: url(../images/shadow.jpg);
background-repeat: repeat-x;
background-position: top;

}
.searchbox {
    margin-top       : 13px;
    margin-left      : 10px;
    width            : 130px;
    font-size        : 1.0em;
    color            : #666666;
    padding          : 2px;
    border           : 1px solid #c6c7a9;
    background       : none;
    
}


#top{
   background: url('../images/top.jpg');
   background-repeat:repeat-x;  
   background-position: top left;
   width: auto;
   
}
.date {
  font-size        : 0.9em;
  font-weight      : bold;
  color            : #2684E1;
  padding-right    : 35px;
  width:350px;
}
/***************************************************************************/
#divheader{
  
  /*background: url('../images/header.gif');
  background-repeat:repeat;*/
 /* background-color:#D2FE39;*/
 background-color:#71FD3A;
  }


#body_left{
   background: url('../images/body_left.gif');
   background-repeat:repeat-y;
}
#body{
   /* background: url('../images/body.gif');  
    background-repeat:repeat;*/
    background-color: #BAFE9F;
}
#body_right{
    background: url('../images/body_right.gif');
   background-repeat:repeat-y;
}

#bottom_left{
   background: url('../images/bottom_left.gif');
   background-repeat:no-repeat;
   width: 3px;
   height: 3px;
}
#bottom{
    background: url('../images/bottom.gif');  
    background-repeat:repeat-x;
    width: auto; 
}
#bottom_right{
   background: url('../images/bottom_right.gif');
   background-repeat:no-repeat;
   width: 3px;
   height: 3px;
}
#flash{
   margin-left: 100px;
   float: left; 
}
/**************************************/
/*LOGIN*/
/**************************************/ 

.input_login{
    background: #f0f0f0; 
    border-width: 1px;
    border-style: solid;
    border-color: #c6c7a9; 
    color: #666666; 
    font-style: normal;
    padding:  0px 0px 0px 4px; 
    padding-top: 2px; 
    margin-bottom: 3px;
    margin-left: 3px;
    
}
.login{
    margin: 0px;  
    border-width:1px;
    border-style:solid;
    border-color:#addf29;
    color:#000000;
    font-size: 1.1em;

}
.boton_check{
    border-width:1px;  
    border-style:solid;
    border-color:#addf29;
   
}
        
/****************************************************/
/* TOP MENU                                         */
/****************************************************/

ul#mainlevel-nav{
    list-style: none;
    padding-top: 0px;
    margin: 0;
    padding: 0px;
    text-align: center;
}

ul#mainlevel-nav li{
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-left: 0px; 
    white-space: nowrap;
    list-style: none;
    line-height: 25px;
    width: 117px;
    margin-top : 0px;
    border-right: 1px solid grey;
    color: #666666;
    
}

ul#mainlevel-nav li a{
    display: block;
    text-decoration: none;
    font-size: 1.0em;
}

ul#mainlevel-nav li a:hover, ul#mainlevel-nav li a:active{
    color: #2684E1;
    font-size: 1.1em;
    font-weight: bold;            
    background-color: #f6f7e7;
    border-top: 1px solid grey;
}

ul#mainlevel-nav li a#active_menu {
    color: #2684E1;
    background-color: #f6f7e7;
     border-top: 1px solid grey;
    font-weight: bold;            
    font-size: 1.1em;
}
/****************************************************/
/* Menu izqiuierda                                  */
/****************************************************/
.td_menu_iz{
    vertical-align: top;
    background: #ffffff;
    padding-top: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
    padding-left: 3px;
    /*width:170px;*/
}

td.bgline {
  margin : 0px;
  padding:  0px;
  background: url(../images/s.gif);
  background-repeat: repeat-y;
  width: 7px;
 }

.tableMenuLeft{
    margin: 0px 0px 8px 0px;
    width: 100%;
    padding: 0px;          
    padding-bottom: 5px;
    border-spacing: 0px;
    border-collapse: collapse;
 
}

.tableMenuLeft th{
    height: 20px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: left;
    width: 100%;
    background-color: #dbef92;
    color: #666666;           
    padding-left: 5px;       
    border-width: 1px;
    border-style: solid;
    border-color: #dbef92;
}
.tableMenuLeft td{
    font-size: 1.2em;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-weight: normal;
    line-height: 16px;
}

.tableMenuLeft td a.enlace_level_1{
    color: #2684E1;
    background: url('../images/star_mo.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #dedede;
    width : auto;
}

.tableMenuLeft td a.enlace_level_1:visited, .tableMenuLeft td a.enlace_level_1:link{
    display: block;
    vertical-align: middle;
    text-align: left;
    padding-top: 8px;
    padding-left: 20px;
    height: 25px;
    color: #666666;
    background: url('../images/star.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #f6f7e7;
    text-decoration: none;
    border-width : 1px;
    border-style: solid;
    border-color: #dbef92;
    border-top: 0px;
    outline: none;
}

.tableMenuLeft td a.enlace_level_1:hover{
    color: #2684E1;
   background: url('../images/star_mo.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #dedede;  
}

.tableMenuLeft td a#active_menu{
    color: #2684E1;
    background: url('../images/star_mo.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #dedede;
}

.tableMenuLeft td a#active_submenu{
    color: #2684E1;
}

.tableMenuLeft td a.enlace_level_2, .tableMenuLeft td a.enlace_level_2:visited,  .tableMenuLeft td a.enlace_level_2:link{
    color:#999999;
    background-image: url('../images/indent1.png');
    background-position: left ;
    background-repeat: no-repeat;
    margin-left: 15px;
    padding-left: 15px;
    padding-top:3px;
}                       

.tableMenuLeft td a.enlace_level_2:hover{
    color:#2684E1;
} 

.tableMenuLeft td a.enlace_level_3, .tableMenuLeft td a.enlace_level_3:visited, .tableMenuLeft td a.enlace_level_3:link{
    color:#666666;
    background-image: url('../images/indent1.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 30px;
    padding-left: 15px;
    padding-top:3px;
}

.tableMenuLeft td a.enlace_level_3:hover{
    color:#FD3A71;
}

#enlace_level_1{    
    padding-top: 1px;
    margin-bottom: 1px;    
}

#enlace_level_2{    
    padding-top: 1px;
    margin-bottom: 1px;    
}

#enlace_level_3{    
    padding-top: 1px;
    margin-bottom: 1px;    
}

#enlace_level_4{
   padding-top: 1px;
   margin-bottom: 1px;
}

/****************************************************/
/* CUERPO                                           */
/****************************************************/
#divcuerpo{
    margin: 5px 5px 5px 5px;
    
}

.foot {
  background: none;
  vertical-align: top;
}

.footer {
  font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color:#2d5a00;
  font-weight: bold;
  height: 31px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  padding-top: 5px;
}          

#salto{
    clear: both;
}
table.top2{
background : #ffffff; 
}

/***********************************************/
/*TABLA MODULOS GENERICA*/
/***********************************************/
.moduletable{
    padding-right: 20px;
    margin-top: 15px;
    /*text-align: left;*/ 
}


.moduletable th{
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
    background-image: url('../images/content.png');
    background-repeat: no-repeat;
    background-position: left;
    border-bottom-color: #7C7062;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 14px;
     
}
.moduletable td{    
    font-style: normal;
    padding-left: 5px;
    height: 20px;
    line-height: 16px;
     
}

.moduletable a, .moduletable a:visited, .moduletable a:link{
    color:#666666;
    text-decoration: none; 
}
.moduletable a:hover{
    color:#2684E1;
    text-decoration: underline; 
}  

/********************************************************/
/*TABLA MODULO DE NOTICIAS*/
/*********************************************************/
.moduletable_noticias{
    padding-right: 20px;
    margin-left: 10px;
    margin-top: 15px;
    margin-right:20px;
    text-align: left; 
           
}
.moduletable_noticias th{
    font-size: 1.1em;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
    background-image: url('../images/Symbol_Expand.gif');
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 18px;
}

.moduletable_noticias td{
    line-height: 16px;  
}

.moduletable_noticias a, .moduletable_noticias a:visited, .moduletable_noticias a:link{
    color:#2684E1;
    text-decoration: none; 
}

.moduletable_noticias a:hover{
    color:#2684E1;
    text-decoration: none; 
}

.moduletable_ultimas_noticias{
    margin: 0px 0px 8px 0px;
    width: 100%;
    padding: 0px;          
    padding-bottom: 5px;
    border-spacing: 0px;
    border-collapse: collapse;
} 
.moduletable_ultimas_noticias th{
    height: 20px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: left;
    background-color: #dbef92;
    color: #666666;           
    padding-left: 5px;
    padding-top: 5px;;       
    border-width: 1px;
    border-style: solid;
    border-color: #dbef92;
    line-height: 20px;
} 
.moduletable_ultimas_noticias td{
    font-size: 1.1em;
    padding: 5px 0px 0px 10px;
    margin: 0px;
    font-weight: normal;
}
.autor{
    font-size: 0.8em;
    font-family: Century Gothic,verdana;
    color: #CCCCCC;
}
a.ultimas_noticias {
   color: #2684E1; 
} 
a.ultimas_noticias:hover{
   color: #653AFD;
   text-decoration: underline; 
}

/********************************************************/
/*TABLA MODULO DE contactos*/
/*********************************************************/
.moduletable_contacto{
    padding-right: 20px;
    margin-top: 10px; 
    font-size: 1.2em;
    
    
           
}
.moduletable_contacto th{
    font-style: normal;
    font-weight: bold;
    color:#653AFD;
    text-align: left;
     
    }
.moduletable_contacto td{
    padding-left: 10px;
    padding-right: 5px;
    /*color:#999999;*/
         
}

.moduletable_contacto a, .moduletable_contacto a:visited,  .moduletable_contacto a:link{
    color:#2d5a00;
    text-decoration: none; 
}
.moduletable_contacto a:hover{
    color:#2684E1;
    text-decoration: underline; 
}  
.contacto{
   /*font-size: 1.0em;*/
   font-size: 1.2em; 
}
.input_contacto{
   /*font-family: Century Gothic ,verdana;  */
   
   width: 300px;
}

.submit{
    font-family: Century Gothic ,verdana;  
    border-color: #653AFD;
    border-style: solid;
    border-width: 1px;
    background-color:#adc7de ;
    cursor: pointer;
    
}
#diverror{
   color: #FF0000;
}

/**********************************************/
/* BUSCADOR */
/***********************************************/
.moduletable_buscador{
    border-color: #cccccc;
    border-width: 1px;
    border-style: dashed;
}
/*********************************************/
/* GALERIA DE IMAGENES*/
/**********************************************/
.moduletable_fotos{
    font-family: Century Gothic ,verdana; 
    
}

.moduletable_fotos th{
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    height: 30px;
    color:#653AFD;
    text-align: left;    
}
#divalbum{
    font-family: Century Gothic ,verdana;
    margin-left:120px;
    margin-top:5px;
    padding:5px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    background-color:#d3e6f9;
}
#divalbum_texto{
    margin-left:120px;
    padding:5px;
    /*background-color:#f9edf6;*/
}
.album{   
    font-size: 1.1em;
    color:#FF0000;
}

#divimagenes{   
    margin: 10px;
    padding: 10px;
    float:left;
    width: 100px;
    border-style: solid;
    border-color: #653AFD;
    border-width: 1px;    
}
div.titulo{
    font-size:1.1em;
    font-weight:bold;
    color:#003366;
}
div.texto{
    padding-top:5px;
    font-size:0.9em;
    font-weight:bold;
    color:#666666;
}
div#toolTipLayer {
  position:absolute; 
  visibility:hidden;
  left:0;
  top:0; 
  background-color:#dee7f7;
  border:1px
  solid #336; 
  width:150px;
  padding:4px;
  color:#000;
  font-size:1.0em;
  line-height:1.2em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*********************************************/
/* Encuestas*/
/**********************************************/
.moduletable_encuesta{
    font-family: Century Gothic ,verdana; 
    border-style: dotted;
    border-width: 1px;
    border-color: #653AFD;
}

.moduletable_encuesta th{
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    color:#653AFD;
    height: 30px;
    text-align: left;
    background-color: #d3e6f9;    
}
.moduletable_encuesta td{    
    font-size: 1.0em;
    padding-left: 5px;
    text-align: left;
    background-color: #a8d0f9;     
}

.moduletable_encuesta a,  .moduletable_encuesta a:link, .moduletable_encuesta a:visited, .moduletable_encuesta a:active, .moduletable_encuesta a,  .moduletable_encuesta a:link, .moduletable_encuesta a:visited, .moduletable_encuesta a:focus{
    text-decoration: none;
    color: #653AFD;
    font-size: 0.9em;
    
}

.moduletable_encuesta a:hover{
    color:#FD3A71;
}

.submit_encuesta{
    margin: 5px;     
    border-style: solid;
    border-width: 1px;
    border-color: #653AFD;
    font-size: 0.9em;
    color:#653AFD;     
}
/*************************************
LEER MÁS
*************************************/
a.readon_bloque:link, a.readon_bloque:visited {
  color            : #2d5a00;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 1.0em;
  background       : url(../images/Documents_Forward.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : underline;
}
a.readon_bloque:hover {
  color            : #666666;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 1.0em;
  background       : url(../images/Documents_Forward.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}
/**********************************************************************/
/* AGENDA*/
/*********************************************************************/
.moduletable_agenda th{
   border-bottom-style: solid;
   border-bottom-color: #dbef92;
   border-bottom-width: 1px;
   background-image: none;
   padding: 0;
   margin: 0;
}

.moduletable_agenda td{
   background-image: none;
   padding: 0;
   margin: 0;
}


/**********************************************************************/
/* BANNERS*/
/*********************************************************************/
.banner{
    border-style: solid;
    border-color: #dbef92;
    border-width: 1px;
}
/*************************************************************************/
a.pathway, a.pathway:link, a.pathway:visited{
  
  color:#2d5a00;
  text-decoration: underline;
}

a.pathway:hover{
  
  text-decoration: none;
}

.alderecha{
    text-align:right;
}
.alizda{
    text-align:left;
}
.alcenter{
    text-align:center;
}
div#divvolver{
    color:#653AFD;
    font-size: 0.8em;
}

.peque{
    font-size: 0.8em;
    text-align: justify;
} 

.maxi{
    font-size: 1.2em;
    text-align: justify;
}

.mayusculas{
    text-transform: uppercase;
}
.negrita{
    font-weight: bold;
}
.mantenimiento{
    width:220px;
}
.alcenter{
    text-align: center;
}
.alizda{
    text-align: left;
}
.alderecha{
    text-align: right;
}
/************************/
.moduletable_jornadas{
   border-width:1px;
   border-color: #08347b;
   border-style: solid;
   background-color:#eef8c1;
   
}

.moduletable_jornadas th{
    color:#08347b;
    text-align: left;
    font-size: 1.5em;
    height: 50px;
}

.moduletable_jornadas td{
    color:#666666;
    font-size: 1.2em;
}


.rojo{
    color:#ff0000;
}
.botonsubmit{
    border-color:#addf29;
    border-style:solid;
    border-width:1px;
    color:#999999;    
}
.table_borde{
   border-color:#addf29;
   border-style:dotted;
   border-width:1px;
}
/*ESTILOS AJAX*/
.error{
    border-color: #CC0000;
    border-style:solid;
    border-width:1px;
    background-color: #fab5d1;
 }
 .normal{  
    border-color: #000000;
    border-style:solid;
    border-width:1px;
    background-color:#f6f7e7;  
 }
 .correcto{  
    border-color: green;
    border-style:solid;
    border-width:1px;
    background-color:#dbef92; 
     
 }
 .error_rojo{
    color:#CC0000;
    font-weight: bolder;
 }
 .correcto_verde{
    color:#7bac2f;
 }
 #mensajeActividades{
    border-color: green;
    border-style:solid;
    border-width:1px;
    background-color:#dbef92;
    height : 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 26px;
    font-size: 1.5em;
    color:#cc0000;
    
 }
 .errorBocadillo{
     /*padding: 5px 5px 0 0;*/
     color: white;
     padding-top: 5px;
     text-align: center;
     display:block;
     position: relative;
     background: url(../images/bocadillo.PNG) no-repeat;
     height:35px;
     width: 195px;
     
 }
 /************div login slide******************/
 #dhtmlgoodies_leftPanel{    /* Styling the help panel */
        
    /*background-color:#FFFFFF;    /* Blue background color */
    color:#FFF;    /* White text color */
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    /* Which font to use */
    
    /* You shouldn't change these 5 options unless you need to */        
    height:100%;        
    left:0px;
    z-index:10;
    position:absolute;
    display:none;
}

#dhtmlgoodies_leftPanel #leftPanelContent{
    padding:0px;
}
#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
    background-color:#FFF;
    /*position:absolute;*/
    float:right;
    border:1px solid #000;
    color:#000;
    font-size:0.8em;                
}
#dhtmlgoodies_leftPanel .closeLink:hover{    /* Close link text  - mouseover effect*/
    color:#FFF;
    background-color:#000;
}
.openLink{
    background-color:#FFF;
    /*position:absolute;*/
    float:right;
    border:1px solid #000;
    color:#000; 
    margin-bottom: 5px;
    padding: 2px;
    margin-right: 20px;       
} 
.openLink:hover{
    background-color:#000;
    color:#FFF;
    /*position:absolute;*/
    float:right;
    border:1px solid #000;
    margin-bottom: 5px;
    padding: 2px;       
} 
