* {
margin: 0;
padding: 0;}

body {
background: #cc0000 url(../images/layout/fondo.jpg) repeat-x;
text-align: center;}

#contenedor {
margin: 0 auto;
width: 780px;
background: #ffffff url(../images/layout/fondomain.jpg) repeat-y;
text-align: center;
}

#principal {
margin: 0 auto;
width: 764px;
font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
font-size: 11px;
line-height: 1.4em;
color: #333333;
text-align: left;
}

#header {
width: 734px;
padding: 15px 15px;
}

#menu {
width: 764px;
background: #ffffff url(../images/layout/fondomenu.png) no-repeat;
height: 36px;
}

#left {
width: 262px;
padding: 15px 15px;
float: left;
}

#right {
width: 442px;
padding: 15px 15px;
float: left;
text-align: justify;
margin-left: -10px;
}
html>body #right {
margin-left: 0px;
}

#footer {
clear: both;
width: 736px;
margin: 0 auto;
font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
background: #000000;
padding: 15px 15px 5px 15px;
}

#footer a {
color: #cccccc;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
border: none;
}

.titulo {
width: 262px;
background-color: #990000;
color: #ffffff;
font-weight: bold;
text-align: right;
padding-right: 10px;
line-height: 20px;
margin-bottom: 10px;
}

.subir {
z-index: 10;
position: relative;
}

.showprod {
width: 140px;
padding-right: 5px;
float: left;
text-align: center;
}

a.link:hover {
border-bottom: none;
}
a {
text-decoration: none;
color: #cc3300;
}
a:hover {
border-bottom: 1px dotted #cc3300;
}

h2 {
color: #990000;
font-size: 18px;
font-weight: normal;
line-height: 16px;
margin-bottom: 16px;
}

.mini {
margin-right: 5px;
}
h1 {
text-indent: -9999px;
display: none;
}

/************************************
 * Accordion
 * *********************************/

.acc { margin-top: 10px; }

h3 { 
  font-size: 11px; 
  padding: 6px 10px;
  outline: none;
} 

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  margin-top: 1px;
} 

.ui-corner-all {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #ccc;
  color: #333;
}

.ui-corner-top {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #ccc;
  border-bottom: none;
  color: #c00;
}

.ui-state-default.ui-state-hover { border: 1px solid #c00; color: #c00; }

.ui-accordion .ui-accordion-content-active { display:block; }

.ui-accordion .ui-accordion-content {
  border-top: none;
  display: none;
  margin-bottom: 2px;
  padding: 6px 10px;
}

.ui-widget-content {
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.ui-widget-content h4 { padding-bottom: 4px; font-size: 11px; }
.ui-widget-content p { padding-bottom: 1.4em; }

span.brand { color: #c00; }

#distribuidores h3 {
  color:#900;
  font-size:15px;
  padding: 0;
  line-height:16px;
  margin: 25px 0 0;
}
#distribuidores h4 { 
  font-size: 14px;
  margin: 20px 0 0;
}

#distribuidores h5 {
  font-size: 13px;
  margin: 16px 0 5px;
}
