#maintab {

	position:relative;
	top:127px; 	
}

#productos {
	position:relative;
	top:125px; 	
}

#preguntas {
	position:relative;
	top:129px; 	
	left:335px;
}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
font-family:Verdana, Arial, "Arial Narrow" , Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #690005;
border-bottom: none;
background-color: #8e030a;
color: white;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
background-color: white;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #8e030a;
color: white;
}


.submenustyle{
font-family:Verdana, Arial, "Arial Narrow" , Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
text-decoration: none;
padding-top:5px;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: left;/*set to left, center, or right to align the menu as desired*/
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed white;
padding: 1px 5px;
text-decoration: none;
font-family:Verdana, Arial, "Arial Narrow" , Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
}

.submenustyle a:hover{
background-color: #ffffff;
font-family:Verdana, Arial, "Arial Narrow" , Helvetica, sans-serif;
font-size: 10px;
color:#8e030a;
}
