/*
	Basic Template 
	https://www.agromun.com
*/

.green {
	color: #9F3;
}

.orange {
	color: #FC0;
}

.blue {
	color: #06C;
}


.yellow {
	color: #F3FF00;
}

.red {
	color: #C9302C;
}

.white {
	color: #fff;
}

.gray {
	color: #ABADAB
}

/*---------------------------------------------------------
 1. Basic Style
-------------------------------------------------------- */

html, body{
	min-height: 100%;
	line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
  
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 0.8rem;
    color:#333;
  }
}

main {
  display: block;
}

body{
	margin-bottom: 3px;
}

.site-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: url(../../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.soli-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: url(../../images/sl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.site-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(  166, 172, 175 , 0.3);
}

.sol-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(69, 69, 69, 0.3);
}


#page-content {
  position: relative;
  z-index: 12;
  margin-top: 20px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  #page-content {
    margin-top: 0;
  }
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } 

p, h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight:700;
}

h1{
	font-size: 1.6rem;
	color: #056303;
}

h2{
	font-size: 1.3rem;
}

h3{
	font-size: 1.1rem;
}

h4{
	font-size: 0.9rem;
}


p, b {
	font-size: 0.9rem;
}

a {
	color: #E7ECE6;
	text-decoration: none;
    padding: 3px;
}
a:hover {
    outline: none;
	color: yellow;
	background-color: transparent !important;
}

a:focus {
  outline: none;
  background-color: transparent !important;
}

.link_Desactivado {
 pointer-events: none;
 cursor: default;
 color: #145a32 !important;
 font-size: 1.0rem !important;
 font-weight:300 !important;
}

a.ver_imagen {
  position: relative;
}
 
