﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

h1 {
    font: bold 17px 'trajan';
    color: #00853E;
    float: left;
    width: 97%;
}

p {
    float: left;
    width: 100%;
    font: normal 11px arial;
    line-height: 1;
}

h2 {
    float: left;
    font: bold 13px Arial;
    color: #000;
    float: left;
    width: 97%;
    margin: 10px 0 15px 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

* {
    margin: 0;
    padding: 0;
    outline: none;
}

label {
    font: bold 13px Arial;
    color: #999;
    text-align: left;
}

/*ul, ol{float:left; width:100%; list-style:none;}*/

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainContainer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

@font-face {
    font-family: "trajan";
    src: url("trajan_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("trajan_pro_regular-webfont.woff") format("woff"), url("trajan_pro_regular-webfont.ttf") format("truetype"), url("trajan_pro_regular-webfont.svg#trajanProRegular") format("svg");
}

#dhtmltooltip {
    position: absolute;
    width: 100px;
    height: auto;
    padding: 5px 8px;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    background: #D31145;
    box-shadow: 0px 2px 2px #000;
    text-shadow: 0px 1px 1px #000;
    text-align: center;
    font: normal 16px Times;
    font-style: italic;
}

button, input[type=submit], input[type=button], input[type=reset] {
    background: #00853E;
    font: normal 16px Times;
    color: #fff;
    padding: 3px 10px;
    box-shadow: 0px 2px 2px #000;
    border: none;
    cursor: pointer;
    font-style: italic;
    text-shadow: 0px 1px 1px #000;
}

    button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
        background: #006C33;
    }

input[type=text], input[type=password], input[type=textarea], select, textarea {
    border: solid 1px #D2CCCC;
    color: #333;
    font: bold 13px arial;
    padding: 3px 5px;
}



/*--------------------------- Header -----------------------------*/

.mainHeader {
    float: left;
    width: 100%;
    height: 147px;
    background: #fff;
    position: relative;
}

.centerHeader {
    margin: 0 auto;
    width: 955px;
    height: 147px;
    position: relative;
}

.logoMainHeader {
    position: relative;
    float: left;
    margin: 30px 20px 0 0;
    width: 350px;
    height: 80px;
}

.sistemName {
    float: left;
    font: bold 22px 'trajan';
    text-align: right;
    margin-top: 50px;
    color: #ccc;
    text-shadow: 0px 1px 1px #000;
    width: 570px;
}

.userBoxMainHeader {
    float: left;
    text-align: right;
    width: 100%;
}

    .userBoxMainHeader label {
        float: right;
        width: 80px;
        background: url(images/IcnUserName.png) left no-repeat;
        padding-left: 18px;
        font: bold 16px Times;
        color: #bfbfbf;
    }

    .userBoxMainHeader p {
        float: right;
        font: italic 15px Times;
        color: #000;
        margin-left: 5px;
        width: auto;
    }


        .userBoxMainHeader p a {
            float: right;
            margin: 2px 0 0 5px;
        }


.searchBoxMainHeader {
    top: 10px;
    right: 0;
    position: absolute;
    z-index: 3;
    height: 30px;
    width: 250px;
    background: url(images/ImgBg_InputTextSearch.png) left top repeat-x #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
}

    .searchBoxMainHeader input[type=text] {
        float: left;
        border: none;
        background: none;
        font: bold 12px Arial;
        height: 20px;
        padding: 5px;
        width: 83%;
        color: #bfbfbf;
    }

    .searchBoxMainHeader input[type=button], .searchBoxMainHeader input[type=submit], .searchBoxMainHeader button {
        float: left;
        background: url(images/ImgBt_SearchHeader.png) center no-repeat;
        border: none;
        height: 22px;
        width: 22px;
        cursor: pointer;
        margin: 5px;
        box-shadow: none;
    }

        .searchBoxMainHeader input[type=button]:hover, .searchBoxMainHeader input[type=submit]:hover, .searchBoxMainHeader button:hover {
            float: left;
            background: url(images/ImgBt_SearchHeader_Hover.png) center no-repeat;
            border: none;
            height: 22px;
            width: 22px;
            cursor: pointer;
            margin: 5px;
        }




