/* CSS Document */

body {
  margin: 0 auto;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  color: #032F68;
}

div#b_superior {
  margin-left: 420px;
  margin-top: 0px;
  width: auto;   
  margin-right: 16px;
}

.block a {
  text-decoration: none;
}
div.contenido a{
  text-decoration: underline;
}

a {
  color:#000098; 
} 
a.link,{
  color:#032F68; 
} 

a.link:hover, div a:hover {
  text-decoration: underline;
  color:#F60;  
   
} 

h5 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
}
h3 {
  font-size: 16px;
}
h2 {
  font-size: 18px;
}
h1 {
  font-size: 20px;
}
h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
  font-style: italic;
}

.block {
  border: #F3A265 solid 1px;
  padding: 4px;
  vertical-align: top;
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: left;
  
}

h1.Title{
  background: url(img/fondo1.png) top repeat-x;
  padding: 4px;
  margin:-4px;
  
  line-height: 1em;
  text-align: right;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin-bottom: 0.5em;
  
}


a img {
 border: 0;
}
/*
.cRentabilidad {
  color: #06ade2;
}
.cProductos {
  color: #e4208e;
}
.cCalidad {
  color: #fc0;
}
.cDistribuidores {
  color: #444;
}


.cGestion {
  color: #032F68;
}
*/

div.contenido {
  width: 500px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: justified;
  
}

div.contenido p{
  margin:5%;
  text-align: justify;
  margin-top: 0.4em;
  margin-bottom: 10px;
  
  text-indent: 3%;
  
}
div.contenido li{
  text-align: justify;
  margin-bottom: 0.8em;
  
}
div.contenido ul{
  margin-top:-5px;
  padding-top:0;
  border-top: 1px solid #ccc;
  
}


table#main {
  width: 100%;
  background: url(img/main_background.png) bottom left no-repeat;
}

div#colorballs{
  background: url(img/body_colorballs.jpg) right bottom no-repeat;
  height: 500px;
}

div#body {
  width: 785px;
  height: auto;
  margin: 0 auto;
 /* border: 1px blue solid;*/
  border-top: none;
  background: url(img/body_background.jpg) top left no-repeat;
}

div#height_min {
  height: 30px;
  width: 0px;
  float:left;
}

div.contenido a:visited {
  color: blue;
}

.block .itemtitle{
border:0px solid red;
margin-top:10px;
}

