


.basictab{
padding: 0px  0;
margin: 0;
font: bold 16px Verdana;
list-style-type: none;
margin-bottom: 0;
margin-top: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
float:left;
display: inline;
padding:2px 20px 0px 2px; /*con esto se ensancha el cuadro */
background: #b7c6ac;
}


.basictab li a{
text-decoration: none;
margin: 0px;
cursor:pointer;
border-top: none;
border-bottom: none;
color: black;
padding-left:11px; /* con esto se alinea el texto*/

}

.basictab li a:visited{
color: black;
}
.basictab li a:hover{
color:#006666;

}

.basictab li a:active{
background-color: #b7c6ac;
color: black;
}

.basictab li a:active{
color: white;
background-color: #b7c6ac;


}


.basictab li.selected { /*selected tab effect*/

background-color:#333367;


}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color:#333367;
color: white;

}

.offers{
color:#ffffff;

font-size:16px;
padding: 7px 20px 10px 10px ;


width: auto;

text-align: center;
}
.offers a{
color:#ffffff;
font-weight: bolder;

}



.submenustyle{
color:#ffffff;
background-color:#333367;
font-size:11px;
padding: 7px 10px;


width: auto;
color: black;
text-align: center;
}

.arti{
color:#ffffff;
background-color:#333367;
font-size:11px;
padding: 7px 10px;

width: auto;

color: black;
text-align: center;
}



* html .submenustyle{ /*IE only width definition*/
width: auto;
color: black;
}

.arti a{

border-right: 1px solid white;
padding: 1px 5px;
text-decoration:none;
font-weight:bolder;

color: white;
}
.submenustyle a{

border-right: 1px solid white;
padding: 1px 5px;
text-decoration:none;
font-weight:bolder;

color: white;
}
.arti a:hover{
background: #b7c6ac;
color: black;
}
.submenustyle a:hover{
background: #b7c6ac;
color: black;
}