#main { 	
 text-align: left;
 vertical-align: middle;	
 margin:  0px auto;
 padding: 0px;
 width: 775px; 
 height:100%;
}

#header{
 width:  775px;
 height: 221px;
}
#header2{
 width:  775px;
 height: 158px;
}
#leftcolumn{
  width: 225px;
  margin-left: 0px; 
  float:left;
  background-color:#E0E7E9;
}
#leftcolumn2{
  width: 220px;
  margin-left: 0px; 
  float:left;
  background-color:#FFFFFF;
}

#centercolumn {
  width: 550px;
  padding:0px;
  float: right;
}
#centercolumn2 {
  width: 540px;
  padding:0px;
  float: right;
}

#footer {
  width: 775px;
	text-align: right;
	float:right;
}


#menunavegacion{
	height:  35px;
	float: left;
}

#content {
  width: 565px;
  margin-left: 0px;
  padding-left: 5px;
  padding-right: 5px;   
  float:left;

}
#options {
  width: 200px;
  padding:0px;
  float: right;
  background-color: #f2f2f2;
  boder-style: solid;

}


#options ul {
margin-left: 0;
list-style-type: none;

}

#options a
{
font-family: Arial;
font-size:12px;
color:#5A5D5A;
display: block;
padding-left: 15px;
height:20px;
border-bottom: 2px solid #ffffff;
}
#options a:hover
{
background-color: #AEC9CE;
color: #044757;
text-decoration:none;
}


#optionscurso{
 background: url(http://linux/ecol/img/fondo-opciones.gif) no-repeat left;
 padding: 15px;
 width: 191px;
 height: 79px;
}




/* menu cabecera */

dl, dt, dd, ul, li {
margin: 0;
list-style-type: none;
}

#menu {
top: 50px;
}

#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
width: 155px;
text-align: center;
background-image:url(http://www.academiaazos.com/img/spacermenu4.gif);
padding-left:0px;
}

#menu dd {
position:absolute;
top:123px;
background:#161925;
filter:alpha(opacity="98");
}

#menu li {
text-align: left;
width: 155px;
border-bottom: 4px solid #1B89A2;
height:18px;

}
#menu li a {
padding-left: 5px;
padding-top: 5px;
color: #FFFFFF;
background:#7cafe4;
text-decoration: none;
display: block;
height: 100%;
width: 150px;
border: 0 none;
font-size:10px;
font-family:verdana;
width: 150px;
}



#menu dt a {
color: #FFFFFF;
text-decoration: none;
height: 100%;
border: 0 none;
font-size:11px;
font-family:verdana;
width:155px;

}
#menu li a:hover, #menu dt a:hover {
background: #0066B3;
}
