body{font-family: 'Open Sans', sans-serif;}

.validation {
	color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #D7762A;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    
}
.modalpp 
{
    background-color: #C0C0C0; /*color de fondo*/
    filter: alpha(opacity=60); /*opacidad color de fndo*/   
    opacity:0.6; 
}
.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
    border-radius:5px;
    text-align:center;
}

.validation2 {margin-top:-25px;}

.titulo {
	text-align: justify; color: forestgreen; text-transform: none; font-family: Verdana; font-size: 12px; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none;
}
.center {
	text-align: center;
}
.ext {
	text-align: justify; color: white; text-transform: none; font-family: Verdana; font-size: 16px; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none;
}
.label {
	color: rgb(95, 106, 106); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
}
.ddl {
	color: rgb(95, 106, 106); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
}
.txt_gral {
	text-align: justify; color: rgb(89, 89, 89); font-family: Verdana; font-size: 14px; text-decoration: none;
}
.autocomplete_listItem {
	padding: 1px; color: windowtext; background-color: window;
}
.autocomplete_completionListElement {
	margin: 0px !important; padding: 0px; border: 1px solid buttonshadow; border-image: none; height: 200px; text-align: left; color: windowtext; overflow: auto; list-style-type: none; visibility: hidden; background-color: inherit;
}
.autocomplete_highlightedListItem {
	padding: 1px; text-align: left; color: black; background-color: rgb(255, 255, 153);
}



/* =========================== ESTILOS DAVID ==========================*/

.etiqueta {font-weight: bolder;}

.titulo-seccion{ text-align: left;
	padding-left: 20px;
	margin-bottom: 10px;
	color: forestgreen;
	font-weight: bold;
	}


.panel-heading{
	background-color: forestgreen!important;
	color: white!important;}

.panel-default{margin-top: 30px;}

h2{font-weight: bolder!important;
	text-align: left;}

.icono-menu{width:25px;margin-right: 5px;margin-left: 10px;}




hr{border-width:thin;
	border-color: lightgray;}



/* ====================== ESTILO DE CHECKBOXES ========== /


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	float: right!important;
	position: relative;
	background: none;
	border-style: none;
}
 */



.etiqueta > [type="checkbox"]:not(:checked),
.etiqueta > [type="checkbox"]:checked {
  position: absolute;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
	padding-left: 4.5em;
	/*float: right!important;*/
  cursor: pointer;
	margin-top: -2.5px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  left: 0; top: -.1em;
  width: 4em; height: 1.6em;
  background: #DDDDDD;
  border-radius: 1em;
  transition: background-color .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 1.2em; height: 1.2em;
  transition: all .2s;
  border-radius: 50%;
  background: #7F8C9A;
  top: .12em; left: .24em;
}
.text {
  display: inline-block;
  vertical-align: middle;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background:#34495E; 
}
[type="checkbox"]:checked + label:after {
  background-color: lightgreen;
  left: 2.4em;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: .6em;
  width: 6em;
  border-radius: 1em;
  font-size: .875em;
  font-weight: bold;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 2.35em;
  top: .2em;
}
[type="checkbox"]:checked + label .ui:after {
  content: "si";
  top: .2em;
  left: .2em;
  color: lightgreen;
}

/* DISABLE */

[type="checkbox"]:disabled + label .ui{
  display: none;	
}

[type="checkbox"]:disabled + label:after{
  display: none;
}

[type="checkbox"]:disabled + label:before{
  background: #006000;}




input[type='file'] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
}

input[type='file'] + label {
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color:gray;
    display: inline-block;
    padding:5px 15px;
    border-radius:5px;
}

input[type='file']:focus + label,
input[type='file'] + label:hover {
    background-color: forestgreen;
}

input[type='file'] + label {
	cursor: pointer; /* "hand" cursor */
}

