﻿html { 
   /* background-color: #fafafa;*/
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #fafafa;*/
    background-color: white;
    border-top: solid 10px #000;
    color: #333;
    font-size: 14px;
    font-family: "Times New Roman", serif;
    margin: 0;
    padding: 0;
}

.txt-fecha {
    color: black;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #006666;
        /*color: #ba2025;*/
    }

    a:hover {
        color: #333300;
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
section {
    display: block;
}

.ImgTittle {
    border: medium;
    /*border: none;*/
    /*background-color: #e9e9e9;*/
}

.content-imagen {
    margin: 0 auto;
    background-color: white;
}

table th {
    font-family: 'Times New Roman';
}

/*
  Loggin  */

.LoginContent {
    min-height: 300px;
    width: 500px;
    background-color: white;
    padding: 10px;
    font-size: 16px !important;
    margin-left: auto;
    margin-right: auto;
}

    .LoginContent > div {
        border: solid 1px #fff;
        height: 300px;
        text-align: center;
        vertical-align: central;
    }

        .LoginContent > div > div {
            /*border: solid 1px #fff;*/
            height: auto;
            padding: 40px;
            text-align: left;
        }

/*Form*/

.alist {
    width: 100%;
    padding: 1px;
    margin-bottom: 32px;
    background-color: white;
    box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

    .alist .bk {
        background: rgb(247,247,247); /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 32%, rgba(219,219,219,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(32%,rgba(247,247,247,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* IE10+ */
        background: radial-gradient(ellipse at center, rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        padding: 12px;
    }

        .alist .bk fieldset {
            clear: both;
            padding: 12px;
            border: 1px solid #d3d3d3;
        }

            .alist .bk fieldset legend {
                text-align: center;
                font-family: trajan_proregular,serif;
                font-weight: bold;
                color: #606060;
                font-size: 18px;
                padding: 0 14px;
            }

            .alist .bk fieldset ul {
                margin: 8px 0;
                padding: 0 6px 0 18px;
            }

                .alist .bk fieldset ul li {
                    list-style: none;
                    font-family: 'Times New Roman', serif;
                    font-size: 14px;
                    color: #606060;
                    font-weight: lighter;
                    line-height: 1;
                    margin-bottom: 8px;
                    padding-bottom: 8px;
                    border-bottom: 1px dotted #dbdbdb;
                }

                    .alist .bk fieldset ul li a {
                        text-decoration: none;
                        color: #606060;
                    }

                        .alist .bk fieldset ul li a:hover {
                            color: #ba2025;
                        }



/*Contenido Inmueble*/

fieldset {
    margin-top: 10px;
    border: solid 1px #b9b9b9;
}

legend {
    font-weight: bold;
    font-family: trajan_proregular;
    border: 0 none;
    font-size: 14px;
    padding-left: 0;
    text-align: left;
}
/*Grid*/
.row {

}


.spanCat {
    width: 400px;
    display: inline-block;
}

    .spanCat::after {
        /*float:right;
    margin-right:30%;*/
        display: inline-block;
    }
/*Ubicacion Mapa*/
.ubicacion {
    max-width: 400px !important;
}

.mapa {
    width: 400px;
    height: 300px;
    float: right;
    /*margin-top:100px;*/
}

.actMapa {
    width: 450px;
    float: right;
    margin-top: 100px;
}

.spanDetalle {
    width: 300px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.spanDetalleDatos {
    width: 400px;
    display: inline-block;
    text-align: left;
}



.span3 {
    max-width: 20px;
    display: inline-block;
}

.span1 {
    width: 200px;
    display: inline-block;
}

    .span1::after {
        display: inline-block;
    }

    .span1 input {
        max-width: 170px;

    }
/*OCEM 25,Febrero,2015*/
.span2 {
    width: auto;
    display: inline-block;
}

    .span2::after {
        display: inline-block;
    }

    .span2 input {
        /*max-width: 170px;*/
    }
/*OCEM*/

/*OCEM 26,Agosto,2014*/
/*OCEM 25,Febrero,2015*/
.span4 {
    display: inline-block;
}

    .span4::after {
        /*display: inline-block;*/
    }

/*OCEM*/

/*Agregar*/
.Form {
    max-width: 500px;
}

    .Form li {
        min-width: 150px;
        display: inline-block;
    }

        .Form li::after {
            display: inline-block;
        }

.DDLightHeader {
    display: inline;
}


.DDValidator {
    color: red;
}
/*Menu*/


@font-face {
    font-family: 'trajan_proregular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('trajanpro-regular-webfont.woff') format('woff'), url('trajanpro-regular-webfont.ttf') format('truetype'), url('trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

li {
    line-height: 1.3em;
    list-style-type: none;
}

.nav2 {
    list-style: none;
    *zoom: 1;
    background: #818181;
    /*width:960px;*/
    margin: 0 auto;
    list-style: none outside none;
    margin: 0 auto;
}



#menu {
    height: 40px;
    background-color: #818181;
    font-family: trajan_proregular, Times, serif;
    font-size: 15px;
}

/*.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:before {
    content: " "; 
    display: table; 
}

.nav2 ul {
    list-style: none;	
 width: 17em;
 
}*/



.nav2 a {
    height: 17px;
    padding: 11px 13px !important;
    color: #FFFFFF !important;
    background-color: #818181;
    font-size: .9em;
}

/*.nav li {
    position: relative;
}

.nav > li {
  float: left;

}

.nav >ul> li > a {
    display: block;
	text-decoration:none;
	font-size:.9em;
    
	
}*/
.nav2 > ul > li a:hover {
    color: white;
    background-color: #666;
}

/*.nav li  ul {
    position: absolute;
    left: 0;
    width:100%;
    display: none;

}*/

/*.nav2>ul> li:hover > ul {
  display: block;
}*/



.menuMainItem {
    border-right: 1px #C0C0C0 solid !important;
    border-left: 1px #C0C0C0 solid;
}





.nav2 li ul li a {
    display: block;
    text-decoration: none;
    font-size: .9em;
    width: 280px;
}






.nav > Ul li {
    width: 200px;
}

.nav li li .parent {
}

.nav ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.nav li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    /*padding: 10px 0.5em;*/
    text-align: center;
    font-size: 14px;
}



.nav a {
    color: #666666;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

    .nav a:active, .nav a:visited {
        color: #666666;
    }

    .nav a:focus, .nav a:hover {
        color: #ba2025;
        /*
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        */
    }





.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}



#shadow-up, #shadow-down {
    width: 960px;
    height: 15px;
    background-color: white;
}

#shadow-up {
    margin-left: auto;
    margin-right: auto;
    /*width: 960px;*/
    width: 1250px;
    /*background: url('../images/shadow_up.png') no-repeat;*/
    background-color: white;
}

#shadow-down {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    margin-top: 2px;
    background: url('../images/shadow_down.png') no-repeat;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #006666;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 16px;
    font-family: "trajan_proregular";
    /*font-weight:lighter;*/
}

h2 {
    font-size: 14px;
    font-family: "trajan_proregular";
    font-weight: lighter;
}

h3 {
    font-size: 13px;
    font-family: "trajan_proregular";
    font-weight: lighter;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/

.Info {
    font-size: 18px;
    text-decoration: none;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1250px;
    /*background-color: white;*/
}




.container {
    border: solid 4px #eeeeee;
    margin: 0 auto;
    max-width: 960px;
    padding: 10px;
}

#body {
    background-color: rgb(250, 250, 250);
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 0px;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 20px;
    background-color: white;
}


/*Tabs*/

.Tabs {
    background: #cacaca;
    height: 34px;
    margin: 0 !important;
    padding: 0 !important;
}

    .Tabs ul {
        height: 34px;
        margin: 0 !important;
        padding: 0 !important;
    }


        .Tabs ul li {
            display: inline-block;
        }

            .Tabs ul li:last-child {
                display: inline-block;
                border-right: 1px solid #fff;
            }

            .Tabs ul li a, Tabs ul li a:visited {
                display: block;
                float: left;
                height: 23px;
                line-height: 25px;
                border-left: 1px solid #fff;
                background: #cacaca;
                color: #1b8f5b;
                font-family: 'trajan_proregular';
                font-size: 12px;
                list-style: none;
                padding: 5px 10px;
            }

                .Tabs ul li a:hover, .Tabs ul li a:active {
                    display: block;
                    float: left;
                    height: 23px;
                    line-height: 25px;
                    border-left: 1px solid #fff;
                    background: #cacaca;
                    color: #000;
                    font-family: 'trajan_proregular';
                    font-size: 12px;
                    list-style: none;
                    padding: 5px 10px;
                }


.Active {
    display: block;
    float: left;
    height: 23px;
    line-height: 25px;
    border-left: 1px solid #fff;
    background: #cacaca;
    color: #000 !important;
    font-family: 'trajan_proregular';
    font-size: 12px;
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #818181;
}

#topcontent {
    max-width: 1250px;
    min-width: 340px;
    min-height: 30px;
    margin: 15px auto 0;
    border-top: 8px solid #eee;
    border-left: 8px solid #eee;
    border-right: 8px solid #eee;
}

#content {
    max-width: 1250px;
    min-width: 340px;
    min-height: 300px;
    margin: 0px auto 20px;
    border-bottom: 8px solid #eee;
    border-left: 8px solid #eee;
    border-right: 8px solid #eee;
    background: #fff;
    padding-right: 30px;
}

/*footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}*/


#footer {
    min-height: 150px;
    background: url(img/line_footer.png) 30px 40px;
    background-repeat: repeat-x;
}

    #footer p {
        text-align: center;
        height: auto;
        padding: 10px 0;
        font-size: 1.1em;
        color: #808080;
        padding-top: 100px;
        min-width: 250px;
        /*background: url(img/logo_footer.jpg) center 0px;*/
        background-repeat: no-repeat;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  /*  background-color: #FAFAFA;*/
}

    .featured .content-wrapper {
        padding: 10px 10px 10px 10px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}
