@charset "utf-8";
/* CSS Document */



.CONTENT{
margin:0;
padding:0px;
width:970px;
}

.CONTENT ul{
margin:10px 0 0 0;
padding:0px;
}

.CONTENT li{
background:url(../image/menu/bullet.gif) left no-repeat;
float:left;
list-style:none;
margin:0 0 0 20px;
padding:0 20px 0 20px;
}


.MenuItems{	
margin:0px;
padding:0px;
}

.MenuItems ul{
margin:0px;
padding:0px;
float:left;
}


.MenuItems li{
list-style:none;
float:left;
padding:0px;
margin:0px;
}

.MenuItem1{
background:url(../image/menu/menu.gif) no-repeat 0px -56px; width:150px; height:50px;
}
.MenuItem2{
background:url(../image/menu/menu.gif) no-repeat -150px -56px; width:150px; height:50px;
}
.MenuItem3{
background:url(../image/menu/menu.gif) no-repeat -300px -56px; width:150px; height:50px;
}
.MenuItem4{
background:url(../image/menu/menu.gif) no-repeat -450px -56px; width:150px; height:50px;
}


.active1{
background-position:0px 0px;
}

.active2{
background-position:-150px 0px;
}

.active3{
background-position:-300px 0px;
}

.active4{
background-position:-450px 0px;
}

#caja {
width:970px;
display: none;
margin:0px;
/*	position: absolute;*/
z-index: 180;
height:70px;
float:left;
}



a.closeit{
width:50px;
margin:0 0 0 947px;
padding:0px;
position: absolute;
z-index:1000;
height:20px;
color:#FFFFFF;
font-size:15px;
text-decoration:none;
color:#ffffff;
}

a.closeit:hover{
color:#ffffff;
}

.menucontainter{
color:#000000;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
}



.menucontainter a{
color:#000000;
font-weight:bold;
text-decoration:none;
padding:0 20px;
}


#translucentbkg {
width: 970px; height: 59px;     /* to match DIVs size          */
background: url(../image/menu/menu_2.gif) no-repeat 0px 0px;       /* the background              */
margin:0px;
padding:0px;
}

#opaquetext {
color:#FFFFFF;
width: 970px; height: 59px;     /* to match DIVs size          */
background-color: transparent;   /* transparent background      */
position: absolute;              /* absolute positioning        */
z-index: 200;                      /* place it over the other DIV */
padding:0px;
margin:0px;
text-align:justify;
font-size:12px;
}
