﻿/* CSS Document */
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    /*background:url(themes/site/images/bg_main.jpg) top left repeat-x;*/
    background: #F5F5F5;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    min-width: 1024px;
    min-height: 600px;
}

a {
    text-decoration: none;
    color: #584c35;
}

    a:focus {
        outline: none;
    }

    a:hover, a:focus, a:active {
        text-decoration: underline;
    }

span { /*font-weight: bold;*/
    font-size: 12px; /* color: #84b817;*/
}
/*select {border:1px solid #84B817!important; width:auto;}*/
select {
    border: 1px solid #797979 !important;
    width: auto;
}

img {
    border: 0px;
}

.aright {
    float: right;
}

.aleft {
    float: left;
}

.fixer {
    clear: both;
    height: 0px;
}

div.scrollToTop a {
    color: #fff;
    font: 12px "Arial";
    text-decoration: none;
}

div.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 100px;
    padding: 10px;
    background: #000;
    opacity: 0.5;
    color: #fff;
}

#backg {
    /*background: url(themes/site/images/bg_detail.jpg) top center no-repeat; */
    /*background: #272D34;*/
    background: #ffffff;
}

#all { /*width:90%;*/
    margin: 0 auto;
    text-align: left;
    min-height: 50%;
}

#topDiv { /*height:105px;*/
    margin: 0px auto;
    width: 100%;
    background: #272D34;
    height:50px;
}

    #topDiv .logo {
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 0px;
        float: left;
    }

    #topDiv #logodiv {
        float: left;
        background-color: #fff;
        width: 641px;
    }

    #topDiv #botones {
        padding-top: 20px;
        float: right;
    }

    #topDiv .name_user {
        background: #ff6666;
        padding: 5px 10px;
        color: #FFFFFF;
        text-align: center;
        border-radius: 4px 4px 4px 4px;
        MARGIN-RIGHT: 5px;
    }

.clave {
    background: url(themes/site/images/key.png) #84b615 center no-repeat;
    width: 16px;
    height: 16px;
    padding: 7px;
    margin: 0px 5px 0 0;
    border-left: 1px solid #009633;
    border-radius: 0px 4px 4px 0px;
    z-index: 10;
}

    .clave a,
    .clave:hover {
        background: url(themes/site/images/key.png) #08B71C center no-repeat;
    }

#menuDiv {
    /*text-transform: uppercase;*/
    /*background:url(themes/site/images/bg_menu_normal.png) top left repeat-x;*/
    background: #272D34;
    height: 33px;
    border-bottom: 3px solid #ff6666;
    padding: 0px 30px 0px 20px;
    z-index: 999;
    position: relative;
}

#contentDiv {
    background-color: #F5F5F5;
    text-align: center;
    z-index: 1;
    height: 100%;
}

.contentDiv-login {
    background-color: #fff;
    text-align: center;
    z-index: 1;
    width: 500px;
    margin: 0px auto;
}

    .contentDiv-login span {
        font-weight: bold;
        font-size: 12px;
        width: 100px !important;
    }

    .contentDiv-login form {
        padding: 0px 30px;
    }

    .contentDiv-login .center {
        padding: 0px 8px 0 15px;
        text-align: center !important;
        height: 100%;
    }

    .contentDiv-login .btn-login {
        margin: 10px 0px;
    }

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 332px;
}

.legend {
    text-align: center;
}

.footer {
    width: 100%;
    background-color: #272D34;
    font-size: 11px;
    color: #f5f5f5;
    padding: 5px 0px 5px 0px;
}

#contentDiv #bigCol {
    margin: 0 auto;
    padding: 7px 11px 20px 11px; /*border-top:7px solid #fff;	border-left:11px solid #fff; border-right:11px solid #fff; */
    text-align: left;
    position: relative;
    background: #ffffff;
}

    #contentDiv #bigCol .titulo-general {
        padding: 0px 30px;
    }

#bigCol #contenido-seccion {
    color: #7d7d7d;
    line-height: 1.5em;
    font-size: 12px;
    padding: 0px 30px;
}

    #bigCol #contenido-seccion table {
        font-size: 12px;
    }

    #bigCol #contenido-seccion #table1 {
        margin-bottom: 15px;
    }
    /*#bigCol #contenido-seccion #table1 table tr td{	padding:5px;}*/
    #bigCol #contenido-seccion table input {
        border: 1px solid #84B817;
        height: 19px;
    }

    #bigCol #contenido-seccion table select {
        border: 1px solid #84B817;
        height: 21px;
        padding: 1px 0 1px 3px !important;
    }

    #bigCol #contenido-seccion table option {
        padding: 3px 0 1px 3px !important;
    }

    #bigCol #contenido-seccion table input {
        padding: 0px 5px;
    }

    #bigCol #contenido-seccion table.table2 {
        border-color: #009900;
        border-collapse: collapse;
        text-align: center;
    }

