body {
width: 780px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url('../images/bk_body.gif');
background-repeat:repeat-y;
}

#header {
width: 780px;
}

#footer {
font-size: 10px;
color: #f195be;
width: 780px;
}

#main {
margin: 0px;
width: 780px;
/* height: 100%; */
background-image: url('../images/bk_page.gif');
background-repeat: repeat-y;
}

#leftbar {
width: 164px;
float: left;
background-image: url('../images/bk_lbar.gif');
background-repeat: repeat-y;
padding-left: 30px;
font-weight: bold;
color: #89c6c3;
}

/*hack para IE*/
* html #leftbar {
width: 164px;
w\idth: 194px;
}

#leftbar #menu li a {
color:#89c6c3;
font-size: 12px;
font-weight: bold;
text-decoration:none;
border-bottom:1px dashed #89c6c3;
}

#leftbar a {
color:#89c6c3;
font-size: 10px;
font-weight: normal;
text-decoration:underline;
}

#leftbar #menu ul {
margin-left: 15px;
padding: 0px;
}

#leftbar #menu li {
margin-bottom: 5px;
}
.clearbullet{
list-style:none;
padding:0;
margin:0;
}

#leftbar #logintop {
width: 143px;
height: 26px;
background-image: url('../images/bk_logintop.gif');
background-repeat: no-repeat;
color: #fff;
text-align: center;
padding-top: 10px;
}

/*Hack para IE*/
* html #leftbar #logintop {
height: 26px;
hei\ght: 36px;
}

#leftbar #loginform {
color: #c7b8d2;
width: 143px;
height: 144px;
background-image: url('../images/bk_loginform.gif');
background-repeat: no-repeat;
font-size: 11px;
padding: 10px;
}

#leftbar #loginform  div.form{
display:inline;
}

#leftbar #loginform  div.form input.user{
width:120px;
height: 20px;
border: 1px solid #f0eaf4;
}
#leftbar #loginform  div.form input.pass{
width:90px;
height: 20px;
border: 1px solid #f0eaf4;
}
#leftbar #loginform  div.form input.submit{
width:30px;
height: 20px;
background-color: #f1a3c6;
color: #fff;
border: 1px solid #f0eaf4;
}


#content {
width: 474px;
float: right;
background-image: url('../images/bk_content.gif');
background-repeat: repeat-y;
padding-left: 66px;
padding-right: 46px;
line-height: 150%;
color: #666;
}

/*Hack para IE*/
* html #content {
width: 474px;
w\idth: 586px;
}

#content h1 {
font-family:  Arial, Helvetica, sans-serif;
font-size:18px;
margin-bottom:-14px;
color: #e699bc;
}

#content h2 {
font-family:  Arial, Helvetica, sans-serif;
font-size: 15px;
color: #666;
margin-bottom: 10px;
}

#content table {
font-size:12px;
}

#content .producto h3 {
border-bottom: 2px dotted #46b2b5;
font-weight: bold;
font-size: 12px;
color: #46b2b5;
margin-bottom: 0px;
padding-bottom: 2px;
}

#content .producto h4 {
font-style: italic;
font-size: 11px;
color: #46b2b5;
margin-top: 2px;
}

#content .producto  {

font-size: 11px;
color: #666;
display: none;
}

#content .producto  img {
margin-right: 20px;
}

#content p.proddisc {
border-top: 1px dotted  #979797;
font-size: 9px;
color: #979797;
clear:both;
}

#content form select {
	width: 160px;
}

#divMensaje{ font-size: 9px; }