a.ver_imagen img {
  position: absolute;
  top: 50%;
  left: 100%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
 
a.ver_imagen:hover img {
  display: block;
  max-width:569px;
}

.modal-content {
  margin-top: 50%;
  color:#333 !important;
}

glyphicon {
    max-width:80%;
}


@media screen and  (max-width: 768px) {
    img {
    border: 0;
    width:90%;
    max-width:231px;
    -ms-interpolation-mode: bicubic;
   }
   a.ver_imagen:hover img {
     display: block;
     min-width:569px;
   }
}

.input-group-addon, .input-group-btn {
    width: 20%;
}

.input-mix {
   height:28px;
   width: 93px;
   color:black;
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 0 7px 5px 0;
    font-weight: 600;
    font-size: 1.0rem;
    color:white;
}

label > input[type="radio"] {
    display:inline-block;
    width:11px;
    height:11px;
    cursor:pointer;
}

input {
    color: #333;
	font-size: 1.0rem;
	margin: 7px auto;
	padding:3px 7px;
}

.form_hint {
    display: inline-block;
    max-width: 100%;
    margin: 7px 3px;
    font-weight: 700;
    color:yellow;
}

.form-group {
    margin-bottom: 7px;
}

input::-webkit-input-placeholder {
  font-size: 1.1rem;
  font-weight: 500;
  color: gray;
}

input::-moz-placeholder {
  font-size: 1.1rem;
  font-weight: 500;
  color: gray; 
}
input:-ms-input-placeholder { 
  font-size: 1.1rem;
  font-weight: 500;
  color: gray;
}

@media screen and  (max-width: 768px) {
  .form-control {
    font-size:11px;
  }
  input {
	font-size: 0.8rem;
	height: 1.5rem;
  }  
}

/*Mostrar los campos requeridos de color amarillo*/

   input:invalid { border-color: red; } input, input:valid { border-color: #ccc; }

    form input:required {
       border:1px solid yellow;
    /* otras propiedades */
    }
    /*Si el valor que el usuario escribe es valido, obtendra un color verde*/
    form input:valid{
        border:2px solid white;
        /* otras propiedades */
    }
    /*caso contrario, el color sera rojo*/
    form input:focus:invalid{
        border:2px solid red;
        /* otras propiedades */
    }
form textarea:focus:invalid{
        border:2px solid orange;
        /* otras propiedades */
    }    

form select:focus:invalid{
        border:2px solid red;
        /* otras propiedades */
    }

.btn, .btn-danger, .btn-eliminar {
   margin:5px 3px; 
   padding: 9px 7px;
   text-align: center;
   font-size:1.1rem;
   font-weight:700;
   line-height:1.9px;
}

.btn-default {
    margin:3px;
    padding: 7px 11px;
}

.btn-default:hover {
    color:#333;
    background:transparent;
    font-weight:700;
}

.btn-js {
  text-align: center;
  padding: 5px 3px;
  margin: 0px 3px;
  font-size: 1.1rem;
  font-weight:700;
  color:blue;
  line-height:2.2px;
}

.btn-success:hover {
    color:#333;
    background:transparent;
    font-weight:700;    
}

@media screen and  (max-width: 768px) {
  .btn, .btn-danger, .btn-eliminar {
    font-size: 0.9rem !important;
    margin:0 !important;
  }
}

.list-group-item {
    padding:3px 0;
}


.banner {
  height: auto; max-width: 900px; font-size: 1.2rem; font-family: "Robot,Georgia,Serif"; border: 4px dotted #333; padding: 15px;
  background-color: #E1F2EC;
}

#containerG {
	min-width: 310px;
	max-width: 800px;
	height: 400px;
	margin: 0 auto
}

.disForm {
    display: none;
}

/*---------------------------------------------------------
2. Notificaciones
-------------------------------------------------------- */

.whiteText { border: 1px dashed; font-size: 1.2rem;  color: white; font-weight:bold; padding: 5px 8px;line-height: 1.95em;}
ubic { font-size: 1.2rem; font-weight:700; color: #145a32; }
vige { font-size: 1.0rem; font-weight:bold; color: green; }
vigev { font-size: 0.9rem; font-weight:600; color: #333; }
titu { font-size: 1.3rem; font-weight:bold; color: green; line-height: 2.69rem; }
total { border: 1px solid; border-color: white; font-size: 1.4rem;  color: #333; font-weight:bold; padding: 5px 8px; line-height: 1.95em;}
props { border: 1px dashed; font-size: 1.4rem;  color: green; font-weight:bold; padding: 5px 8px;line-height: 1.95em;}
propsv { color: blue; font-weight:bold; font-size: 0.95rem; line-height: 1.25rem;}
nota { font-size: 1.2rem;  color: #145a32; font-weight:bold; padding: 5px 8px;line-height: 2.03rem;}
lk { text-decoration: underline; font-size: 1.05rem; color:blue; }
sb { font-size: 0.9rem; font-weight:600; color:yellow; text-indent:2.5rem; line-height: 1.25rem; font: oblique 10% cursive;}
bpa { font-size: 0.93rem; font-weight:600; color:#fff; line-height: 1.25rem;}
subB { font-size: 1.2rem; font-weight:700; color:blue; line-height: 1.25rem;}
subN0 { font-size: 1.0rem; font-weight:700; color:black; line-height: 1.25rem;}
subN { font-size: 1.2rem; font-weight:700; color:black; line-height: 1.25rem;}
subN3 { font-size: 1.3rem; font-weight:700; color:black; line-height: 1.25rem;}
subne { font-size: 1.1rem; font-weight:600; color:#333; text-indent:1.0rem; line-height: 1.25rem;}
subG { font-size: 1.2rem; font-weight:800; color:green; line-height: 1.25rem;}
subG3 { font-size: 1.3rem; font-weight:bold; color:green; text-indent:1.0rem; line-height: 1.25rem;}
subO { font-size: 1.2rem; font-weight:800;  color:orange; line-height: 1.25rem;}
subR { font-size: 1.2rem; font-weight:800; color:#F11111; line-height: 1.25rem;}
subGY { font-size: 1.4rem; font-weight:bold; color:yellow;}
subBY { font-size: 1.2rem; font-weight:700; color:yellow; text-indent:1.0rem; line-height: 0.93rem;}
subl { font-size: 1.1rem; font-weight:bold; color:yellow; text-indent:1.0rem; line-height: 1.25rem;}
subw0 { font-size: 1.0rem; font-weight:700; color:white; text-indent:1.0rem; line-height: 1.25rem;}
subW { font-size: 1.3rem; font-weight:bold; color:white; text-indent:1.0rem; line-height: 1.25rem;}
subl2 { font-size: 1.2rem; font-weight:bold; color:yellow; text-indent:1.0rem; line-height: 1.25rem;}
msjFB { font-size: 1.1rem; font-weight:700; color:black;}
box {border: 1px outset; font-size: 1.2rem; font-weight:700; background: #D2D1D1; padding:3px 5px;}
vox {border: 1px solid black; font-size: 1.1rem; font-weight:600; color:orange; padding:3px 5px; line-height: 2.5rem;}
boxB {border: 1px outset; font-size: 1.1rem; font-weight:700; color:white; background-color: blue; padding:3px 5px;
    -webkit-border-radius: .769em;
    -moz-border-radius: .769em;
    border-radius: 11px;
}
.box_intro {
  padding:20px 15px; 
  background: #d7dbdd;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

parpa {
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name:parpadeo;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  color:red;
  font-weight:700;
  font-size: 1.2rem;
}

parpay {
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name:parpadeo;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  color:yellow;
  font-size: 1.2rem;
}

select {
	color: #333;
	font-size: 1.0rem;
	margin: 7px auto;
	padding:3px 7px;
	background-color: white;
	border-radius: 4px;
	height: 1.9rem;
}

.alert {
	border: 1px solid white;
	padding:3px 7px;
	margin-top:3px;
    color: #333;
    max-width:569px;
    background-color: #FCF573;
	font-size: 1.2rem;
	font-weight:700;
}

alert {
	border: 1px solid white;
	padding:3px 7px;
	margin-top:3px;
    color: #333;
    max-width:569px;
    background-color: #FCF573;
	font-size: 1.2rem;
	font-weight:700;
}

.fallo {
	border: 1px solid red;
	padding:3px 7px;
	line-height: 2.25em;
	margin-top: 15px;
    color: red;
    background-color: #FAF4F4;
	font-size: 1.2rem;
	font-weight:bold;
}

.text-warning {
	line-height: 2.25em;
	margin-top: 15px;
    color: yellow;
	font-size: 1.2rem;
	padding: 5px 7px;
	font-weight:700;
}

.text-success {
	line-height: 2.25em;
	margin: 11px 0px;
    color: green;
    Text-decoration:none;
	font-size: 1.2rem;
	font-weight:600;
}

.text-danger {
	line-height: 1.69em;
	border-top-right-radius: 11px;
	max-width:90%;
	margin: 11px 0px;
    text-indent:0.31rem;
	background-color: red;
    color: white;
    Text-decoration:none;
	font-size: 1.1rem;
	font-weight:600;
}

.text-notif {
    border: 1px outset black;
    position:absolute;
    left:169px;
    top:293px;
    max-width:90%;
    text-align: justify !important;
    line-height: 1.3;
    padding:11px 3px;
    color: #101001;
    background-color: yellow;
    font-size: 1.2rem;
    font-weight:bold;
    z-index:1;
}


@media screen and  (max-width: 768px) {
  .text-notif {
    left:11px;
    top:55px;
    font-size: 1.2rem !important;
    padding: 22px 11px !important;
    margin:0 !important;
  }
}

.text-exito {
    border: 1px inset black;
    max-width:90%;
    background-color: #E1F2EC;
    padding:7px 7px;
    color: black;
    font-size: 1.2rem;
    font-weight:500;
}

.text-mensaje {
    text-align:justify; 
    max-width:100%;
    background-color: #d7dbdd;
    padding:20px 15px;
    color: black;
    font-size: 1.2rem;
    font-weight:300;
    font-family: Verdana, Helvetica, Arial;
    line-height: 1.25;
}

.box3d {
    width:90%;
    min-height: 100px;
    background-color: #D8D8D8;
    margin:11px auto;
    position:relative;
}

.box3d:before, .box3d:after {
    content:'';
    position:absolute;
    z-index:-1
} 

.box3d:before {
    width:50%;
    height: 25%;
    left:10px;
    bottom:15px;
    box-shadow: 0px 15px 10px #333;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.box3d:after {
    width:50%;
    height: 25%;
    right:10px;
    bottom:15px;
    box-shadow: 0px 15px 10px #333;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.text-label {
    color:   #138d75;
    font-size:1.25rem;
    font-weight:400;
}
.text-detail {
   color:#333 !important;
   font-size:1.25rem;
   font-weight: 400;   
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name:parpadeo;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.vertical-align {
    margin-top:193px;
    display: flex;
    align-items: center;
}

@media screen and  (max-width: 768px) {
    .textvar {
      font-size: 0.93rem !important;  
    }
    .vencont {
    width: 200% !important;
    margin:auto;
  }
}

.vencal {
   padding:7px;
   border: 2px inset white;
   max-width:90%;
   min-height: 169px;
   text-align:left;
   background-color:  #7FA98A;
}

@media screen and (max-width: 768px) {
    .vencal {
    max-width: 90% !important;
    margin:auto;
  }
}

.venrep {
   padding:11px;
   border: 3px outset white;
   min-width:369px;
   max-width:90%;
   text-align:left;
   background-color:  #72977C;
}

@media screen and  (max-width: 768px) {
    .venrep {
    max-width: 100% !important;
    margin:auto;
  }
}


.creatran {
   padding:11px 15px;
   border: 3px outset white;
   min-width:100%;
   text-align:left;
   background-color:  #72977C;
}


@media screen and  (max-width: 768px) {
    .creatran {
      max-width:100% !important;
      margin-left:-15px;
    }
} 

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #36584B;
}

.Modaltab {border-spacing: 2em;}

@media screen and  (max-width: 768px) {
       tablex {
           display: block;
       overflow-x: auto;
       }
}
    
.prestrn {
  width: 931px;
  height: auto;
  border-radius: 10px;
}

.prestrn {
  line-height: 3em;
}

.prestrn img{
  float: left;
  margin:-7px 11px 11px 0;
  max-width:25%;
  height:149px;
  vertical-align:middle;
}

.prestrn p{
  
}

.presmerc {
  width: 931px;
  height: auto;
  border-radius: 10px;
}

.presmerc {
  line-height: 3em;
}

.presmerc img{
  display: block;
  float: left;
  margin:-7px 11px -11px 0;
  width:169px;
  max-height:169px;
  text-align: center;
}

.presmerc img:hover{
    border-radius:50%;
    -webkit-border-radius:50%;
    box-shadow: 0px 0px 15px 15px #1CCE3D;
    -webkit-box-shadow: 0px 0px 15px 15px #1CCE3D;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all 350ms ease-in-out;
}

.presmerc p{
  
}

#resultados {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin:0 11px;

}

@media screen and  (max-width: 768px) {
    .prestrn {
      max-width: 731px !important;
      height: auto;
      border-radius: 10px;
    }
    
    .prestrn {
      line-height: 3em;
    }
    
    .prestrn img{
      float: left;
      margin:-7px 11px -11px 0;
      max-width:20%;
      height:140px;
      vertical-align:middle;
    }
    
    .prestrn p{
      
    }
}

/*---------------------------------------------------------
 2.3 Iframes Responsive & Modals
-------------------------------------------------------- */

.modalDialog360 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog360 > div {
	max-width: 75%;
	position: relative;
	margin: 10% auto;
	padding: 5px 11px 7px 11px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}

.modalDialog360:target {
	opacity:1;
	pointer-events: auto;
} 

@media screen and (max-width: 768px) {
  .modalDialog360 > iframe {
    width: 100%;
  }
}

.marco360 {
    margin-top:-93px;
}

.iframe360 {
  width: 100%;
  height: 555px;
}

@media screen and (max-width: 768px) {
  .iframe360 {
    width: 100%;
    height: 500px;
  }
  .marco360 {
    margin-top:-11px;
  }
}

@media (max-width: 320px) {
  .iframe360 {
    width: 100%;
    height: 450px;
  } 
}

.lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

/*---------------------------------------------------------
 2.4 Galerias de Mercados
-------------------------------------------------------- */

.imgnV {
    margin:11px 7px;
    overflow: hidden;
}

#galeria {
        margin: 2rem auto;
        width:100%;
        -ms-column-rule: 1px solid #bbb;
        -moz-column-rule: 1px solid #bbb;
        -webkit-column-rule: 1px solid #bbb;
        column-rule: 1px solid #bbb;
}

#galeria div { page-break-inside: avoid !important }

#galeria .imgn {
    width:69%;
    position:relative;
    margin:7px 11px;
    overflow: hidden;
    float:left;
}

/* Efectos de imagen en CSS3 */

#galeria .imgn:focus {
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 15px 15px #ec731e;
    -moz-box-shadow: 0px 0px 15px 15px #ec731e;
}

#galeria .activo { 
     background:green;
     color:white;
    }
    
#galeria .inactivo { 
    background:#ccc;
    color:black;
}

/* Móviles en horizontal o tablets en vertical */


@media screen and (min-width: 1269px) {
    #galeria {
        column-count:5;
    }
} 

@media screen and (max-width: 1269px) {
    #galeria {
        column-count:4;
    }
}

@media screen and (max-width: 1024px) {
    #galeria {
        column-count:3;
    }
}

@media screen and (max-width: 768px) {
    #galeria {
        column-count:2;
    }
}


