/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
@import url(../warp/css/base.css);
/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/
body {
    font: normal 13px/20px Arial, Helvetica, sans-serif
    }
h1, h2, h3, h4, h5 {
    margin: 20px 0 10px 0;
    text-transform: uppercase
    }
h1 {
    font-size: 28px;
    line-height: 28px
    }
h2 {
    font-size: 24px;
    line-height: 24px
    }
h3 {
    font-size: 18px;
    line-height: 18px
    }
h4 {
    font-size: 16px;
    line-height: 16px
    }
h5 {
    font-size: 14px;
    line-height: 14px
    }
h2, h5 {
    color: #444
    }
small {
    color: #aaa
    }
hr {
    border-top-color: #e2e2e2
    }
pre {
    border: 1px solid #e2e2e2;
    background: #fafafa
    }
/* Useful Snippets
----------------------------------------------------------------------------------------------------*/
a:not([class]):active, a:not([class]):focus {
    position: relative;
    top: 1px
    }
a:not([class]):active > *, a:not([class]):focus > * {
    position: relative;
    top: -1px
    }
/*CSS PROPIA DEL CALENDARIO DE LA HOME*/
table.em-calendar {
    width: 100%;
    height: 100%
    }
table.em-calendar th {
    font-size: 16px
    }
table.em-calendar td {
    font-size: 16px
    }
div.widget_em_calendar {
    min-height: 0
    }
/*NEWSLETTER*/
input.news {
    border: medium none;
    color: #666;
    padding: 3px
    }
input[type="button"] {
    background-color: #EDEDED;
    border: medium none;
    color: #333;
    font-size: 12px;
    padding: 3px
    }