body{
    font-family:"Lucida Grande", arial, sans-serif;
}
/*Fondo*/
#slideshow, img.bgM {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index:-9999;
}

.menu{
    position:relative;
    top:-50px;
    height: 300px;
    margin:0;
    padding:0;
}

li{
    width:6%;
    height:90px;
    min-height:80px;
    color:#191919;
    text-align:center;
    overflow:hidden;
}

a{
    color:#FFF;
    text-decoration:none;
}

p{
    padding:0px 5px;
}

.subtext{
    padding-top:15px;
}

/*Menu Color Classes*/
.blanco{background:white;}
.gris{background:#B6BABB;}
.azul{background:#0192D3;}
.verde{background:#87B203;}
.fucsia{background:#D60168;}
.morado{background:#A10067;}