/* Búsqueda*/


.SearchPanel {
    /*background-color:#e9e9e9;*/
    padding: 10px;
    border: solid 5px #e9e9e9;
}

.SearchRow {
    display: table;
    border-bottom: solid 2px #e9e9e9;
    min-height: 35px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .SearchRow input[type='checkbox'] {
        border-bottom: none;
    }


    .SearchRow input[type='text'] {
        background-color: #fbffd2 !important;
    }

    .SearchRow select {
        background-color: #fbffd2 !important;
    }

.GridSearch {
    border: solid 4px #fff;
}

    .GridSearch th {
        border: solid 4px #fff;
        background-color: rgb(129, 129, 129);
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 5px;
        font-weight: lighter;
    }

        .GridSearch th a {
            font-weight: lighter !important;
            color: white !important;
        }

    .GridSearch td {
        border: solid 4px #fff;
        padding: 5px;
    }

/* login page */
#loginForm {
    /*border-right: solid 1px #c8c8c8;*/
    float: left;
    min-width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

/*fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }*/

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


label {
    /*display: block;*/
    font-size: 15px;
    /*font-weight: 600;*/
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 14px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: auto;
}

select {
    margin: 5px 0 6px 0;
    max-width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
        /*background-color:#7ac0da;*/
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}



/*Buttons*/

.ActionAlign {
    text-align: right;
}

.btn-next {
    text-align: center;
    margin: 5px 0px !important;
    padding: 5px !important;
    font-size: 11px !important;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
    border-width: 3px !important;
    border-style: double !important;
    border-color: #72ba99 !important;
    background: #1d7043 !important;
}

    .btn-next:hover {
        margin: 5px 0px !important;
        padding: 5px !important;
        background: #1B8F5B !important;
    }

.btn-upload {
    text-align: center;
    margin: 5px 0px !important;
    padding: 5px !important;
    font-size: 11px !important;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
    border-width: 3px !important;
    border-style: double !important;
    border-color: #acacac !important;
    background: #797979 !important;
}

    .btn-upload:hover {
        margin: 5px 0px !important;
        padding: 5px !important;
        background: #878787 !important;
    }

.btn-modify {
    text-align: center;
    margin: 5px 0px !important;
    padding: 10px !important;
    font-size: 1.1em !important;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #545454;
    border-width: 3px !important;
    border-style: double !important;
    border-color: #ccc !important;
    background: #f0f0f0 !important;
}

    .btn-modify:hover {
        margin: 5px 0px !important;
        padding: 10px !important;
        background: #ddd !important;
    }

/**/

/* info and errors */
.Inmueble {
}

    .Inmueble Input[type='text'] {
        width: 500px !important;
    }

    .Inmueble .row Input[type='text'] {
        min-width: 500px !important;
    }


    .Inmueble select {
        min-width: 300px !important;
        max-width: 600px !important;
    }


    .Inmueble select {
        min-width: 300px !important;
        max-width: 600px !important;
    }

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

div.alert {
    border: 2px solid #FFFF00;
    padding: 2px 30px;
    width: 700px;
    border-radius: 15px;
    align-content: center;
}


div.warning {
    border: 2px solid #FFFF00;
    padding: 2px 30px;
    width: 1020px;
    border-radius: 15px;
    align-content: center;
    background-color: #F7FE2E;
    font-weight: bold;
}
/* tables
----------------------------------------------------------*/

gridAltern {
    background-color: azure !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 16px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



table.example {
}

    table.example th {
        border: solid 4px #fff;
        background-color: rgb(129, 129, 129);
        color: white;
        font-size: 16px;
        text-align: center;
        padding: 5px;
        font-weight: lighter;
    }

    table.example td {
        border: solid 4px #fff;
        padding: 5px;
    }

        table.example td Input[type='text'] {
            width: 100px;
        }

    table.example tr.a td {
        background-color: #CCCCCC;
    }

    table.example tr.isbitacora td {
        background-color: #9acd32;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header.float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */






    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    /*footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }*/
}
/* END: Mobile Styles */

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}



.disabledStyle {
    border: 1px solid gray;
    color: black;
}

.enabledStyle {
    border: 1px solid Blue;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ErrorMsg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ExitoMsg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.SugMsg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.valRE {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.Active2 {
    display: block;
    float: left;
    height: 23px;
    line-height: 25px;
    border-left: 1px solid #fff;
    background: #cacaca;
    color: #000 !important;
    font-family: 'trajan_proregular';
    font-size: 12px;
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #818181;
    font-weight:bold;
}