/*******************************************************************************
* 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;*/
  margin:auto;
  width:994px;
  _width:997px; /* hack para IE 6 */
}




#cabecera_inferior{
width:994px;
height:27px;
background:url(../images/fondo_miga_pan_cabecera.png) no-repeat;
}

#header {
/*
  float: none;
  clear: both;
  height: 173px;
  position: relative;
*/
width:994px;
height:102px;
}

#header_top {
  width:994px;
  height:75px;
  background:url(../images/layout/fondo_banner_cabecera.png) no-repeat;
  background-position:right;
}


#header_top .banner{
float:left;
width:778px;
height:75px;
}


/* LOGO */
#header_top .logo{
float:left;
width:213px;
height:75px;
}
#header_top .logo a{
padding:0;
margin:0;
}
#header_top .logo img{
margin-top:1px;
border:0;
}

#header_left
{
float: left;
width: 229px;
height: 173px;
background-image: url(../images/layout/fondocontentleftsinsombra.jpg);
}


#header_bottom{
width:994px;
height:27px;
background:url(../images/fondo_miga_pan_cabecera.png) no-repeat;
}

#header_bottom .nombre_user{
float:left;
text-align:left;
width:213px;
display:block;
color:#ffffff;
padding-top:7px;
padding-left:4px;
}

#header_bottom .texto{
float:left;
text-align:right;
display:block;
color:#E20A16;
padding-top:7px;
}
#header_bottom ul{
margin:0;
padding:0;
margin-top:7px;
float:left;
display:inline;
list-style:none;
font-weight:bold;
}
#header_bottom ul li{
float:left;
padding-left:10px;
color:#FFFFFF;
}
#header_bottom ul li a{
color:#FFFFFF;

}
#header_bottom ul li span{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
}

#content
{
float:        left;
margin-left:  13px;
margin-top:   1px;
width:        781px;
_width:       780px;
}

#content_left
{
float:left;
width:186px;
margin-left:14px;
_margin-left:8px; /* Hack para IE 6 */
}

#leftcolumn
{
float:left;
width:186px;
margin-left:14px;
_margin-left:8px; /* Hack para IE 6 */
}

#content_center
{
float: left;
width: 590px;
}

#footer
{
float:left;
clear:both; /* Evita que cualquier capa flote izquierda o derecha de esta */
border-top:4px solid #EBEBEB;
width:968px;
margin-left:14px;
margin-top:20px;
}

#footer .logo
{
float:left;
margin-top:10px;
}

#footer span.texto{
float:left;
display:block;
margin-top:12px;
margin-left:15px;
color:#666666;
font-weight:bold;
}

#footer ul{
float:left;
display:block;
padding:0;
margin:0;
margin-left:150px;
}
#footer ul li{
float:left;
margin-top:12px;
list-style:none;
margin-left:10px;
}
#footer ul li span{
margin-left:10px;
color:#CCCCCC;
}
#footer ul li a{
color:#EF1200;
}

/*********************************************************************
* Estilos del formulario del login
*********************************************************************/

#loginform
{
padding: 20px 60px;
}

#formusuarios
{
background:transparent url(../images/fondo_form_acceso.png) no-repeat scroll 0 0;
height:100px;
padding-left:10px;
padding-top:26px;
width:176px;
/*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;
}



#enlaceregistro{
width:176px;
padding-left:10px;
padding-top:10px;

}

#enlaceregistro a{
color:#E20A16;
/*text-decoration: none;*/
}


#acceso_clientes{
height:100px;
width:176px;
padding-left:10px;
padding-top:26px;
background:url(../images/fondo_form_acceso.png) no-repeat;
}
#acceso_clientes span.texto{
display:block;
padding-top:10px;

}
#acceso_clientes span.password{
float:left;
display:block;
width:97px;
}
#acceso_clientes span.entrar{
float:left;
display:block;
width:64px;
margin-left:5px;
*margin-left:0; /* hack para ie6 y ie7 */
*margin-top:1px; /* hack para ie6 y ie7 */
}
#acceso_clientes .p_1{
padding:0;
margin:0;
}
#acceso_clientes span{
display:block;
width:170px;
margin-bottom:4px;
}
#acceso_clientes form{

}
#usuario,#contrasena{
width:97px;
height:19px;
}
#boton_entrar{
width:64px;
height:24px;
background-color:#E20A16;
border:0;
color:#FFFFFF;
font-weight:bold;
margin-left:4px;
}






/*********************************************************************
* 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;
}


