

/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
color: #FF9900;
background-color:#4D4d4c;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0px; 
width:175px;
}
.menu ul li a:hover li{

  }
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background-color:#C5C99A; 
color:#fff;
  text-align: left;
border-left: 5px solid #C5C99A;
 font-weight:bold;
  letter-spacing:0;
     padding:5px 0px;
	 margin-right: -5px;

}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {

color:#000;
/*border-left: 5px solid #55564A;*/
}

/*------ICONOs izquierda------ */

#icontenido a{
background-image:url(imgs/cuadraob.jpg);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:180px;
left:10px;
height:60px;
padding-top:50px;
text-decoration:none;
text-align:center;
color:#D4E3CF;
}
#icontenido a:hover{
background-image:url(imgs/cuadrao.jpg);
background-repeat:no-repeat;
color:#4d4d4d;
}


#icontenidoselected a{
background-image:url(imgs/cuadrao.jpg);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:180px;
left:10px;
height:60px;
padding-top:50px;
text-decoration:none;
text-align:center;
color:#4d4d4d;

}



#itarea a{
background-image:url(imgs/cuadraozb.jpg);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:260px;
left:10px;
width:51px;
height:60px;
padding-top:50px;
text-decoration:none;
text-align:center;
color:#87C0D6;
}
#itarea a:hover{
background-image:url(imgs/cuadraoz.jpg);
background-repeat:no-repeat;
color:#4d4d4d;
}
#itareaselected a{
background-image:url(imgs/cuadraoz.jpg);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:260px;
left:10px;
width:51px;
height:60px;
padding-top:50px;
text-decoration:none;
text-align:center;
color:#4d4d4d;

}
#ipdf a{
background-image:url(imgs/pdf.gif);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:330px;
left:10px;
width:51px;
height:60px;
padding-top:40px;
text-decoration:none;
text-align:center;
color:#D4E3CF;
}
#ipdf a:hover{
color:#4d4d4d;
}

#ipdfsolo a{
background-image:url(imgs/pdf.gif);
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
position:absolute;
top:190px;
left:10px;
width:51px;
height:60px;
padding-top:40px;
text-decoration:none;
text-align:center;
color:#D4E3CF;
}
#ipdfsolo a:hover{
color:#4d4d4d;
}

.modulo{
position:absolute;
right: 40px;
top:20px;
/*margin-bottom:10px;*/
}
#cajatexto{
position:absolute;
top:140px;
left:75px;
width: 92%;}
#texto{
margin-top:0px;
}
.tarea{
text-align:right;
color:#87C0D6;
font-size:30pt;
letter-spacing:-2px;
margin-bottom:10pt;
position:relative;
top:12px;
font-weight:bold;
}
.contenido{
text-align:right;
color:#B3C030;
font-size:30pt;
letter-spacing:-2px;
margin-bottom:10pt;
position:relative;
top:12px;
font-weight:bold;
}
.anexo{
text-align:right;
color:#FCDEA3;
font-size:30pt;
letter-spacing:-2px;
margin-bottom:10pt;
position:relative;
top:12px;
font-weight:bold;
}
