@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ background:url(fondillo.jpg) repeat-x}
ul{ list-style:none;}
h2{color:#19205A; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:30px; padding-bottom:10px;}
p{ font-size:14px; font-family:Verdana, Geneva, sans-serif; line-height:25px; font-weight:bold}
@font-face {
/*Insertamos la ruta donde se
encuentra el archivo de la tipografia
y el formato de la tipografia*/
font-family: "imae";
src: url(Squiso_Becker.ttf) format("truetype");
}
#contenedor{ margin:0 auto; text-align:center; width:970px; height:auto; background:#FFFFFF}
#contenido{ margin:0 auto; text-align:center; width:950px; height:auto; position:relative}
#servicios{ display:none;}
#cabecera{ background: url(img_web/cabecera_IMAE.jpg) no-repeat;width:100%;height:143px; position:relative; }
#cuerpo{ background: url(img_web/electricidad.jpg) no-repeat; width:100%; height:406px; position:relative}
#footer{ width:100%; height:33px; background:#999999;; margin-top:10px; clear:both; display:block;-moz-border-radius:9px;-webkit-border-radius:9px; margin-bottom:10px;}
#logo{  color:#FFFFFF; position:absolute; top:17px; left:720px; line-height:29px;  text-align:left}
#logo h1{font-family: "imae" ; font-size:45px;}
#logo h2{font-size:15px; font-family:Arial, Helvetica, sans-serif;letter-spacing:7px; color:#FFFFFF; line-height:25px;}

#menu_lateral{ width:220px; height:378px;  margin-left:32px; text-align:left;display:table; }
#menu_lateral ul li{  background:#459eff; margin-bottom:2px; }
#menu_lateral ul li:hover{ background:#2583ea; }
#menu_lateral a{ font-family:Verdana, Geneva, sans-serif; font-size:10px; text-decoration:none; color:#036; line-height:12px; font-weight:bold; display:block;height:60px; width:100%  }
#menu_lateral img{ float:left; padding-left:10px; padding-top:5px; padding-right:8px;}
#menu_lateral ul li a{display:table-cell; vertical-align:middle;}

#menu_superior{ margin-left:450px; padding-top:100px;}
#menu_superior ul li{ float:left; padding-right:4px;}
#menu_superior a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#fff;  text-decoration:none; display:block;
padding-top:6px;width:80px; height:20px; text-align:center  }
#menu_superior a:hover{ background:#FF6600;-moz-border-radius:9px;-webkit-border-radius:9px;}
.activo_superior{background:#FF6600;-moz-border-radius:9px;-webkit-border-radius:9px;}
.activo_inferior{background:#2583ea;}
.clear{ clear:both;}