
.columnaEstructural {
    position: relative;
}

p.rutaNavegacion {
    height: 5px;
    margin: 4px 0 0 0px;
    color: #ffffff;
    font-size: 0.83em;
}
p.rutaNavegacion a {
    margin: 0 4px;
    color: #fff;
	text-decoration:underline
}
p.rutaNavegacion a:hover {
    margin: 0 4px;
    color: #fff;
	text-decoration:none
}

ul.pestanyas {
    
    top: 29px;
    left: 0;
    z-index: 10000;
    width: 600px;
    height: 25px;
    border-bottom: 1px solid #CCC;
    font-size: 0.91em;
}

ul.pestanyas li {
    position: relative;
    float: left;
    width: 117px;
    height: 25px;
    border-left: 1px solid #CCC;
    margin:0 0 0 -1px;
	padding:0px
	
}

ul.pestanyas li a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 117px;
    height: 21px;
    padding-top: 4px;
    cursor: pointer;
    background:#0066CC url(../images/pestanya.gif) no-repeat 100% 0;
    color: #333;
    text-align: center;
    font-size: 0.9em;
}

ul.pestanyas a:hover {
    background-color: #F1F1F1;
    text-decoration: none;
}

ul.pestanyas li.activo a {
    border-bottom: 1px solid white;
    background-color: white !important;
    color: #F7AE2E;
    font-weight: bold;
    letter-spacing: -0.07em;
}
