body, html {font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;}

.wbvisor_contenedor{
	width: 90%;
	height: auto;
    margin: auto;
    background: white;
    color: black;
    padding: 0.5%;
    border-radius: 0px;
    overflow: auto;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.wbvisor_cabecera{
	border: 2px solid #ff8000;
	padding: 0.5%;
    margin-bottom: 0.5%;
}

.wbvisor_bloque{
	border: 1px solid black;
	padding: 0.5%;
    margin-bottom: 0.5%;
}

.wbvisor_titulo{	
	font-size: large;
	padding-bottom: 1%;
}

.hide {
  display: none;
}
    
.divHover:hover + .hide {
  display: block;
}

.contenedor{
    width: 600px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorLocales{
	width: 90%;
	margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorGeotecnica{
	width: 720px;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
}

.localesBody{padding: 10px;}

.flex_row {
	display: flex;
	flex-flow: row nowrap;
	
}

.flex_column {
	display: flex;
	flex-flow: column nowrap;
}

.align_end {align-items: flex-end;}
.align_initial {align-items: initial;}
.align_center {align-items: center;}

.textCenter {text-align: center;}
.borderLeft {border-left: 1px solid black;}

.cuadro {
	border: 1px solid black;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

.cuadroPg97 {padding: 5px;}

.boxBasis75 {flex-basis: 75%;}
.boxBasis50 {flex-basis: 50%;}
.boxBasis33 {flex-basis: 33%;}

.boxGrow1 {flex-grow: 1;}
.boxGrow2 {flex-grow: 2;}
.boxGrow3 {flex-grow: 3;}
.boxGrow4 {flex-grow: 4;}
.boxGrow5 {flex-grow: 5;}
.boxGrow6 {flex-grow: 6;}
.boxGrow7 {flex-grow: 7;}
.boxGrow8 {flex-grow: 8;}
.boxGrow9 {flex-grow: 9;}
.boxGrow10 {flex-grow: 10;}

.linkButton{
	text-decoration: none;
    border: 1px solid black;
    color: black;
    padding: 2px;
    border-radius: 4px;
    background: #efefef;
}

.linkButton2{
	text-decoration: none;
    border: 1px solid black;
    color: black;
    padding: 3px;
    margin: 5px 0px 2px 0px;
    border-radius: 4px;
    background: #efefef;
}

#divCondUrban .divLinkButton{margin-top: 5px;}

select {
	font-size: 12px;
    max-width: 450px;
}

.titulo{
    font-size: 3ex;
    font-weight: bold;
    padding : 10px 0px 10px 10px;
    background: black;
    color: white;
}

#pestanas {
    font-size: 2.7ex;
    font-weight: bold;
}

#pestanas ul{
    margin-left: -40px;    
}

#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 2px -2px -0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color: black;
    width: 16%;
}

#pestanas a:link{
    text-decoration: none;
    color: black;
}

#contenidopestanas{
   	clear: both;
    padding: 20px 15px 20px 20px;
    border-top-left-radius: 0px;
    width: 100%;
}

.comboLabel {
	width: 70px;
	text-align: right;
	padding-right: 10px;
}

.textoResultados {
    color: red;
    text-align: right;
}

.textoPaginacion {
    text-align: center;
    padding: 2px;
    font-size: small;
}

.tablaResultados {
	width: 100%;
}

.tablaResultados table{
	width: 100%;
}

.tablaResultados tr{
	width: 100%;
}

.tablaResultados tr:nth-child(2n-1){
    background: #2d2c2c;
}

.tablaResultados tr:nth-child(2n){
    background: #ff661d;
}

.tablaResultados td{
    color: white;
    border-radius: 5px;
 
}

.tablaResultados table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 6px !important;
}

.top{width: 100%;}

.infoResults{width: 100%;}

.lengthResults{
    width: 50%;
    padding-bottom: 60px;
}

.paginationResults{font-size: 0.7em;}
 
.dataTables_scrollBody {border-bottom: none !important;}