/*-------------------------- Navegation --------------------------------*/

.mainMenuNav {
    width: 100%;
    height: auto;
    padding: 3px 0;
    float: left;
    position: relative;
    font: normal 12px 'trajan';
}

.centerMenuNav {
    margin: 0 auto;
    width: 955px;
    text-align: center;
}

    .centerMenuNav a {
        color: #666;
        border: solid 1px #eee;
        float: left;
        margin: 3px 8px;
        padding: 5px 8px;
    }

        .centerMenuNav a:hover, .centerMenuNav a.on {
            text-decoration: none;
            color: #00853E;
            border: solid 1px #00853E;
        }

        .centerMenuNav a.enter {
            float: right;
            font: normal 18px Times;
            color: #000;
            font-style: italic;
            border: none;
            padding: 0 0 0 14px;
            background: url(images/ImgBg_EnterLink.png) left no-repeat;
            margin: 4px 0 0 0;
        }

            .centerMenuNav a.enter:hover {
                border: none;
                color: #CF0032;
                padding: 0 0 0 14px;
                background: url(images/ImgBg_EnterLink_Hover.png) left no-repeat;
            }

/*------------------------ WorkSpace -----------------------------*/

.mainWorkSpace {
    position: absolute;
    z-index: 2;
    top: 147px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/ImgBg_MainHome.png) left top repeat-x;
}

.centerWorkSpace {
    margin: 0 auto;
    width: 955px;
    position: relative;
    margin-top: 190px;
    z-index: 2;
}

/*............................ Home ..............................*/

.mainHome {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}


.bannerHome {
    float: left;
    width: 100%;
    height: 190px;
    background: url(images/ImgBg_BannerHome.png) center no-repeat;
}

.textInBannerHome {
    float: left;
    width: 95%;
    padding: 2.5%;
    background: url(images/ImgBg_TextInBannerHome.png) repeat;
    margin: 50px 0 0 0;
}

    .textInBannerHome label {
        float: left;
        font: normal 30px Times;
        width: 18%;
        color: #fff;
        text-shadow: 0px 1px 1px #000;
        font-style: italic;
    }

    .textInBannerHome p {
        float: left;
        font: normal 23px arial;
        color: #000;
        width: 75%;
    }

        .textInBannerHome p i {
            font: bold 25px Times;
            font-style: italic;
        }