/* ====================== ESTILO DEL MENÚ ===============*/
@media only screen and (max-width: 767px) {
    .dropdown-header {
        color: lightgreen;
    }	
.navbar-nav .open .dropdown-menu > li > a{color: #FFF!important;}
}

.navbar{background-color:#f3f3f3; border-bottom:2px solid;/*forestgreen #f3f3f3 #003366*/
        border-color:#003366;
}

.icon-bar{background-color:#424242!important;}
.icon-bar:hover{background-color:white!important;}
.navbar-toggle:hover{background-color:forestgreen!important; border:none;}
.navbar-default .navbar-toggle{border-color:#424242; color:white;
    top: 0px;
    left: 0px;
    height: 20px;
}

.container-fluid {max-width: 1170px;
margin: 0 auto;}

.navbar-brand {
  padding: 0px;

}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.example2 .navbar-brand>img {
  padding: 6px 15px;
}

.navbar-default .navbar-nav > li > a:hover{color:#FFF!important;}

.dropdown-menu{border:2px solid forestgreen; box-shadow:none;}

.navbar-nav>li>.subm{margin-top:0px;}

.dropdown>.dropdown-toggle{margin-bottom:4px!important;}

/* CSS para movil  */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}


.navbar-nav>li>.dropdown-menu {
	z-index: 99999;
}


/* =========== SUBMENU EN HOVER ============*/

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}








.dropdown_2-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown_2-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown_2:hover .dropdown_2-menu {
    display: block;
}

.nav-tabs .dropdown_2-menu, .nav-pills .dropdown_2-menu, .navbar .dropdown_2-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* ================== TARJETAS DEL HOME ====================*/

.centrar{margin: 0 auto;}

#cont_home{ margin: 50px;}

/*.services-wrapper {
  width: auto;
  min-height: 300px;
  padding: 25px;
}*/

.service-container {
  width: auto;
  min-height: 300px;
  padding: 25px;
}


.singleserviceb {
	display: inline-block;
	/*width: 30%;*/
	background-color: #f3f3f3;
	padding: 25px;
	color: #b2b2b2;
	font-family: avenir;
	text-align: center!important;
	margin-bottom: 50px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 5px solid forestgreen;
	border-radius: 10px;
    float:left;
}


.singleserviceb:hover {
  display: inline-block;
  background-color: forestgreen;
  color: #fff!important;
  font-family: avenir;
  border-bottom: 5px solid darkgreen;
  border-radius: 10px;
}

.singleserviceb:hover h2.servicetitle{color: white;}

h2.servicetitle{text-align: center;font-size: 1.8rem;}

.oculto{display:none;}

.navbar-default .navbar-nav > li > a:hover{background-color:#f3f3f3; color:forestgreen!important;}
.navbar-default .navbar-nav > li > a{color:#424242;padding-bottom:19px;}
.navbar-default .navbar-brand:hover{background-color:#f3f3f3!important;}

@media (max-width:767px) {
  .singleservice, .singleserviceb {
    width: 100%;
	font-size: 20px;
  }
	
.singleservice, .singleserviceb:hover{
    width: 100%!important;
  }
	
}

h2.servicetitle{
  font-family: century gothic;
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 0px;
  text-align: center!important;
  text-transform: uppercase;
  color: #8c8c8c;
}

img.serviceicon {
  width: 20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .5;
}


}


/* ================== ESTILOS DE LA TABLA DE RESULTADOS ====================*/


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  /*font-size: .70em;*/
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
  font-size: .70em; /*letra cuerpo*/
}
table th {
  font-size: .70em; /*letra encabezado*/
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {

    scope {
        display: none;
    }

    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            display: none !important;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            /*text-align: right;*/
        }

            table td:before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(class);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}
    /*=========================================== ESTILOS PARA LOS INPUT RADIO ================*/

    td input[type=radio] {
        position: relative;
        visibility: hidden;
        display: none;
    }

    td label {
        display: block;
        z-index: 0;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        text-align: left !important;
        margin-left: 30px;
    }

    @media screen and (max-width: 2000px) {
   
    }
     
    td:hover label {
        color: gray;
    }

    td .check {
        display: block;
        position: absolute;
        border: 2px solid;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        top: 30px;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        rgba(51,51,51,1.00);
    }

    td:hover .check {
        border: 3px solid gray;
    }

    td .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

    input[type=radio]:checked ~ .check {
        border: 3px solid forestgreen;
    }

        input[type=radio]:checked ~ .check::before {
            background: forestgreen !important;
        }

    input[type=radio]:checked ~ label {
        color: forestgreen;
    }

    /* ===================================================ESTILO PARA EL BOTON DE UPLOAD ========================*/


    td input[type=file] {
        position: relative;
        visibility: hidden;
        display: none;
    }

    td label {
        display: block;
        z-index: 0;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        text-align: left !important;
        margin-left: 30px;
    }

    td:hover label {
        color: gray;
    }

    td .check {
        display: block;
        position: absolute;
        border: 3px solid;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 28px;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        rgba(51,51,51,1.00);
    }

    td:hover .check {
        border: 3px solid gray;
    }

    td .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

    input[type=radio]:checked ~ .check {
        border: 3px solid forestgreen;
    }

        input[type=radio]:checked ~ .check::before {
            background: forestgreen !important;
        }

    input[type=radio]:checked ~ label {
        color: forestgreen;
    }
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}

.mb-3 {
    margin-bottom: 1rem!important;
}

.card{border-radius:5px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin-bottom:30px;
    color:white!important;
    border-radius:5px!important;
    border: 1px solid rgba(0,0,0,.125);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

.card:hover{ background-color:white; color:#232323!important; border:1px solid #232323!important;}
a{text-decoration:none!important;}
.bg-success {
    background-color: #28a745;
}
.bg-danger {
    background-color: #dc3545;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-warning {
    background-color: #ffc107;
}

.col-sm-12 > .form-group > h1 , .titulo {
    font-size: 35px;
    width:60%;
}

.col-sm-12 > .form-group{border-bottom:1px solid lightgray; margin-bottom:30px; min-height: 80px; }

.etiqueta_Boton {margin: 0 30px; float:none; background-color: forestgreen; color:white; font-size:16px;padding:5px 30px;font-weight:bold;}

.etiqueta_Boton:hover {margin: 0 30px; background-color: white; color:#232323; font-size:16px;padding:5px 30px; font-weight:bold;}

.text-center >.aspNetDisabled {margin: 0 30px; float:right; background-color: lightgray!important; color:gray!important; font-size:16px;padding:5px 30px;font-weight:bold; cursor:not-allowed!important;}

.resultados{ margin-top: 80px; border-top: 2px solid forestgreen;}

.validacion{ color: #D7762A;}

.pagetitle{min-height:50px;color:forestgreen;font-size:35px;border-bottom:1px solid forestgreen; margin-bottom:60px;}

.divisor{border-bottom:1px solid lightgray; margin-bottom:50px; margin-top:20px;}

.encabezado1{font-size:35px; color:forestgreen; margin-bottom:50px;}

.select{    width: 100%;
    height: 10%;
    border-top: 2px solid forestgreen!important;
    border: none;
    margin-top: 10px;
    padding-top: 5px;}

.subtitle{font-size:20px;margin-bottom:35px;color:#D7762A;}
textarea{ padding:8px;border-radius: 5px;}