body {
    border-top: 2px solid #4765a0;
}
/* Add here all your css styles (customizations) */
.wrapper {
    /*background: url("/assets/img/background/white2.png") repeat scroll 0 0 #dddddd;*/
}

.footer {
    background: #000;
    /*background: url("/assets/img/background/black1.png") repeat scroll 0 0 #333;*/
}

.copyright {
    background: url("/assets/img/background/black2.png") repeat scroll 0 0 #333;
}

.domainimglink {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

    .domainimglink:hover {
        box-shadow: 0 0 1px 1px #aaa;
    }

.user-image {
    margin-top: -100px;
    z-index: 5;
    position: relative;
}

.ltrText {
    direction: ltr;
}

.logo {
    border: 1px solid #eee !important;
}

.center {
    margin: 0 auto;
    text-align: center;
}

#map {
    height: 350px;
}

.mainDarkBar {
    background: none repeat scroll 0 0 #ffffff;
    width: 25%;
    height: 100%;
    margin: 0 100px;
    opacity: 0.75;
    position: absolute;
    z-index: 51;
    display: block;
    padding: 10px;
}

    .mainDarkBar a {
        color: #333 !important;
        border-bottom: 1px dotted #999999;
        font-size: 0.9em;
    }

        .mainDarkBar a:hover {
            color: #000 !important;
            text-decoration: none;
        }

.bs-overlay {
    background: url("/assets/img/bg_mask.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 50;
    width: 100%;
    display: block;
    height: 100%;
}

.borderbottomdot {
    border-bottom: thin dotted #aaa;
}

.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.blog-post-tags {
    background: #eeeeee;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    font-size: 0.8em;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
}

    .blog-post-tags ul {
        margin-bottom: 3px;
    }

#logo-header {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    width: 45px;
}

#logo-footer {
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 7px;
    width: 25px;
}

.badgeover {
    vertical-align: middle;
}

.listheader {
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #aaa;
    background-color: #eee;
    list-style: none outside none;
}

.categories {
    list-style: initial;
}

.breadcrumbs {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*************/
.PagerContainerTable {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

    .PagerContainerTable td {
        display: inline;
    }

        .PagerContainerTable td > a {            
            border: 1px solid #DDDDDD;
            color: #428BCA;
            line-height: 1.42857;
            margin-left: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
        }

        .PagerContainerTable td span.active {
            background-color: #FFFFFF;
            border: 1px solid #DDDDDD;
            color: #428BCA;
            line-height: 1.42857;
            margin-left: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
            background-color: #428BCA;
            border-color: #428BCA;
            color: #FFFFFF;
            cursor: default;
            z-index: 2;
        }

        .PagerContainerTable td a:hover, .PagerContainerTable td a:focus {
            background-color: #428BCA;
            border-color: #428BCA;
            color: #FFFFFF !important;
        }

#pagerSelector {
    display: none;
    color: #000;
}

.PagerInfoCell {
    cursor: default;
}

#pagerSelectbox {
    line-height: 1.42857;
    border: 0;
}


/*****************/
.comment-list > li, ul {
    list-style: none;
}

.comment-list li figure img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    display: block;
    height: 52px;
    padding: 3px;
    width: 52px;
}

.comment-list li article {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

    .comment-list li article:before, .comment-list li article:after {
        content: "";
        display: table;
    }

    .comment-list li article:after {
        clear: both;
    }

    .comment-list li article h4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 5px;
    }

        .comment-list li article h4 a {
            color: inherit;
            display: inline-block;
            height: 18px;
            text-decoration: none;
        }

            .comment-list li article h4 a:hover {
                color: #FFFFFF;
            }

    .comment-list li article p {
        font-size: 14px;
    }

    .comment-list li article .meta {
        margin-top: 5px;
    }

        .comment-list li article .meta:before, .comment-list li article .meta:after {
            content: "";
            display: table;
        }

        .comment-list li article .meta:after {
            clear: both;
        }

        .comment-list li article .meta span {
            color: #888;
            font-size: 13px;
            font-weight: normal;
            line-height: 20px;
        }

        .comment-list li article .meta .btn {
            color: #808080;
            font-size: 11px;
            opacity: 0.7;
            margin-top: -3px;
            padding: 2px 6px;
        }

            .comment-list li article .meta .btn i {
                margin-right: -1px;
                margin-top: 0px;
            }

            .comment-list li article .meta .btn em {
                background: none repeat scroll 0 0 #555;
                border-radius: 2px;
                color: #FFFFFF;
                display: inline-block;
                font-size: 10px;
                margin-right: 2px;
                padding: 1px 3px;
                text-shadow: 0 1px 0 #DE2412;
            }

                .comment-list li article .meta .btn em.gray {
                    background: none repeat scroll 0 0 #808080;
                    text-shadow: 0 1px 0 #000000;
                }

                .comment-list li article .meta .btn em.green {
                    background: none repeat scroll 0 0 #46A546;
                    text-shadow: 0 1px 0 #378137;
                }

                .comment-list li article .meta .btn em.blue {
                    background: none repeat scroll 0 0 #049CDB;
                    text-shadow: 0 1px 0 #0378A9;
                }

