/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 35px; width: 790px;
    background: url("../Newimg/barra3.jpg") no-repeat;
    padding: 9px; margin: 1px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../Newimg/lava3.jpg") no-repeat right -30px;
            width: 9px; height: 28px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../Newimg/lava3.jpg") no-repeat top left;
                height: 28px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 13px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
.Estilo1 {
	font-family: Tahoma;
	font-size: small;
	color: #999999;
}
#contenedor{
	width: 500px;
	height: 300px;
	overflow: hidden;
	text-align: left;
	/*verflow-y: scroll;*/
}
#contenedor2{
	width: 700px;
	height: 330px;
	overflow: hidden;
	text-align: left;
}              
li{list-style: none;}

.innerDIV{
padding: 5px;

}
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 87%;
    padding: 5px;
    text-align: left;
    background-color: rgb(255,255,255);
    border-top: 3px solid rgb(255,81,0);
    border-bottom: 3px solid rgb(255,81,0);
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
   
}

A:link {font-weight: bold; border: none;}
A:visited{text-decoration: none; font-weight: bold; border: none;}
 
 
 
 
 
 
 
 
 
 
 
 