@charset "utf-8";
/* CSS Document */

body{
background-color:#EFEEEC;
background-image: url(../img/background.jpg);
background-repeat:repeat-x;
font-family: trebuchet ms, arial;
font-size: 12px;
color: #212141;
}
.header{
background-image:url(../img/background_completo_header.jpg);
background-repeat:no-repeat;
}
.titulo_seccion{
font-size:18px;
color:#FF9900;
text-align:left;
}
.bienvenidos{
text-align:right;
}
.bienvenidos_link{
color:#999999;
font-weight:bold;
text-decoration:none;
}
.menu{
background-image:url(../img/background_center_menu.jpg);
background-repeat:no-repeat;
background-position: top center;
}
.contenido{
background-image:url(../img/background_cuadro_contenido.jpg);
background-repeat:repeat-y;
text-align:justify;
}
.footer_background{
background-image:url(../img/background_footer.jpg);
background-repeat:repeat-x;
}
.footer_direccion{
color: #FF9900;
font-size: 11px;
text-align:left;
}
.ss_link{
text-decoration:none;
color:#FFFFFF;
}
input{
width:165px;
font-family: trebuchet ms,arial;
font-size: 12px;
color: #212141;
}
