body{
    font-family: Verdana,Arial,Helvetica,sans-serif;
  	color: #414141;
    font-size: 12px;
}

select, input, textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #666666;
}

.titulo{
    color: #3D4B5B;
    font-size: 18px;
    line-height: 30px;
    background-image: url(pics/titulo.jpg);
    background-repeat: repeat-x;
    font-weight: normal;
}
.subtitulo{
    color: #949494;
    font-size: 14px;
    line-height: 26px;
    background-image: url(pics/subtitulo.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
}
.texto{
    color: #4B4B4B;
    font-size: 12px;
    background-image: url(pics/texto.jpg);
    background-repeat: repeat-x;
    text-align: justify;
}
/* ************************************************************************** */
/* Sección de menus
/* ************************************************************************** */

.menu {
    color: DarkSlateGray;
    display: block;
    line-height: 26px;
    text-decoration: none;
    background-image: url(pics/menu.jpg);
    background-repeat: repeat-y
}
.menu:hover {
    color: White;
    background-image: url(pics/menu_hover.jpg);
    background-repeat: repeat-y
}

.menu_cat {
    color: White;
    display: block;
    line-height: 20px;
    text-decoration: none;
    background-image: url(pics/menu_cat.jpg);
    background-repeat: repeat-y
}
.menu_cat:hover {
    font-weight: bold;
}

.boton_icon {
  	font-family: Arial;
    font-size: 9px;
    color: White;
    vertical-align: top;
    cursor: pointer;

    border: 0px;
    background-color: transparent;
    height: 18px;
}

