/* CSS Document */
/*generales*/
body{
margin:0;
}
#cabecera{
width:900px;
height:194px;
margin:auto;
}
#contenedor{
width:900px;

margin:auto;
margin-top:31px;
}
#contenido{
width:648px;
float:right;
}
#menu_contenedor{
width:214px;
/*height:1280px;*/
margin-top:72px;
float:left;
}
#pie{
height:100px;
width:900px;
margin:auto;
margin-top:80px;
border-top:solid 1px #D0D1D3;
text-align:center;
}
a{
outline:0 none;
}
a img{
border:0;
}
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#777777;
font-size:12px;
}
p a{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#777777;
font-size:12px;
text-decoration:underline;
}
p a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-decoration:none;
}

/*menu*/

/*contenedor*/
ul{
list-style:none;
padding:0;
margin:0;
margin-top:70px;
height:180px;
}
li{
width:180px;
height:180px;
float:left;
}
.aie{
border-bottom:solid #ffffff 10px;
}
.emasesa{
border-bottom:solid #ffffff 10px;
}
.emvisesa{
border-bottom:solid #ffffff 10px;
}
.lipasam{
border-bottom:solid #ffffff 10px;
}
.tussam{
border-bottom:solid #ffffff 10px;
}
.aie:hover{
border-bottom:solid #DE1269 10px;
}
.emasesa:hover{
border-bottom:solid #9ABF1A 10px;
}
.emvisesa:hover{
border-bottom:solid #EC8208 10px;
}
.lipasam:hover{
border-bottom:solid #257DBC 10px;
}
.tussam:hover{
border-bottom:solid #C11126 10px;
}

.limpia{
clear:both;
}
