/* CSS Document */
body{
background-image: url(http://www.viva-alpaka.com/onlinestore/skin/frontend/default/viva/images/viva_alpaca_bg.gif);  
background-repeat:repeat-x; 
background-color:#2d3d09; 
border:0;
margin:0;
}

img, div { behavior: url(http://www.viva-alpaka.com/onlinestore/skin/frontend/default/viva/images/iepngfix.htc) }

#wrapper{ 
margin:auto;
width:952px;
height: 100%;
position:auto;
/*width:100%;*/
}

#top{ 
color:#f67633; font-weight:bold;/*http://www.viva-alpaka.com/onlinestore/skin/frontend/default/viva/images/*/
background-image: url(imagenes/pre_index_top.jpg); 
height:150px; 
}
#top a {
color:#f67633; font-weight:bold;
}
.menu{position:relative; left:30px; top:10px; width:220px;}

/*.menu ul { padding:0; margin:0;}
.menu ul li{ list-style:none; padding:0; margin:0; color:#194d02; font:Arial, Helvetica, sans-serif; font:12px;}
.menu ul li a{ padding-left:10px; text-decoration:none; font-weight:bold;  color:#194d02; display:block; background: url(menu_bg_a.png) no-repeat; height:22px; margin-bottom:5px;}
.menu ul li a:hover{color:#194d02;   background: url(menu_bg_hover.png) no-repeat;}
.menu ul li ul.submenu li{ display:none;}
.menu ul li ul:hover li{ display: block;}*/




#header{ 
/*http://www.viva-alpaka.com/onlinestore/skin/frontend/default/viva/images/*/
background-image: url(imagenes/pre_index_header.jpg); 
height:300px; 
}
.logos{float:left; width:auto; background: url(imagenes/pre_index_footer4.jpg) no-repeat; width:952px; height:85px; }
#text_head{ 
background-image: url(http://www.viva-alpaka.com/onlinestore/skin/frontend/default/viva/images/pre_index_text.jpg); 
height:112px; 
}

#footer{
font-weight:bold;
height:329px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#729033;
}
#footer a{ 
color:#729033;
font-size:10px;
height:20px;
}

#footer a.titulos{ 
color: #FFCC00;
}

#bag{top:60px;
}

/*************
*************/
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 220px; /*WIDTH OF MAIN MENU ITEMS*/
/*border: 1px solid black;*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: url(imagenes/menu_bg_a.png) no-repeat;
font: bold 12px Verdana, Helvetica, sans-serif;
color:#194d02;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}



.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color:#194d02;
}

.glossymenu li a:hover{
	background: url(imagenes/menu_bg_hover.png) no-repeat;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */