


/* ==========================================================================
   Clase escrita por Rodrigo F. Llanca Diciembre 2015 - San Carlos de Bariloche

Default Azul #1d4f80
Default Gris #e5e5e5
Default Gris claro #e7e7e7
Default Gris iconos #b1b1b1
Alojamiento #001499
Cultura/shows #ad0201
Clasificados #125E00
Deportes #1E97FF
Ecologia #007524
Educación #CEB406
Gourmet #C80000
Juntas vecinales #006871
Mascotas #E2006E
Medios #9C3AD4
Salud #62a403
Social #CA6400
Tecnología #7732B2
Turismo #00B4BB

COLORES DE MENSAJES

Error: #FE0000;
Advertencia: #FFFF00;
info: #025669;
exito: #57A639;

   ========================================================================== */

h1.page-title, .mini-sidebar .widget>h3, input[type=submit], #sidebar .widget>h3, .item-block .item-comment, .breaking-news .breaking-title, .tag-cloud a, #wp-calendar thead, #wp-calendar caption, .ot-jumplist .open-jumplist, .ot-jumplist .actual-list {
    background-color: #1d4f80;
    /* 1d4f80 2c3e50*/
}

.header #main-menu .wrapper>ul {
    background-color: white;
}

.header #main-menu .wrapper>ul a {
    color: #aaa;
}

#wp-calendar tbody td#today {
    /* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px <-CUSTOM->, inset 1px 0 0 3px <-CUSTOM->; */
    box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #2c3e50, inset 1px 0 0 3px #2c3e50;
}


/* Main Menu Color */

.header #main-menu {
    /*background-color: #292929;*/
}


/* Background Color/Texture/Image */

body {
    background: #efefef;
}


/* gourmet */

.strict-block .block-title.gourmet .panel-title-right {
    background-color: #C80000;
}

.strict-block .block-title.gourmet {
    border: 1px #C80000 solid;
    color: #C80000;
}

.strict-block .block-title.gourmet a {}



/* Cultura / Espacios de shows y espectaculos */
div.publicaciones.espacios-de-shows-y-espectaculos a.item-comment {
    background-color: #ad0201;
}

div.publicaciones.espacios-de-shows-y-espectaculos h4 a:nth-child(2) {
    color: #ad0201;
}


/* Gourmet */


.novedades.gourmet .block-title,
.novedades.gourmet .item-block a.item-comment {
    background-color: #C80000;
}