/*******************************************************************************
* Main AjeMadrid (layout)
*******************************************************************************/

#wrapper {
  float: none;
  clear: both;
  width: 774px;
  padding: 0px;
  margin: 0px auto;
  text-align: left;
  background-color: #ffffff;
background-image: url(../images/layout/fondocontentmain.jpg);
background-repeat: repeat-y;
}

#header {
  float: none;
  clear: both;
  height: 173px;
  position: relative;
}

#header_left
{
float: left;
width: 229px;
height: 173px;
background-image: url(../images/layout/fondocontentleftsinsombra.jpg);
}

#header_left .enlacelogohome
{
display: block;
width: 229px;
height: 70px;
}

#header_right
{
float: left;
width: 545px;
height: 173px;
}

#content
{
float: left;
margin-top: -24px;
}

#content_left
{
float: left;
width: 180px;
}

#content_center
{
float: left;
width: 590px;
}

#footer
{
clear: both;
text-align: center;
background-color: #357694;
height: 30px;
}

h1
{
font-size: 1.8em;
background-image: url(../images/layout/fondotitulomain.gif);
margin: 0px 4px;
.margin: 6px 4px;
padding: 20px;
}



/*********************************************************************
* Estilos del formulario del login por defecto
*********************************************************************/

#loginform
{
padding: 20px 60px;
}

#formusuarios
{
margin: 40px;
}

#formusuarios strong
{
display: none;
height: 30px;
}

#formusuarios .filaform
{
clear: both;
display: block;
padding: 5px 0;
}

#formusuarios label
{
clear: none;
float: left;
text-align: right;
width: 150px;
margin-right: 4px;
}

#formusuarios .botonera
{
clear: both;
display: block;
padding: 5px 0;
text-align: center;
}

#formusuarios #bt_submitlogin
{

}

/* Este estilo es para hacer bajar un poco el formulario de login de "error" */
.errorgestor
{
margin: 35px 0 0 10px;
}

/*********************************************************************
* Estilos del formulario del login de cabereca
*********************************************************************/
#header_left #loginform
{
padding: 0px;
}

#header_left #formusuarios
{
font-size: 0.85em;
padding: 28px 0px 0px 20px;
background-image: none;
background-color: transparent;
border: none;
margin: 0px;
}

#header_left #formusuarios .filaform
{
float: left;
clear: none;
padding: 0px;
}

#header_left #formusuarios label
{
display: none;
}

#header_left #formusuarios input
{
height: 13px;
width: 67px;
margin-left: 7px;
background-color: transparent;
border: none;
color: #5f5f5f;
}

#header_left #formusuarios .botonera
{
text-align: center;
float: left;
clear: none;
padding: 0px;
}

#header_left #formusuarios #bt_submitlogin
{
height: 18px;
width: 22px;
padding: 18px 0px 0px 0px;
margin-left: 8px;
}

/*********************************************************************
* Botones de la parte izquierda
*********************************************************************/

#divbotones
{
padding: 20px 0px 100px 0px;
clear: both;
}

#enlacebotonboletin
{
background-image: url(../images/layout/botonboletin.gif);
background-repeat: no-repeat;
height: 89px;
width: 180px;
display: block;
}

#enlacebotonbase
{
background-image: url(../images/layout/botonbasededatos.gif);
background-repeat: no-repeat;
height: 92px;
width: 180px;
display: block;
}

#enlacebotonofertas
{
background-image: url(../images/layout/botonofertasdeempleo.gif);
background-repeat: no-repeat;
height: 90px;
width: 180px;
display: block;
}