*/
#bigCol #contenido-seccion table.select1 {
    width: 30%;
}

#bigCol #contenido-seccion a {
    color: #111111;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

#bigCol .imagen {
    float: left;
    position: relative;
    margin: 0px 20px 60px 0px;
    width: 140px;
    height: 147px;
}

#bigCol .imgContainer {
    padding: 4px;
    border: 1px solid #ccc;
}

#bigCol .imagen .camera {
    bottom: 0px;
    right: 8px;
    background: url(/Content/themes/site/images/camera.png) top left no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
}

#bigCol .galeria {
    float: left;
    position: relative;
    margin: 0px 20px 20px 0px;
    width: 140px;
    height: 167px;
}

#bigCol .titulogal {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #e32219;
    font-size: 12px;
    text-align: left;
}

.titulo-login {
    padding: 10px 00px;
    text-align: center;
    background: #ffffff;
}

#contentDiv #mainCol {
    background: #fff;
    margin: 0 auto;
    width: 790px;
    min-height: 200px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    text-align: left;
    position: relative;
}

#mainCol #leftCol {
    float: left;
    width: 128px;
    min-height: 530px;
    padding: 10px;
    text-align: right;
    color: #584c35;
    font-size: 12px;
}

#leftCol a {
    color: #584c35;
}

#mainCol .nuestra-empresa {
    background: url(/Content/themes/site/images/bg_ls_ne.jpg) top center no-repeat;
}

#mainCol .procesos {
    background: url(/Content/themes/site/images/bg_ls_p.jpg) top center no-repeat;
}

#mainCol .obras {
    background: url(/Content/themes/site/images/bg_ls_o.jpg) top center no-repeat;
}

#mainCol .certificacion {
    background: url(/Content/themes/site/images/bg_ls_c.jpg) top center no-repeat;
}

#mainCol .multimedia {
    background: url(/Content/themes/site/images/bg_ls_m.jpg) top center no-repeat;
}

#mainCol .contacto {
    background: url(/Content/themes/site/images/bg_ls_ct.jpg) top center no-repeat;
}

#mainCol #contentCol {
    background: #faf6ea url(//Content/themes/site/images/bt_contenido.jpg) top center no-repeat;
    border-left: 5px solid #fff;
    width: 586px;
    float: right;
    color: #584c35;
    min-height: 460px;
    font-size: 12px;
    padding: 0px 25px 90px 25px;
}

#contentCol .titulo {
    color: #584c35;
    font-size: 18px;
}

#contentCol .subtitulo {
    color: #584c35;
    font-size: 14px;
}

#contentCol .imgmap {
    float: left;
    position: relative;
    margin: 0px 20px 20px 0px;
}

#contentCol .formulariocontacto {
    float: left;
}

#contentCol .imagen {
    float: left;
    position: relative;
    margin: 0px 20px 20px 0px;
    width: 140px;
    height: 147px;
}

.imgContainer {
    padding: 4px;
    border: 1px solid #d48f05;
}

.imagen .camera {
    bottom: 0px;
    right: 8px;
    background: url(/Content/themes/site/images/camera.png) top left no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
}

#contentCol .galeria {
    float: left;
    position: relative;
    margin: 0px 20px 20px 0px;
    width: 140px;
    height: 167px;
}

#contentCol .titulogal {
    padding-top: 10px;
    color: #e32219;
    font-size: 12px;
}

#contentDiv #direccion {
    font-size: 10px;
    color: #00559f;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

    #contentDiv #direccion span {
        display: block;
        color: #d38e00;
    }

#bottomDiv {
    background: #FCF7EF;
    padding-top: 0px;
    margin: 0px auto;
    height: 40px;
}

#footermenu {
    padding-top: 20px;
    word-spacing: 5px;
    font-size: 12px;
    color: #969595;
    background: #eeeeee;
    margin: 0 auto;
    width: 950px;
    height: 40px;
}

.add-on {
    width: 140px !important;
}

.campos-form {
    clear: both;
    display: block;
    width: 100%;
}

.enviar {
    background: url(/Content/themes/site/images/bgenviar.jpg) center no-repeat;
}

.icon-search {
    background: url(/Content/themes/site/images/search.png);
    width: 16px;
    height: 16px;
    float: right;
    padding: 5px;
    margin-left: 5px;
}

.icon-clean {
    background: url(/Content/themes/site/images/clean.png);
    width: 16px;
    height: 16px;
    float: right;
    padding: 5px;
    margin-left: 5px;
}

