﻿.item {
        width: 150px;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
        font-size : 12px;
        background-color: #9ecbf9 ;
        color: #FFFFFF;
        }

        .item ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        .item li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                background-color: #2586d7;
                
				}

        .item a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #0099FF;
                color: #ffffff;
                text-decoration: none;
                width: 100%;
                }

        html>body .item li a {
                width: auto;
                }

        .item li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #66CCFF;
                color: #ffffff;
                }

        .item li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #ffffff;
                }
        .item li #opcion {
                border-left: 5px solid #1c64d1;
                border-right: 5px solid #5ba3e0;
				font-weight: bold;
				color: #FFFFFF;
				background-color: #2175BC;
                }


.zonaMenu {
		background-color: #9ecbf9;
		background-image: url(images/fondo_lateral.gif);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	
.opcion {
        width: 150px;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
        font-size : 12px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #003366;
}
