/* 
    Document   : menu
    Created on : 15/07/2010, 02:55:42 PM
    Author     : Mario Soto
    Description:
        Hoja de estilos del menú lateral
*/



/*************** MENU ***************/
div.botonMenu{
    width            : 168px;
    height           : 43px;
    background       : transparent;
    background-image : url('../img/boton0.png');
    background-repeat: no-repeat;
	display          : block;
/*border           : 0px dotted green; */
    position: relative;
}
div.botonMenu a{
    position: absolute;
    font-size      : 1em;
    color          : #ffffff;
    text-decoration: none;
    top: 10px;
width: 100px;
height: 100px;
font-weight: 800;
left: 25px;
}
/*************** MENU ***************/