.icon-edit {
    background: url(/Content/themes/site/images/edit.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    padding: 3px;
}

.principal {
    height: auto;
    min-height: 350px;
}
/*.editor-field{ height:0px; width:auto;}*/
.field-validation {
    display: block;
    border: 1px solid;
}

.field-validation-error span {
    margin-top: 5px;
    width: auto;
    text-align: center; /*padding:0 10px;*/
}

tr.ui-search-toolbar input {
    margin: 1px 0 0 0;
    height: 19px !important;
}

tr.ui-search-toolbar select {
    margin: 1px 0 0 0 !important;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
    height: 23px;
    padding: 3px 0px;
}

table {
    border-collapse: inherit !important;
    border-spacing: 0;
}

.ui-jqgrid .ui-jqgrid-pager {
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    font-size: 11px;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 3px 0px 0px 0px !important;
    position: relative;
    white-space: nowrap;
}

.editor-label {
    float: left;
    width: 20%;
}

    .editor-label:before {
        clear: left;
    }

.editor-field { /*  float:left; */
    width: 80%;
}



/******************Error 404******************************/
.mensaje-404 {
    padding: 20px 30px;
    text-align: left;
    min-height: 380px;
}

.mensaje-interno {
    margin: 50px 0px;
}


/*********************cambios bootstrap*************/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #797979 !IMPORTANT;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 16px;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    /*  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #84B817!important;*/
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
/*.btn-primary {
    background-color: #61AF0D!important;
	*background-color: #61AF0D;
	background-image: -moz-linear-gradient(top, #84B816, #37A401);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84B816), to(#37A401));
	background-image: -webkit-linear-gradient(top, #84B816, #37A401)!important;
	background-image: -o-linear-gradient(top, #84B816, #37A401)!important;
    background-image: linear-gradient(to bottom, #84B816, #37A401)!important;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color:#84B817!important;
	border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}*/

.btn-primary {
    background-image: linear-gradient(to bottom, #0044cc, #191e5f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*border-color:#019533!important;*/
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}





    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        /*background-color: #37A401!important;
  *background-color: #37A401!important;*/
    }

    .btn-primary:active,
    .btn-primary.active {
        /*background-color: #37A401 \9!important;*/
    }

/****/
.btn-header {
    /*background-color: #08B71C!important;
	*background-color: #08B71C;
	background-image: -moz-linear-gradient(top, #0BC910, #019533);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0BC910), to(#019533));
	background-image: -webkit-linear-gradient(top, #0BC910, #019533);
	background-image: -o-linear-gradient(top, #0BC910, #019533);*/
    background-image: linear-gradient(to bottom, #0044cc, #191e5f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*border-color:#019533!important;*/
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    .btn-header:hover,
    .btn-header:focus,
    .btn-header:active,
    .btn-header.active,
    .btn-header.disabled,
    .btn-header[disabled] {
        color: #ffffff;
        background-color: #0c2861 !important;
        *background-color: #019533 !important;
    }

    .btn-header:active,
    .btn-header.active {
        background-color: #37A401 \9 !important;
    }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.input-append .add-on, .input-prepend .add-on {
    border: 1px solid #626262;
    height: 16px !important;
    line-height: normal !important;
}

/*****************CAMBIOS UI*************************/
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: url("images/ui-bg_highlight-soft_50_EAF1DD_1x100.png") repeat-x scroll 50% 50% #EAF1DD !important;
    border: 1px solid #626262;
    border-radius: 6px;
    color: #017E29;
    font-weight: normal;
    font-size: 11px;
    padding: 0.4em 0.5em !important;
}

.ui-widget-overlay {
    /*	background: #8BD233 url(images/ui-bg_inset-soft_15_8BD233_1x100.png) 50% bottom repeat-x;*/
    background: #AAAAAA url(images/ui-bg_inset-soft_15_8BD233_1x100.png) 50% bottom repeat-x !IMPORTANT;
    opacity: .3 !important;
    filter: Alpha(Opacity=30) !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 !important;
}

.cuadro-proceso {
    width: 300px !important;
    height: 200px !important;
    background-color: #FFFFFF !important;
    text-align: center !important;
    position: absolute !important;
    border: 1px solid #37A401 !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -150px !important;
    margin-top: -100px !important;
    z-index: 1001 !important;
}

select, input[type="file"] {
    height: 26px;
    line-height: 30px;
    width: 105px;
}

.g-table tbody tr > td {
    /*border: 1px solid rgb(220,220,220);*/
    height: 30px;
    padding-left: 3px;
}

.g-table {
    padding-left: 7px;
    margin-top: 0px;
}

.espacio {
    height: 10px;
}

.right-aligned-cell {
    text-align: right
}

.ui-dialog-titlebar-close {
    /*display:none*/
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

.ui-dialog-titlebar-close:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    /* Change path to image*/
    background-image: url(../Content/themes/base/images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;
}
