/*
	WayWeb Costa Rica...
    Developed by WayWeb Lab
    2009
*/

#header {
 width: 100%;
 float: left;
 height: auto !important;
 height: 129px;
 min-height: 129px;
 background: url('../images/background.jpg') 0 92px no-repeat #fff;
}
#header .headerLeft {
 background: url('../images/wayweb.jpg') 40px 10px no-repeat;
 height: 129px;
 width: 310px;
 float: left;
}
#header .headerLeft img {
 margin:10px 40px;
}
#header .headerRight {
 background: transparent;
 height: 129px;
 width: 300px;
 float: left;
}

        .ListaHeader {
            position: relative;
            height: 100px;
            width: 591px;
            padding: 15px;
            margin: 40px 0;
            overflow: hidden;
			background: transparent;
            left:-75px;
        }
/*        *html .ListaHeader {height:20px;}*/
                .ListaHeader li {
                    float: right;
                    list-style: none;
                }
                    .ListaHeader li.back {
/*                        border-bottom: 5px solid blue;*/
                        background:url('../images/flecha_verde.png') center no-repeat;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                        top:50px;
                    }
                    .ListaHeader li a {
                        font: normal 11px arial;
                        text-decoration: none;
                        color: #626262;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .ListaHeader li a:hover, .ListaHeader li a:active, .ListaHeader li.current a{
                            border: none;
                            color:#449b2a;
                        }                     