@charset "utf-8";
/* Definiciones Generales */

html {
    font: normal 12px Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #777777;
}

a {
    text-decoration: none;
    color: #0054a6;
}
a:hover {
    color: #009a49;
}

.verdecito {
    color: #009a49;
}

.azulito {
    color: #0060a9;
}

strong {
    font-weight: bold;
    color: #0060a9;
}

/*FrontPage*/
.titulo_post {
    margin: 0 0 5px 0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
}

.titulo_post_azul {
    margin: 0 0 5px 0;
    color: #0054a6;
    font-size: 16px;
    font-weight: bold;
}

.titulo_pagina {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 25px;
    font-weight: bold;
}

.titulo_seccion {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.titulo_seccion_azul {
    margin: 0 0 20px 0;
    color: #0054a6;
    font-size: 18px;
    font-weight: bold;
}

.titulo_subseccion {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.thumb_100 {
    height: 100px;
    width: 100px;
}
.thumb_150 {
    height: 150px;
    width: 150px;
}

.thumb_width100 {
    width: 100px;
}
.input-text {
    border: 2px #ccc solid;
    width:  400px;
}