.comment-list li:hover .meta .btn {
    color: #404040;
    opacity: 1;
}

.comment-list.comment-children {
    margin: 0 75px 0 0;
}

    .comment-list.comment-children:before, .comment-list.comment-children:after {
        content: "";
        display: table;
    }

    .comment-list.comment-children:after {
        clear: both;
    }

    .comment-list.comment-children li:first-child {
        border-top: 1px dotted #E6E6E6;
        margin-top: 20px;
        padding-top: 20px;
    }

    .comment-list.comment-children li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .comment-list.comment-children li article {
        width: 505px;
    }
/************************/
.necessary {
    border-left: 1px solid tomato;
    border-right: 1px solid tomato;
}

.necessaryH {
    border-left: 1px solid tomato;
    border-right: 1px solid tomato;
}

    .necessaryH:focus {
        border-left: 1px solid red;
        border-right: 1px solid red;
    }

.gridsearch {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.breadcrumbblog {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -10px;
}

.logoblog {
    border: 1px solid #bbb !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px;
}

.boxed-layout {
    box-shadow: 0 0 7px #777;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
}

.bodyAdmin {
    background-color: #333;
    background-image: url(/assets/img/bg/4.jpg);
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.countdown {
    direction: ltr !important;
    display: inline-block !important;
    font-size: 0.9em !important;
    font-family: tahoma;
    
    background:#000;
    color:#fff;
    width:100%;        
}


.countdowndesc {
    direction: ltr !important;
    display: inline-block !important;
    font-size: 0.5em !important;
}

.reg-page {
    border: solid 1px #999 !important;
}


.well {
    background-color: #ddd;
}

.line-icon-page .item-box {
    height: 80px !important;
    padding: 10px 10px !important;
}

    .line-icon-page .item-box.active {
        background: #eeeeee;
        -webkit-box-shadow: inset 0px 0px 13px 0px #888;
        -moz-box-shadow: inset 0px 0px 13px 0px #888;
        box-shadow: inset 0px 0px 13px 0px #888;
    }

.sponsor_Gold {
    border-top: solid #FFCC33 5px !important;
}

.sponsor_Silver {
    border-top: solid #A8A8A8 5px !important;
}

.sponsor_Bronze {
    border-top: solid #EBAD99 5px !important;
}

.sponsor_Immaterial {
    border-top: solid #9999FF 5px !important;
}

span.label {
    font-size: 13px !important;
}

.fullimage {
    zoom: 2;
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.lenguages {
    font-family: Tahoma;
}

.ls-nav-sideleft {
    display: none !important;
}

.ls-nav-sideright {
    display: none !important;
}

.loginbar > li {
    color: #dddddd;
    font-size: 11px;
}

.header .navbar-brand {
    z-index: 1;
    width: 100%;
    float: none;
}

    .header .navbar-brand h1 {
        margin-bottom: -10px;
    }


.divmenu .navbar-default {
    border: none;
    position: relative;
    background-color: #212121;
}

.divmenu {
    z-index: 999;
    width: 100%;
}

.navbar-nav {
    /*background: #222;*/
}

.header {
    top: 0;
    height: 220px !important;
    border: none;
    position: relative;
    background-color: #333;
    /*background-size:100% !important;*/
    /*background-attachment:fixed;*/
}

.header_domain {
    height: 170px !important;
    background: #333;
}

    .header_domain .navbar-brand h1 {
        margin-top: -20px;
    }

.navbar-brand h1 {
    padding: 0 80px !important;
}

.headermain .navbar-brand h1 {
    margin-top: 40px;
    font-size: 38px !important;
}

.reg-header {
    padding-top: 20px;
    background: #efefef;
    border-bottom: solid #ccc 2px;
}

.easy-block-v1 {
    margin: 10px;
    padding: 5px;
}

.breadcrumbs-v3 {
    background-color: #212121 !important;
    color: #dddddd !important;
}

.navbar-brand {
    padding: 0 20px;
}

.divmenu .dropdown-menu {
    border-top-color: #fff !important;
}

.divmenu .navbar-default .navbar-nav > li > a:hover {
    border-bottom-color: #fff !important;
}