/*---------------------------------------------------------
 2.5 Ayudas y dataTables
-------------------------------------------------------- */

.ayudas {
   text-align:justify; 
}

.ayudas a:link {
    font-size:0.93rem;
    color: yellow;
    text-decoration:none;
}

.ayudas a:visited { color: white; }

.ayudas ul ul li b {
    color:#033209;
    font-size:1.03rem;
    font-weight: 300;
    text-indent:0.31rem;
}

.panel_ayuda {
    position: relative;
    top: 22px; left: 0; max-height: 331px;
    overflow:scroll;
    color:#333 !important;
    background: #E7F2EB;
    border: 1px dashed #fff;
    margin-bottom:31px;
    transition: left 300ms ease 0s;
    max-width: 1031px;
}

.panel_ayuda ul li {
    margin: 7px;
    z-index:11;
    opacity:1;
    height: 2.05rem;
    line-height: 2.75rem;
    text-indent: 1.55rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.93rem;
    font-weight: 400;
    color: black;  
}

@media screen and  (max-width: 768px) {
    .panel_ayuda ul li a {
      font-size: 0.69rem !important;
      text-indent: 1.05rem;
    }
}

.panel_ayuda ul li a:link {
    color: green;  
}

table.dataTable thead {
    color:Yellow;
}

