
/*******************************/
/* CONTENIDO GENERAL DE LA WEB */
/*******************************/

.corregidorfloat {
  clear : both;
  width : 100%;
}

/**************************/
/* Cabecera del contenido */
/**************************/

.mainheader
{
  background-color  : #f3f0b8;
  width             : 100%;
  height            : 32px!important;
  margin-left       : -5px;
  padding-right     : 10px;
}

.mainheader h1 {
  float     : left;
  width     : 60%;
  font-size : 14px;
  color     : #949496;
  padding-left     : 10px;
}

.mainheader #cajaenlaces {
  float     : right;
  padding   : 10px 0 0 0;
  width     : 35%;
}
.mainheader #cajaenlaces span
{
  visibility: hidden;
}
.mainheader #cajaenlaces a
{
  color     : #cbc003!important;
  background-color: transparent!important;
}

.maincontent {
}


/******************/
/* BLOQUES DE PIE */
/******************/

#footer
{
  clear      : both;
  background-color : #EAE7E6;
  width      : 935px;
  min-height : 3em;
  float      : left;
  font-size  : 0.86em;
}

#footer #footcontent
{
  background : #dfe512;
  float      : right;
  min-height : 4.5em;
  width      : 767px;
}
#footer #footcontent table tbody
{

}
#footer #footcontent table img
{
  margin-right:5px;
}
