/* ######### CSS for Shade Tabs. Remove if not using ######### */

.scrollbar{
scrollbar-face-color:#6D1A82;
scrollbar-highlight-color:#F57331;
scrollbar-3dlight-color:#6D1A82;
scrollbar-darkshadow-color:#6D1A82;
scrollbar-shadow-color:#F57331;
scrollbar-arrow-color:#F57331;
scrollbar-track-color:#6D1A82;
} 



.shadetabs{
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.shadetabs li a:visited{
	text-decoration: none;
}

.shadetabs a:hover{
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.shadetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	margin-left: 9px;
	border: 1px solid #948977;
	color: #524b40;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #524b40;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #524b40;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	text-decoration: none;
	color: #524b40;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: #cfc4af;
	text-decoration: none;
	color: #524b40;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	margin-left: 10px;
	color: #524b40;
}








.shadetabs2{
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4c403e;
}

.shadetabs2 li a:visited{
	text-decoration: none;
}

.shadetabs2 a:hover{
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.shadetabs2 li{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs2 li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	margin-left: 9px;
	border: 1px solid #948977;
	color: #524b40;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
	color: #524b40;
	text-decoration: none;
}

.shadetabs2 li a:hover{
	text-decoration: none;
	color: #524b40;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	text-decoration: none;
	color: #524b40;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: #cfc4af;
	text-decoration: none;
	color: #524b40;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	margin-left: 10px;
	color: #524b40;
}




/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
	text-decoration: none;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
	border-color: #D25A0B; /*Brown color theme*/
	text-decoration: none;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid darkred; /*darkred border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(indentbg2.gif) center center repeat-x;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	text-align: left;
	text-align:justify
	}
.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	vertical-align: bottom;
	}
.menu1 {
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4f4837;
	text-decoration: none;
}

.submenu2 {
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5E594D;
}

.submenu2 A:link {
	text-decoration:none;
	font-size: 14px;
	font-family: "Helvetica Neue";
	font-weight: normal;
	color: #5E594D;
	font-style: normal;
} 
.submenu2 A:visited {
	text-decoration:none;
	font-size: 14px;
	font-family: "Helvetica Neue";
	font-weight: normal;
	color: #5d4c22;
	font-style: normal;
} 

.submenu2 A:hover {
	text-decoration:none;
	font-size: 14px;
	font-family: "Helvetica Neue";
	font-weight: normal;
	color: #332e22;
} 

.submenu2 A:active {
	text-decoration:none;
	font-size: 14px;
	font-family: "Helvetica Neue";
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.prods {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4c403d;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.prodsSUB {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.PRECIO {
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	color: #900;
	text-align: left;
}