.dataTables_info {
  color:Yellow !important;  
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color:Yellow !important; 
}

/*---------------------------------------------------------
 3 Menu #1
-------------------------------------------------------- */

ul, 
ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.panel ul li a:visited {
    color: yellow;  
}

#wrapper {  
    max-width: 331px;
    margin: 11px auto;
    font-size: 0.9125em;
}

.menu {
    width: auto;
    height: auto;
}

.menuC {
    margin: auto;
    width:100%;
}

.menu > li > a {
    background-color: rgb(127, 169, 138,0.1); /*--- #7FA98A;  */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 200, 169, 0)),to(rgb(93, 105, 105, 0)));
    background-image: -webkit-linear-gradient(top, rgb(169, 200, 169, 0), rgb(93, 105, 105, 0));
    background-image: -moz-linear-gradient(top, rgb(169, 200, 169, 0), rgb(93, 105, 105, 0));
    background-image: -o-linear-gradient(top, rgb(169, 200, 169, 0), rgb(93, 105, 105, 0));
    background-image: -ms-linear-gradient(top, rgb(169, 200, 169, 0), rgb(93, 105, 105));
    background-image: linear-gradient(top, rgb(169, 200, 169, 0), rgb(93, 105, 105, 0));
    border-top-right-radius: 0;
    border-bottom-left-radius: 11px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
    border-bottom: 0px solid #33373d;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    max-width: 231px;
    margin-bottom: 3px;
    height: 2.61rem;
    line-height: 2.0rem;
    text-indent: 1.05rem;
    font-size: 0.9rem;
    display: block;
    position: relative;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}

