
body { margin: 0; background-color: #DCDEE3; }
.MENU_SUPERIOR { font-family: Tahoma; font-size: 11px; color: #646D86; }

body,td{font: 11px "trebuchet ms", Arial, Geneva, tahoma, Helvetica, sans-serif; font-size-adjust: 0.51;}


/* Border */

.stborde3 {	border:1px  #CCCCCC solid;}
.stborde4 {	border: 1px solid #ffffff;}
.stborde5 {	border: 1px solid #999999;}
.linia
{
	background: url(../images/linia.gif);
	background-repeat:repeat-x;
	height:1;
}

a{ text-decoration:none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { 	text-decoration: none; }
.items { font-family: Tahoma; font-size: 11px; color: #990000; }
.precio { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #C92935; }
.producto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#CC0000; }
.combo_opcproducto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #323232; height: 20px; border: 2px solid #F89C13; }
form { margin: 0; }
.menu { font-family: Tahoma; font-size: 12px; color: #686868; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
.VER10_CEL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #686868; }
.logged { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #686868; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
.CBO { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; }
.BTN { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color: #3381C3; }
.producto2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #3E88C5; text-transform:uppercase; }
.producto3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #3E88C5; text-transform:uppercase; text-align:center; }
.contactos{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3E88C5; }
a.contactos:hover{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3E88C5; text-decoration:underline;}
.borde_white{ background-color:#FFFFFF; padding:3px; }
#ubigeo select{ width:150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }


/*MENU */
p {
	text-transform:capitalize;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
.msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 152px;
}
.msg_head {
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	background-color:#FFA346;
	margin:1px;
}
.msg_body {
	padding:0px 0px 0px;
}

.msg_body{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color:#FFFFFF;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#999999;
font-size:11px;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color:#666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#434343;
background-color:#F5F5F5;
}