* {box-sizing: border-box;}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
 
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: auto; 
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/* INICIO FORMULARIOS PG97 */

.contenedorParquesYJardines {
    width: 600px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorParquesYJardines .cuadro {
	padding: 3px;
    margin: 10px 5px 10px 10px;
}

.contenedorPag2{
    width: 550px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.jardinBox {
	margin: 2px 10px 2px 10px;
}

.pdfLink {
	margin-left: 10px;
}

.contenedorUrban {
    width: 300px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorFotos {
    width: 550px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorColonia {
    width: 430px;
    height: 450px;
    overflow: overlay;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.textAreaBox{overflow: auto}

.textoCondiciones{padding: 5px;}

.width100{width:100%; padding:5px;}

.textCenter{text-align: center;}

#divFotos{overflow: overlay}

/* FIN FORMULARIOS PG97 */

/* INICIO FORMULARIOS INFORMACION URBANISTICA VIGENTE */
.contenedorInfoVigente{
    width: 600px;
    margin: auto;
    background: white;
    color: black;
    padding: 0px 0px 5px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.contenedorInfoVigente #pestanas {
	font-size: small;
}

.tabbed {margin-left: 10px;}
.tabbed2 {margin-left: 20px;}

/* FIN FORMULARIOS INFORMACION URBANISTICA VIGENTE */

/* MODAL IMAGES */

.zoomImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 10px;
  margin-top: 5px;
}

.zoomImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 10%;
  top: 10%;
  width: 80%; /* Full width */
  height: 80%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    
  }
}

/* FIN MODAL IMAGES */

/* INICIO TREE LIST */

span.tree,
ul.tree,
ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

ul.tree ul {
  margin-left: 1.0em;
}

ul.tree li {
  margin-left: 0.3em;
  border-left: 2px dotted #afafaf;
  
}

ul.tree li:last-child {
  border-left: none;
}

ul.tree li:before {
  width: 0.9em;
  height: 0.6em;
  margin-right: 0.1em;
  vertical-align: top;
  border-bottom: 2px dotted #afafaf;
  content:"";
  display: inline-block;
  
}

li.first:before {
  content: url('http://placehold.it/12x12');
}

ul.tree li:last-child:before {
  border-left: 2px dotted #afafaf;
}

ul.interior li {
	display: flex;
    padding: 3px;
}

ul.interior li * {
	margin-right: 5px;
}

/* FIN TREE LIST */





/* INICIO FORMULARIO SUBVENCI�N */

@font-face {
	font-family: AytMadIcons;
	src: url(fonts/ayuntamiento-madrid.eot);
	src: url(fonts/ayuntamiento-madrid.eot?#iefix)
		format('embedded-opentype'), url(fonts/ayuntamiento-madrid.woff)
		format('woff'), url(fonts/ayuntamiento-madrid.ttf) format('truetype'),
		url(fonts/ayuntamiento-madrid.svg#AytMadIcons) format('svg')
}

.info-seccion .modal-alert {
	padding-left: 100px;
	padding-top: 24px;
	padding-right: 20px;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0;
}

.modal-alert.modal-error {
	background: #ce8a32;
}

.modal-alert.modal-success {
    background: #91c454;
}

.info-seccion .modal-alert .title-modal:after {
    left: 45px;
    top: 90px;
    margin: 0;
}

.modal-alert.modal-error .title-modal:after {
    color: #fff;
    content: "\22";
}

.modal-alert.modal-success .title-modal:after {
    color: #fff;
    content: "=";
}

.modal-alert .title-modal:after {
    line-height: 100%;
    position: absolute;
    content: "V";
    font-family: "AytMadIcons";
    color: #0077b9;
    text-indent: 0;
    font-size: 50px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    text-transform: none;
}

/* *:before, *:after { */
/*     -webkit-box-sizing: border-box; */
/*     -moz-box-sizing: border-box; */
/*     box-sizing: border-box; */
/* } */


/* FIN FORMULARIO SUBVENCI�N */