.menu ul li a {
    background: #fff;
    border-bottom: 1px dashed #efeff0;
    margin: 5px;
    max-width: 211px;
    height: 1.75rem;
    line-height: 1.55rem;
    text-indent: 2.55rem;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.73rem;
    font-weight: 400;
    color: #056303;
}
.menu ul li:last-child a {
    border-bottom: 1px solid #33373d;
}

.menu > li > a:hover, 
.menu > li > a.active {
    color:yellow !important;
    background-color: rgb(127, 169, 138,0.9); /*---  #0FF131;  */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 99, 3)),to(rgb(61, 219, 38)));
    background-image: -webkit-linear-gradient(top, rgb(65, 99, 3), rgb(61, 219, 38));
    background-image: -moz-linear-gradient(top, rgb(5, 99, 3), rgb(61, 219, 38));
    background-image: -o-linear-gradient(top, rgb(65, 99, 3), rgb(61, 219, 38));
    background-image: -ms-linear-gradient(top, rgb(5, 99, 3), rgb(61, 219, 38));
    background-image: linear-gradient(top, rgb(5, 99, 3), rgb(61, 219, 38));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
    border-bottom: 1px solid #103c56;
    -webkit-box-shadow: inset 0px 1px 0px 0px #A6C7B1;
    -moz-box-shadow: inset 0px 1px 0px 0px #A6C7B1;
    box-shadow: inset 0px 1px 0px 0px #A6C7B1;
    transform: translateX(7px);
    transition: all 0.3s ease-in-out;
}
.menu > li > a.active {
    border-bottom: 1px solid #1a638f;
}

