.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
   /** Declaration for the additional states of the a.singleRollover selector **/  
  a.inicio {  
        display: block;  
        width: 97px;  
        height: 48px;  
        background: url(../images/inicio.png) no-repeat 0 0;  
    }  
          
   a:visited.inicio {  
       background-position: 0 0px;  
   }  
     
   a:hover.inicio {  
       background-position: 0 -48px;  
   }  
     
   a:active.inicio {  
       background-position: 0 -48px;  
   }  
   
   /** Declaration for the additional states of the a.singleRollover selector **/  
  a.autores {  
        display: block;  
        width: 132px;  
        height: 48px;  
        background: url(../images/autores.png) no-repeat 0 0;  
    }  
          
   a:visited.autores {  
       background-position: 0 0px;  
   }  
     
   a:hover.autores {  
       background-position: 0 -48px;  
   }  
     
   a:active.autores {  
       background-position: 0 -48px;  
   }  
   /** Declaration for the additional states of the a.singleRollover selector **/  
  a.fases {  
        display: block;  
        width: 192px;  
        height: 48px;  
        background: url(../images/fases.png) no-repeat 0 0;  
    }  
          
   a:visited.fases {  
       background-position: 0 0px;  
   }  
     
   a:hover.fases {  
       background-position: 0 -48px;  
   }  
     
   a:active.fases {  
       background-position: 0 -48px;  
   }  
   /** Declaration for the additional states of the a.singleRollover selector **/  
  a.indice {  
        display: block;  
        width: 97px;  
        height: 48px;  
        background: url(../images/indice.png) no-repeat 0 0;  
    }  
          
   a:visited.indice {  
       background-position: 0 0px;  
   }  
     
   a:hover.indice {  
       background-position: 0 -48px;  
   }  
     
   a:active.indice {  
       background-position: 0 -48px;  
   }  
   /** Declaration for the additional states of the a.singleRollover selector **/  
  a.contactenos {  
        display: block;  
        width: 162px;  
        height: 48px;  
        background: url(../images/contactenos.png) no-repeat 0 0;  
    }  
          
   a:visited.contactenos {  
       background-position: 0 0px;  
   }  
     
   a:hover.contactenos {  
       background-position: 0 -48px;  
   }  
     
   a:active.contactenos {  
       background-position: 0 -48px;  
   }  
      /** Declaration for the additional states of the a.singleRollover selector **/  
  a.compra {  
        display: block;  
        width: 179px;  
        height: 48px;  
        background: url(../images/compra.png) no-repeat 0 0;  
    }  
          
   a:visited.compra {  
       background-position: 0 0px;  
   }  
     
   a:hover.compra {  
       background-position: 0 -48px;  
   }  
     
   a:active.compra {  
       background-position: 0 -48px;  
   }  
      /** Declaration for the additional states of the a.singleRollover selector **/  
   
  a.comprarbt {  
        display: block;  
        width: 112px;  
        height: 38px;  
        background: url(../images/comprarbt.png) no-repeat 0 0;
		text-align:center;
    }  
          
   a:visited.comprarbt {  
       background-position: 0 0px;  
   }  
     
   a:hover.comprarbt {  
       background-position: 0 -38px;  
   }  
     
   a:active.comprarbt {  
       background-position: 0 -38px;  
   }  
      /** Declaration for the additional states of the a.singleRollover selector **/  
   


.menuTop{
	width: 100%;

}
.menuTop ul{
	margin: 0; padding: 0;
	float: left;
	}

.menuTop ul li{
	display: inline;
	}

.menuTop ul li a{
	float: left; 
	text-decoration: none;
	color: #064268;
	padding: 7px 15px 7px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100px;
	text-align:center;

 }


.menuTop ul li a:hover, .menuTop ul li .current{
	color: #fff;
	background-color:#0b75b2;}




/* footer Menu */
.footermenu {
	float:left;
/*	background-image: url(../images/footermenu/bg_footermenu.png);*/
	height: 150px;
	width: 778px;
	margin-left:55px;
	padding-left:45px;

/*border: 1px solid #30C;*/
}

.footermenu ul {
list-style-type: none;
}

.footermenu li {
float: left;
}

.footermenu ul a {
background-image: url(../images/footermenu/divider.png);
background-repeat: no-repeat;
background-position:right;
padding-right: 22px;
padding-left: 22px;

/*padding-top: 1px;*/
display: block;
line-height: 60px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
text-transform:capitalize;
font-size: 12px;
color: #371C1C;

/*border: 2px solid #30C;*/
}

.footermenu ul a:hover {
color: #371C1C;
text-decoration:underline;
}

/* vertical menu */
#vertmenu {
	text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 220px;
padding: 0px;
margin: 0px 5px 0 0;
}

#vertmenu h1 {
display: block;
/*background-color:#FF9900;*/
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #c0e7ff;
margin: 0px;
width:220px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #c0e7ff;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #fff;
width:220px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #0d4e77;
background-color: #c0e7ff;
}

/* menu 2 */
#vertmenu2 {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 180px;
padding-left: 20px;
}

#vertmenu2 h1 {
display: block;
/*background-color:#FF9900;*/
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #c0e7ff;
margin: 0px;
width:180px;
}

#vertmenu2 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu2 ul li {
margin: 0px;
padding: 0px;
}
#vertmenu2 ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #0d4e77;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000;
width:180px;
}

#vertmenu2 ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #c0e7ff;
}


