﻿#home_slider
{
    height: 768px;
    width: 100%;
    margin: 0 auto;
}

/*===============main grid=================*/
.main_grid
{
    position: absolute;
    z-index: 2;
    top: 70px;
}

.grid_item
{
    width: 202px;
    height: 184px;
    float: left;
}

.main_grid .two_items
{
    width: 404px;
}

.main_grid .logo
{
    padding: 31px 28px;
}

.main_grid .section
{
    color: #fff;
    width: 202px;
    height: 184px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*=========login grid==============*/
.login_grid_wrapper
{
    padding: 30px 12px;
}

.login_grid_wrapper div
{
    position: relative;
}
.login_grid_wrapper .ico_input
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 14px;
    left: 9px;
    padding-right: 7px;
    border-right: 1px solid #D8D8D8;
}

#Usuarioicon
{
    background-image: url(../images/icons/user.png);
}

#Passwordicon
{
    background-image: url(../images/icons/password.png);
}

.login_grid_wrapper .input
{
    font-family: 'Roboto' , sans-serif;
    font-weight: 300;
    width: 68%;
    border: none;
    background-color: #F5F5F5;
    height: 22px;
    padding: 5px 0px 5px 56px;
    font-style: normal;
    font-size: 14px;
    margin-top: 8px;
}



/*=========login grid==============*/

.frase_grid_wrapper
{
    /*width: 404px;     height: 184px;     display: table-cell;     vertical-align: middle;*/
    position: relative;
}

.frase_grid_wrapper h3
{
    width: 311px;
    margin: 0 auto;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    text-align: left;
    font-family: 'Roboto' , sans-serif;
    background-color: transparent !important;
    top: 40px !important;
    left: 62px !important;
}

/*=============imagen bw=================*/
.bwWrapper img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Transition for Webkit browsers */
}

.imagebw:hover
{
    cursor: pointer;
}

/*.imagebw:hover .section
{
    text-decoration:underline;
}*/
.imagebw:hover .bwWrapper img
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
/*=============termina imagen bw=================*/
.counter
{
    float:left;
    width:200px;
    
    margin-top: 27px;
}
    
    .counter p
    {
        float:left;
        color: #fff;
        
        font-size: 17px;
        text-shadow: 2px 1px 0px rgba(65, 63, 63, 1);
}
.arrow_down
{
    width: 77px;
    height: 43px;
    margin: 55px auto 0;
}
/*===============ends main grid=================*/


/*=====================news===================*/
.block
{
    margin: 40px 0;
    /*border: 1px solid red;*/ 
}
.threecol_wrapper
{
    margin: 20px 0;
}
.threecol
{
    width: 325px;
    margin-right: 24px;
    float: left;
}

.btns_share
{
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 28px;
}

.btns_share a
{
    float: left;
    margin-right: 5px;
}

.new_image
{
    width: 325px;
    height: 231px;
    position: relative;
}

.new_content, .event_content
{
    border: 2px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
    padding: 10px 15px 20px;
    height: 220px;
}

.new_content .new_title, .event_title
{
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #373a3c;
}
.new_content .new_title:hover,  .event_title:hover
{
    text-decoration:underline;
}
.new_content h3, .event_content h3
{
    color: #7E7E7E;
    margin-top: 5px;
}

.new_content p
{
    height: 130px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}


.new_image
{
    width: 325px;
    height: 231px;
    position: relative;
}

.event_image
{
    width: 325px;
    height: 120px;
    position: relative;
}
.event_image>img
{
    width: 325px;
    height: 120px;
}

.date
{
    float: left;
    width: 34px;
    border-right: 1px solid #cccaca;
    height: 50px;
    font-weight: normal;
    line-height: 24px;
    padding-top: 8px;
    padding-right: 10px;
    position: relative;
    text-align: center;
}

.event_title
{
    width: 210px;
    padding: 5px 15px;
    float: left;
}


.event_content p
{
    font-size: 14px;
    font-weight: normal;
}

.threecol .plequilla
{
    width: 100%;
    height: 11px;
}

.lbl-orange-xl {
    font-weight: bold !important;
    font-size: xx-large !important;
    color: #d6552a !important;
}

.lbl-gray-xl {
    font-weight: bold !important;
    font-size: xx-large !important;
    color: #868585 !important;
}

.margin-b-t {
    margin-top: 25px;
    margin-bottom: 25px;
}


.btn_plan_box {
    width: 60%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    height: auto;
    padding: 10px 34px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 19px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d6552a;
    border: 2px solid #d6552a;
    margin-top: -5px;
    border-radius: 20px;
}

    .btn_plan_box:hover {
        background-color: transparent;
        background-image: url('../images/general/blank.png');
        color: #d6552a;
    }

.box-shadow {
    box-shadow: 0px 0px 9px #999999ba;
}

.lbl-blue-xl {
    font-weight: bold !important;
    font-size: x-large !important;
    color: #003087 !important;
}

/*===============termina news=================*/

.logo {
    height: 48px
}