.menu ul > li > a span {
    font-size: 0.857em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%;
    background: #fff;
    border: 1px solid #d0d0d3;
    padding: .4em .7em;
    margin: -.9em 0 0 0; 
    color: #878d95;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .769em;
    -moz-border-radius: 769em;
    border-radius: 769em;
    text-shadow: 0 0 0 rgba(255,255,255,.01);
}
.menu > li > ul li a:before {
    content: '▶';
    font-size: 0.69rem;
    color: #bcbcbf;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: -2.7em;
}
 
.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
    color: #32373D;
}

/*---------------------------------------------------------
4. Menu #2
-------------------------------------------------------- */

.top-header {
	margin-top:1px;
    width: 100%;
    z-index:1;
    height:auto;
    padding-top:10px;
    overflow: hidden;
    position: relative;
    background-color: #070707;
}


.top-header a {
	margin-bottom:7px;
}

.navbar {
    position: relative;
    min-height: 10px;
    font-size:100%;
    color:white;
    margin-bottom: 1px;
    text-align: center;
    clear: both;
}

.navbar-toggle {
  float: right;
  color: #fff;
  margin-right: 22px;
  margin-left: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
}

.navbar-brand {
    float: left;
    margin:-7px 0 11px 21px;
    height: auto;
    padding: 11px;
    font-size: 14px;
    line-height: 20px;
}

.navbar-nav {
  float: right;
  background-color: transparent !important; 
  padding: 0;
}

@media screen and  (max-width: 768px) {
  .navbar-nav {
    float:none !important;
    background: rgba(92, 180, 142, 0.5) !important;
    text-transform: uppercase;
    cursor:pointer;
    transition: all 150ms ease-in-out;
  }
}

nav ul li a {
    font-size:14px !important;
    margin: 15px 7px 0 7px;
    padding: 5px 7px;
    font-weight: 600;
}


/*Sub-menu*/

nav ul li ul li a {
    font-size:11px !important;
    border:none;
}

.nav ul li:hover a {
    text-decoration: none;
    text-align: center;
    display:table-cell;
    background-color: transparent !important;
}

nav > ul {
	display:table;
	width:100%;
	background:#000;
	height:auto;
	line-height:10px;
	position:relative;
}

nav ul li ul {
	height:10px;
	overflow:hidden;
	opacity:0;
	top:0;
	z-index:-1;
	position: relative;
}

nav ul li:hover > ul {
    background:#198E10;
	padding:3px 5px;
	height: auto;
	margin-bottom:3px;
	z-index:11;
	opacity:1;
    overflow:visible;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-transition:  all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: background-color 3s ease-out, opacity 0.1s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-in-out;
}

/*Botones de Colores*/


boton_wapp {
    text-decoration: none;
    position: relative;
    padding: 9px 15px;
    font-family: 'arial';
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    background-color: #25d366;
    margin-bottom: 11px;
    border-radius: 9px;
    border: 1px inset #FFF;
    display: inline-block; -webkit-transition: all .7s linear; -moz-transition: all .7s linear; -ms-transition: all .7s linear; -o-transition: all .7s linear; transition: all .7s linear;
  }

nav ul li a .mercado {
    border: 1px double;
    padding:3px 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
	background:#1D9712;
}

.barra {
   margin-top:11px;
  }

.barra a:hover {
    text-decoration:none;
    border-bottom: 2px solid #fff !important;
}

@media screen and (max-width: 768px) {
  .barra {
    border: 1px solid white !important;
	width:100%;
	text-align:center;
	margin-top:3px;
	line-height:31px;
	background:#97B296;
  }
}
   
@media screen and (max-width: 768px) {
    .barra a {
    border: none !important;
	font-weight: 500;    
	width:150%;
	line-height:41px;
	border-radius: none !important;
	background:none !important;
  }
}

nav ul li a .ventas {
    border: 1px outset;
	padding:3px 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
	background:#5da5a2;
}

@media screen and  (max-width: 768px) {
    nav ul li .ventas a {
    border: none !important;
	width:90%;
	background:#5da5a2;
  }
}

nav ul li a .compras {
    border: 1px inset;
	padding:3px 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
	background:#f25724;
}
 
nav ul li a .calif {
    border: 1px ridge;
	padding:3px 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
	background:#174459;
}

nav ul li a .admin {
    border: 1px dashed;
	padding:3px 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
	background:#37a4d9;
}

