<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;/* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #222222 url(images/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
height:auto;
padding: 1.3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 4px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->


/*
MENU DE OPCIONES
--------------------------------------------------------------------------------- */

.menu_box{list-style-type:none; margin:0; padding:0; font-family:'Ubuntu', Arial; }
.menu_box li {float:left; width:69px; margin-right:25px; border:solid 1px #f5f5f5; padding:8px 15px; background:#111111;}
.menu_box li.last, .menu_box > li:last-child{width:69px;}
.menu_box a span{ display:block; padding:20px 0 0 0}
.menu_box a, .menu_box a:visited {display:block; color:#FFFFFF; font-size:12px; text-transform:uppercase;}
.menu_box a:hover{text-decoration:none;}
.menu_box li:hover, .menu_box li.current{background:#d63000;; border:solid 1px #000000;}
.menu_box li:hover a, .menu_box li:hover a:visited, .menu_box li.current a, .menu_box li.current a:visited{color:#FFFFFF;}






























