/* Start of CMSMS style sheet 'Leovinci - Complementos' */
div#header {
   height: 100px;
}

div#header h1 a {
   /* background: #385C72 url(uploads/images/encabezado_leovinci_web.png) no-repeat 0 12px;  */
   background: #FFFFFF url(uploads/images/encabezado_leovinci_web.png) no-repeat 0 12px; 
   height: 100px;             /* adjust according your image size */
}


.bloque {
  margin: 0 0 1em 1em;
  border: 1px solid #000; 
   background-color: #ECECEC;  /* background color for the entire menu row */
  /** background: #FFE9AF;  **/
}

.bloque h2 {
  background: #FFFFFF; 
}

.bloque li {
   list-style: none;
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0em 1.5em;
   background: url(images/cms/arrow-right.gif) no-repeat; 
   background-position: 0.5em 1.2em;
   min-height: 1 em; /* Fixes IE7 whitespace bug */ 
   line-height: 1.5em;
}


.contactform { width: 100%; }
.contactform fieldset { padding: 1em; background-color: #eee; }
.contactform fieldset legend { font-weight: bold; }
.contactform div { width: 100%; padding: 0.25em 0 0.25em 0; }
.contactform div label {display: block; width: 50em; padding: 0 0 0.5em 0; color: #000000; }
.contactform div.required {color: #f00; }
.contactform div select { width: 100%; }
.contactform div.campo input { width: 100%; }
.contactform div.campo textarea { width: 100%; }

.contactform div.submit { padding: 1em; }

/* End of 'Leovinci - Complementos' */