nav ul li a .salir {
    border: 1px bordeoutset;
	padding:3px 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 11px;
	background:#C9302C;
}

boton_menu_A {
    text-decoration: none;
    font-family: 'robotolight';
    font-weight: 600;
    font-size: 12px;
    color: #E0E6F8;
    background-color: #207d59;
    padding:3px 20px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
    border: 1px Inset #FFF;
    display: inline-block; -webkit-transition: all .7s linear; -moz-transition: all .7s linear; -ms-transition: all .7s linear; -o-transition: all .7s linear; transition: all .7s linear;
  }
boton_menu_A:hover{
    opacity: 0.7;
    color: #207d59;
    background-color: #FFF;
    transform: scale(1.2,1.2);
    transition: 0.7s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition: all .4s linear; -moz-transition: all .4s linear; -ms-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear;
  }
  
boton_menu_S {
    text-decoration: none;
    font-family: 'robotolight';
    font-weight: 600;
    font-size: 12px;
    color: #FEFFFE;
    background-color: #3b5b8e;
    padding:3px 20px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 11px;
    border: 1px Outset  #FFF;
    display: inline-block; -webkit-transition: all .7s linear; -moz-transition: all .7s linear; -ms-transition: all .7s linear; -o-transition: all .7s linear; transition: all .7s linear;
  }
boton_menu_S:hover{
    opacity: 0.9;
    background-color: #1E2AD2;
    color: yellow;
    text-decoration: none; 
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition: all .4s linear; -moz-transition: all .4s linear; -ms-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear;
  }  
  
/*---------------------------------------------------------
  5. Calificaciones
-------------------------------------------------------- */

ul.productos {
	margin: 0 0 0 10px;
	list-style: disc;
}

ul.productos a{
	color: #035f38;
}

ul .submenu {
	margin-left: 40px;
	list-style: square;
}

.datepicker {
	color: #333;
}

.thumbnail{
	background-color: transparent;
}
.conte-map{
    height: 669px;
	width:100%;
  }

.tabcal {
    display: table;
    border: 2px inset black;
    padding:7px;
    margin:11px;
    max-width: 269px;
    background-color:  #72977C;
}

.headcal {
  text-align: center;
  font-size: 1.07em;
  color: #056303;
  font-weight: 800;
}

.columna1{
display: table-cell;
border: 1px dotted white;
padding:3px;
width: 200px;
}

.columna2{
display: table-cell;
text-align: center;
border: 1px dotted white;
width: 31px;
padding:3px;
}

/*---------------------------------------------------------
  5.1 Mapas
-------------------------------------------------------- */

.conte-map{
	padding: 0 15px;
}

#map {
	height: 150%;
	width: 111%;
	color: #555;
	margin-top:-25px;
	margin-right: 11px;
}

#mapedit {
	height: 100%;
	width: 66%;
	color: #555;
	margin: 11px 11px 11px 0;
}

@media screen and  (max-width: 768px) {
    #map {
    height: 400%;
	width: 120%;
	color: #555;
	margin:-20px 0 20px 0;
  }
}

@media screen and  (max-width: 768px) {
    #mapedit {
    height: 200%;
	width: 100%;
	color: #555;
	margin:7px 0 20px 0;
  }
}

#form-agregar {
	margin: 17px 0;
    width: 90%;
}

#lista-ubicacions {
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

#lista-ubicacions .descripcion{
	font-size: 10px;
}


.ubicacion-1 {
	background-color: #6476b4 !important;
	border-color: #6476b4 !important;
}

.finca-2 {
	background-color: #f96364 !important;
	border-color: #f96364 !important;
}

.finca-3 {
	background-color: #55d431 !important;
	border-color: #55d431 !important;
}

.finca-4 {
	background-color: #77c383 !important;
	border-color: #77c383 !important;
}

.finca-5 {
	background-color: #49a49d !important;
	border-color: #49a49d !important;
}

.finca-8 {
	background-color: #49a49d !important;
	border-color: #49a49d !important;
}

.tituloHeader {
   margin-top: -50px;
}

/*---------------------------------------------------------
5.3 #Footer
-------------------------------------------------------- */

.site-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and  (max-width: 768px) {
.site-footer {
  position: absolute !important;
  bottom: 0;
  z-index: 1;
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.7);
  }
}

.site-footer a {
  color: #5cb48e;
}


/*---------------------------------------------------------
6. #Efectos Especiales
-------------------------------------------------------- */

