﻿body {
}

.divInformativo {
    background-color: #E6E6E6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.contentColumn {
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 15px;
}

.listaInformacion {
    padding: 0px 70px;
    line-height: 20px;
}

.titleColumn {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 10px;
    text-shadow: 2px 2px #ffffff;
    -webkit-text-shadow: 2px 2px #ffffff;
    color: #E41714;
}

.subtitle {
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 2px 2px #ffffff;
    -webkit-text-shadow: 2px 2px #ffffff;
    color: #E41714;
}

.headerStyle {
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    background-color: #19488C;
}

.columnHeaderStyle {
    text-align: center;
    padding: 10px;
    background-color: #64A0E1;
}

.rowOdd {
    text-align: center;
    padding: 5px;
    background: #E6E6E6;
}

.rowEven {
    text-align: center;
    padding: 5px;
    background: #FFFFFF;
}

.title th, .title td {
    background: #003166;
    color: #ffffff;
    padding: 1px;
}

/**COOKIES***/

#easyNotification {
    padding: 12px 10px 5px 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
    background-image: url(../images/backg_notification.png);
    background-repeat: repeat-x;
    background-position: top;
    border-top: 1px solid #e5e5e5;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px #444444;
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 6px 2px #5a5a5a;
    box-shadow: 0px 0px 6px 2px #5a5a5a;
}

    #easyNotification span {
        float: right;
        cursor: pointer;
        margin-right: 20px;
        margin-top: -5px;
    }

.botonNotification {
    position: relative;
    display: inline-block;
    height: 20px;
    min-width: 130px;
    margin: 2px 10px;
    text-align: center;
    cursor: pointer;
    padding: 5px 5px 1px 5px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #f5dbdb;
    color: #ffffff !important;
    background: linear-gradient(180deg, #E32118 5%, #E32118 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#305C8B', endColorstr='#003166');
}

    .botonNotification:hover {
        color: #ffffff !important;
        background: -webkit-linear-gradient(90deg, #003166 5%, #305C8B 100%);
        background: -moz-linear-gradient(90deg, #003166 5%, #305C8B 100%);
        background: -ms-linear-gradient(90deg, #003166 5%, #305C8B 100%);
        background: linear-gradient(180deg, #003166 5%, #305C8B 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003166', endColorstr='#305C8B');
    }

/**FIN COOKIES**/