.mainCalledHome {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.boxCalledHome {
    float: left;
    width: 30%;
    margin: 1.63%;
    min-height: 100px;
    text-align: center;
}

.vinCalledHome {
    float: left;
    text-align: center;
    width: 100%;
    filter: alpha(opacity='80');
    opacity: 0.8;
    -moz-opacity: 0.8;
    cursor: pointer;
}

    .vinCalledHome:hover {
        filter: alpha(opacity='100');
        opacity: 10;
        -moz-opacity: 10;
    }

.boxCalledHome h1 {
    float: left;
    width: 100%;
    font: bold 20px 'Trajan';
    color: #000;
    text-align: center;
    margin: 10px;
}

.boxCalledHome p {
    float: left;
    width: 100%;
    font: bold 15px arial;
    color: #666;
    font-style: italic;
    text-align: center;
    margin: 10px 0;
    display: none;
}

.boxCalledHome .amount {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

    .boxCalledHome .amount span {
        margin: 0 auto; /*border:solid 2px #00853E;*/
        font: bold 30px arial;
        padding: 4px 8px;
        color: #00853E;
    }


/*.......................... Common Text...........................................*/

.contenTextCommon {
    float: left;
    width: 100%;
    margin: 20px 0;
}

/*..................................... Results of Search ....................................*/

.mainSearchResults { /*float:left; width:95%; margin:15px 2.5% 40px 2.5%; */
    position: relative;
    z-index: 3;
    top: 35px;
    left: -6%;
    right: 0.5%;
    bottom: 0.5%;
    font: normal 13px Arial;
    margin-top: 800px;
    width:1250px;
}

    .mainSearchResults h1 {
        font: normal 25px 'trajan';
        border-bottom: solid 2px #fff;
        margin: 0 0 10px 0;
    }

    .mainSearchResults .breadcrum, .breadcrum {
        position: absolute;
        top: 45px;
        margin-left: 5px;
        color: #bfbfbf;
        margin: 0 0 10px 0;
        font: normal 13px Arial;
    }

        .mainSearchResults .breadcrum label, .mainSearchResults .breadcrum p, .breadcrum label, .breadcrum p {
            float: left;
        }

        .breadcrum p, .mainSearchResults .breadcrum p {
            width: auto;
        }

        .mainSearchResults .breadcrum label, .breadcrum label {
            margin-right: 5px;
            font: bold 12px arial;
        }

        .mainSearchResults .breadcrum p, .breadcrum p {
            color: #666;
            font: normal 13px Arial;
        }

            .mainSearchResults .breadcrum p a, .breadcrum p a {
                color: #666;
                margin: 0 5px;
            }

                .mainSearchResults .breadcrum p a:hover {
                    color: #000;
                }

                .mainSearchResults .breadcrum p a.on, .breadcrum p a.on {
                    font-weight: bold;
                }

    .mainSearchResults .totalResults {
        right: 0px;
        top: 38px;
        position: absolute;
        margin-right: 5px;
        margin: 0 0 10px 0;
        text-align: right;
    }

        .mainSearchResults .totalResults b {
            width: auto;
            float: none;
            padding: 3px 5px;
            font: bold 14px arial;
            color: #C00;
        }

.boxTitle {
    width: 100%;
    height: 65px;
}

    .boxTitle .text {
        position: absolute;
        top: 0px;
        width: 100%;
    }

.boxAccordion {
    width: 250px;
    position: absolute;
    top: 70px;
    left: 0px;
    border: solid 1px #fff;
    padding: 10px;
    bottom: 0px;
}

.boxTree {
    float: left;
    width: 100%;
    margin: 10px 0;
    min-height: 30px;
}

.blockFilter {
    margin-top: 5px;
}

.labelFilter {
    font: bold 12px 'trajan';
    border: none;
    color: #747478;
}


.checkFilter {
    font: bold 12px 'trajan';
    border: none;
    color: #C11239;
    margin-right: 10px;
}

.inputFilter {
    width: 218px;
}

.selectFilter {
    width: 230px;
}

.treeFilter {
    font-size: 11px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}


ul.FilterAccordion {
    float: left;
    width: 100px;
}

    ul.FilterAccordion li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }

    ul.FilterAccordion label {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
    }

    ul.FilterAccordion li input[type=text], ul.FilterAccordion li textarea {
        float: left;
        width: 95%;
    }

.boxSamples {
    bottom: 0;
    z-index: 3;
    border: solid 1px #fff;
    padding: 10px;
    position: absolute;
    top: 70px;
    left: 260px;
    margin-right: 0px;
    right: 0px;
}


/*Estilo para los componentitos de capas , mapas y mas*/
.thumbSamples {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0px;
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;
}

.thumbMap {
    float: left;
    width: 300px;
    margin: 5px 0;
    height: 210px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 6px #6A6B6A;
    border: solid 1px #fff;
    margin-left: 4px;
    margin-right: 4px;
}


.thumMapImage {
    position: absolute;
    top: 0;
    margin-top: 10px;
    margin-left: 10px;
    width: 280px;
    height: 170px;
}

    .thumMapImage a img {
        filter: alpha(opacity='80');
        opacity: 0.8;
        -moz-opacity: 0.8;
    }

        .thumMapImage a img:hover {
            filter: alpha(opacity='100');
            opacity: 1;
            -moz-opacity: 1;
        }

.thumMapTitle {
    position: absolute;
    bottom: 0px;
    height: 32px;
    margin-bottom: -1px;
    margin-left: -1px;
    width: 302px;
    background: #EAEAEA;
    border-radius: 0px 0px 5px 5px;
}

    .thumMapTitle p {
        font: bold 12px 'trajan';
        border: none;
        color: #9C1414;
        text-align: center;
        width: 280px;
        margin-left: 10px;
        margin-top: 2px;
    }



.totalLayers {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    height: 20px;
    width: auto;
    font: bold 12px arial;
    text-align: right;
    padding: 3px 5px;
    background: #fff;
}

.pin {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 30px;
    width: 32px;
    text-align: center;
    background: #fff;
    vertical-align: central;
}

.thumbMap .pin img {
    float: none;
    width: 72px;
    height: auto;
}

.thumbMap img {
    float: left;
    width: 100%;
    height: 100%;
}


.technicalData {
    float: left;
    width: 260px;
    margin: 5px 5px;
    height: 190px;
    background: #fff;
    border: solid 1px #fff;
    box-shadow: 0px 2px 2px #000;
}

ul.technicalData_Data {
    float: left;
    width: 270px;
    margin: 5px;
}

    ul.technicalData_Data li {
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }

.technicalData label {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 10px;
    line-height: 1.4;
    font-size: 12px;
}

.technicalData h1 {
    font: bold 13px 'trajan';
    border: none;
    color: #c00;
}

.technicalData p {
    float: left;
    width: 55%;
    font-weight: bold;
    line-height: 1.4;
    font-style: italic;
    font-size: 12px;
}


.boxPagination {
    position: absolute;
    z-index: 4;
    /* bottom: 0; */
    right: 0;
    margin-right: 28%;
    min-width: 300px;
    top: 15px;
}

    .boxPagination a {
        background: #cd0a0a;
        padding: 5px 10px;
        float: left;
        margin: 0 0px;
        box-shadow: 0px 2px 2px #948F8F;
        color: #F3F3F3;
    }

        .boxPagination a.off, .boxPagination a.off:hover {
            background: #C50000;
            cursor: default;
        }

        .boxPagination a:hover {
            background: #C50000;
        }

.numberPage {
    float: left;
    font: normal 14px Times;
    font-style: italic;
    margin: 5px;
}


/*.............................. Mod Geo......................................*/

.mainModGeo {
    z-index: 4;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .mainModGeo .infoMap {
        background: #eee;
        float: left;
        width: 100%;
        height: 30px;
    }

        .mainModGeo .infoMap h1 {
            float: left;
            width: 60%;
            margin-left: 30px;
        }

        .mainModGeo .infoMap .breadcrum {
            width: 35%;
            margin-right: 30px;
        }

    .mainModGeo .toolBar {
        float: left;
        background: url(images/ImgBgToolBar.png) left bottom repeat-x transparent;
        height: 30px;
        width: 100%;
        padding: 10px 0;
    }

    .mainModGeo .boxFilters {
        float: left;
        width: 48%;
        text-align: left;
        margin-left: 20px;
    }

        .mainModGeo .boxFilters select, .mainModGeo .boxFilters input {
            float: left;
            margin: 0 5px;
        }

        .mainModGeo .boxFilters select {
            width: 200px;
        }

    .mainModGeo .boxTools {
        float: left;
        width: 48%;
        text-align: right;
        margin-right: 20px;
    }

        .mainModGeo .boxTools a img {
            float: left;
            margin: 0 5px;
            filter: alpha(opacity='80');
            opacity: 0.8;
            -moz-opacity: 0.8;
        }

            .mainModGeo .boxTools a img:hover, .mainModGeo .boxTools a.on img {
                filter: alpha(opacity='100');
                opacity: 1;
                -moz-opacity: 1;
            }

    .mainModGeo .emergentDiv {
        position: absolute;
        z-index: 5;
        top: 90px;
        left: 25%;
        right: 25%;
        background: url(images/ImgBg_EmergentDiv.png) left bottom repeat-x;
        box-shadow: 0px 2px 2px #000;
    }

        .mainModGeo .emergentDiv .mainEmergentDiv {
            float: left;
            width: 98%;
            margin: 1%;
            background: #fff;
            position: relative;
        }

            .mainModGeo .emergentDiv .mainEmergentDiv h1, .mainModGeo .emergentDiv .mainEmergentDiv p {
                margin: 10px;
            }

            .mainModGeo .emergentDiv .mainEmergentDiv .shut {
                position: absolute;
                z-index: 6;
                top: 5px;
                right: 0px;
                height: 20px;
                width: 30px;
            }


/*............................ Administration ..........................*/


.contenAdminsitracion {
    float: left;
    width: 100%;
    height: auto;
}

.mainAdministracion {
    margin: 0 auto;
    max-width: 920px;
    min-height: 500px;
    padding: 20px;
}

.menuAdmin {
    float: left;
    max-width: 172px;
    min-height: 100px;
    margin-top: 10px;
}


    .menuAdmin ul {
        float: left;
        border-bottom: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        width: 100%;
        box-shadow: 0px 2px 2px #666;
        background: #FFF;
    }

        .menuAdmin ul li {
            padding: 10px 0;
            width: 100%;
            float: left;
            border-top: solid 1px #ccc;
            font: bold 13px 'trajan';
            color: #666;
        }

            .menuAdmin ul li a {
                float: left;
                text-decoration: none;
                margin: 0 10px;
                color: #666;
                width: 90%;
            }

                .menuAdmin ul li a:hover, .menuAdmin ul li a.on {
                    color: #c00;
                    text-decoration: none;
                    cursor: pointer;
                    background: url(images/imgArrowMenuAdminOn.png) right no-repeat;
                }

            .menuAdmin ul li.on, .menuAdmin ul li:hover {
                background: url(images/ImgBgMenuAdminOn.png) left bottom repeat-x #fff;
                color: #090;
            }

.boxAdmin {
    float: right;
    width: 730px;
    height: 100px;
    margin-top: 10px;
}

ul.cuatroColumnas {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

    ul.cuatroColumnas li {
        float: left;
        width: 20%;
        margin: 1%;
    }

        ul.cuatroColumnas li label {
            float: left;
            width: 100%;
            font: normal 13px arial;
            color: #000;
        }

        ul.cuatroColumnas li input[type=text], ul.cuatroColumnas li select {
            float: left;
            width: 90%;
        }

        ul.cuatroColumnas li input[type=button], ul.cuatroColumnas li input[type=submit], ul.cuatroColumnas li input[type=reset], ul.cuatroColumnas li button {
            float: right;
        }


/*----------------------- Footer --------------------------------*/
.mainFooter {
    position: fixed;
    z-index: 3;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding-bottom: 3px;
}


.centerFooter {
    text-align: center;
    color: #3d3d3d;
    padding: 2px 0;
    border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
    margin: 0 auto;
    width: 955px;
    height: 22px;
}


    .centerFooter p {
        float: left;
        width: 100%;
        font: normal 12px 'Trajan';
        border-top: solid 1px #bcbcbc;
        border-bottom: solid 1px #bcbcbc;
        padding: 2px 0;
    }



/*----------------------------- Media -------------------------------------*/

@media screen and (min-width:1920px) {



    .boxSamples {
        width: 84%;
    }
}




@media screen and (max-width:1024px) {
    .technicalData {
        width: 300px;
    }

    .boxSamples {
        width: 71%;
    }
}

/*
@media screen and (max-width:980px){



.boxAccordion{width:25%;}

.boxSamples{width:70%;}
}*/




.loading-module-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 200;
}


/*............................... Toolbar ..............................*/

.mainToolbar {
    top: 280px;
    left: 0;
    z-index: 6;
    position: absolute;
}

.mainToolbarh {
    top: 310px;
    left: 0;
    z-index: 6;
    position: absolute;
}

.tabToolbar {
    width: 42px;
    height: auto;
    position: relative;
    float: left;
}

    .tabToolbar a {
        float: left;
        border-radius: 0px 6px 6px 0px;
        background: #ededed;
        box-shadow: 2px 1px 2px 0px #000;
        padding: 5px;
        margin: 0 0 5px 0;
        font: normal 16px 'trajan';
        color: #999;
        min-width: 100px;
    }

        .tabToolbar a:hover, .tabToolbar a.on {
            background: #fff;
            color: #c00;
            text-decoration: none;
        }

.boxToolbar {
    position: relative;
    float: left;
    font-size: 12px;
    position: relative;
    box-shadow: 2px 1px 2px 0px #000;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 30px;
    width: 220px;
    display: none;
}


    .boxToolbar a img {
        height: 30px;
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 1px;
    }

        .boxToolbar a img:hover, .boxToolbar a.on {
            filter: alpha(opacity='100');
            opacity: 1;
            -moz-opacity: 1;
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: left;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #8C0920;
            text-decoration: none;
            background-color: #fff;
            border: #ddd solid 1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #B30909;
        border-color: #860E0E;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.ideayuda {
    position: absolute;
    width: 330px;
    margin-left: 400px;
    margin-top: -330px;
}

#splitter {
    border: 1px solid #fff;
    margin-left: 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ImgGeneral {
    width: 375px;
    margin-left: 220px;
}

.parrafoAcercaDe {
    font: normal 14px Arial;
    margin: 10px 0px 0px 0px;
    text-align: justify;
}

.tituloAcercade {
    float: left;
    font: bold 15px Arial;
    color: #000;
    float: left;
    width: 97%;
    margin: 10px 0px 0px 0px;
}

h3 {
    font: bold 13px Arial;
    color: #000;
    margin: 10px 0px 0px 0px;
}

.notify {
    opacity: 1;
    transition: all 1.0s;
}

    .notify.fadeout {
        opacity: 0;
    }

    .notify img {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin: 0px 5px 3px 5px;
    }

.notify-error {
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid #F00;
    border-radius: 2px;
    padding: 5px;
}

.notify-warning {
    background-color: rgba(255, 255, 0, 0.2);
    border: 1px solid #FF0;
    border-radius: 2px;
    padding: 5px;
}

.notify-success {
    background-color: rgba(0, 255, 0, 0.2);
    border: 1px solid #0F0;
    border-radius: 2px;
    padding: 5px;
}

.notify-info {
    background-color: #bfbfbf;
    border: 1px solid #cd0a0a;
    border-radius: 2px;
    padding: 5px;
}

.notify-loading {
    background-color: #CCC;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 5px;
}

.parrafoAyuda {
    float: none;
    width: 100%;
    font: normal 14px arial;
    line-height: 1;
    margin: 15px 0px 10px 10px;
}

.parrafoAyudaLista {
    float: none;
    width: 100%;
    font: normal 14px arial;
    line-height: 1;
    margin: 15px 0px 10px 10px;
}

.tituloAyuda {
    float: none;
    font: bold 15px Arial;
    color: #000000;
    width: 97%;
    margin: 3px 0px 0px 0px;
}

.tituloAyudaLista {
    float: none;
    font: bold 15px Arial;
    color: #000000;
    width: 97%;
    margin: 3px 0px 10px 0px;
}

ul.listaAyuda {
    list-style-type: square;
    padding-left: 35px;
    font: normal 14px arial;
    padding-bottom: 15px;
}

.imagenAyuda {
    margin-left: 10px;
    border: 1px solid #ccc;
    float: none;
    width: 450px;
    height: 250px;
    margin-left: 200px;
}