#markerLayer img {
  animation: pulse .5s infinite alternate;
  -webkit-animation: pulse .5s infinite alternate;
  transform-origin: center;
  -webkit-transform-origin: center;
}

introa {
    color:white;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition-property: font-size;
    transition-duration: 4s;
}

introa:hover {
  font-size: 1.9rem;
  transition-property: font-size;
  transition-duration: 2s ease-in-out;
  -moz-transition-duration: 2s ease-in-out;
  -webkit-transition-duration: 2s ease-in-out;
}

.btn_group {
  text-align: center;
  margin-bottom:11px;
}

.btn_group ul li {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .social-icons {
    text-align: center;
    margin-top: 20px;
  }
  .social-icons li:first-child {
    margin-left: 0;
  }
}

/*---------------------------------------------------------
6a. # Custom MODAL
-------------------------------------------------------- */

.modal-backdrop{
	z-index: 10;
	color: #555;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modal-dialog > div {
	max-width: 731px;
	max-height: auto;
	top:93px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #ACD2BB !important;
	background: -moz-linear-gradient(#fff, #ACD2BB);
	background: -webkit-linear-gradient(#fff, #ACD2BB);
	background: -o-linear-gradient(#fff, #ACD2BB);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
  }
}

.modal-title{
	color: #555;
}

#modal_info {
	background-color: #ACD2BB;
	max-width:100%;
}


@media screen and  (max-width: 768px) {
#modal_info {
	background-color: #ACD2BB !important;
	max-width:303px !important;
  }
}


.modalClose {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 11px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.modalClose:hover { background: #00d9ff; }


/* Personalización de Radio Botons */
.contradio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 7px 31px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px inset black;
  background-color: #BDC1BE;
}

/* On mouse-over, add a grey background color */
.contradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contradio input:checked ~ .checkmark {
  background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.zoom {
    /* Aumentamos la anchura y altura durante 2 segundos */
    
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s,-o-transform 2s;
}

.zoom:hover{
    /* tranformamos el elemento al pasar el mouse por encima al doble de        su tamaño con scale(2). */

    transform : scale(1.5);
    -moz-transform : scale(1.5);      /* Firefox */
    -webkit-transform : scale(1.5);   /* Chrome - Safari */
    -o-transform : scale(1.5);        /* Opera */
    }

.rotar {
    transition: width 0.3s, height 0.3s, transform 0.3s;
}
    
.rotar:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

@media screen and  (max-width: 768px) {
    
  .zoom {
    transition: width 0.3s, height 0.3s, transform 0.3s;
    -moz-transition: width .5s, height .5s, -moz-transform .5s;
    -webkit-transition: width .5s, height .5s, -webkit-transform .5s;
    -o-transition: width .5s, height .5s,-o-transform .5s;
}
.zoom:hover {
    transform : scale(1.3);
    -moz-transform : scale(1.3);      /* Firefox */
    -webkit-transform : scale(1.3);   /* Chrome - Safari */
    -o-transform : scale(1.3);        /* Opera */

  }
  
  
}


/*---------------------------------------------------------
6b. # Sliders - Staticos
-------------------------------------------------------- */

#slide_cont {
 box-shadow:0px 0px 10px 0px silver;
 width:800px;
 height:400px;
 margin-top:100px;
}

#slideshow_image {
 width:800px;
 height:400px;
}

#prev_image,#next_image
{
 width:40px;
 height:40px;
}

/*---------------------------------------------------------
6c. # Sliders - Dynamics
-------------------------------------------------------- */

.containerSlider {
    margin-top: 20px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 90%;
    max-height: 231px;
    margin: auto;
}


@media screen and (max-width: 569px) {
.carousel-inner img {
	width: 90%;
	max-height: 211px !important;
  }
}


.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	margin-left: 15px;
}

.carousel-control.right span {
	margin-right: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.buttonsSliderR {
    float:right;
}

.buttonsSliderL {
    float:left;
    margin-left:15px;
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 10%;
    left: 1.8%;
    right: auto;
    width: 93.69%;
    color: #fff;
}

.header-text h2 > span {
    font-size: 0.8rem;
    margin-top:40px;
}

.header-text h2 span {
    background-color: #2980b9;
    font-weight: 700;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
}

.btn-min-block {
    min-width: 125px;
    line-height: 19px;
}

.btn-theme {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    background-color: yellow;
    border: 2px inset #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    font-size: 1.2rem;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

