
/**************************************************************

  Image Menu
  v 2.2

**************************************************************/



html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
  }


#imageMenu {
    background-color : red;
    border-bottom-color : #FFFFFF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #FFFFFF;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #FFFFFF;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #FFFFFF;
    border-top-style : solid;
    border-top-width : 1px;
    height : 75px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 140px;
    overflow : hidden;
    position : relative;
    width : 800px;
  }


#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 75px;
    width: 1000px;
  }


#imageMenu ul li {
    float: left;
  }


#imageMenu ul li a {
    text-indent: -1000px;
    background:#FFFFFF none repeat scroll 0%;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    width:200px;
    height: 75px;
  }


#imageMenu ul li.descubre a {
    background: url(../../../img/home/descubre.jpg) repeat scroll 0%;
  }


#imageMenu ul li.presente a {
    background: url(../../../img/home/presente.jpg) repeat scroll 0%;
  }


#imageMenu ul li.quienes a {
    background: url(../../../img/home/quienes.jpg) repeat scroll 0%;
  }


#imageMenu ul li.noticias a {
    background: url(../../../img/home/noticias.jpg) repeat scroll 0%;
  }

.clear {
    clear: both;
  }

/*************************************************************/
