	body {
		height: 100%;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#map {
	  	float: left;
	  	width: 100%;
		height: calc(100vh - 0px);
  		clear: both;
	}

	.sidebar {
	  	float: left;
	  	width: 100%;
		padding: 10px;
		box-sizing: border-box;
	   	background-color: white;
	   	color: #175B81;
	}

	#footer {
		float: left;
		background-color: #175B81;
		color: white;
	  	width: 100%;
	  	height:25px
	}

	.text-labels     {
		font-weight: bold;
		color:#006400;
		font-family: "Arial Black"
		font-size: 20px ;
		line-height:25px;
		text-align:center;
	 }


	#ckboxes {
		padding-left: 10px;
	}

	.imagen {
		width:100px;
		object-fit:scale-down;
		padding: 5px;
		box-sizing: border-box;
	}

	.box{
		width:15px;
		height:15px;
		border-radius:25px;
    	display: inline-block;
	}
	
	.sectores{
		width: 300px; 
		position: absolute; 
		z-index: 9999; 
		right: 2px;
		border-radius: 7px;
		margin: 10px;
	}
	.titulo{
		padding: 10px; 
		width: 300px; 
		position: fixed; 
		z-index: 444; 
		left: 50px;
		/*background-color: #0087FF;*/
		font-size: 16px;
		font-weight: bold;
		border-radius: 7px;
		color: #FFF;
		margin-top: 10px;
		text-align: center;
	}

	.css-button{
		width: 100%;
		box-sizing: border-box;
		color: #fff;
		padding: 4px 10px;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		transition: all 0.3s ease;
		position: relative;
		display: inline-block;
		outline: none;
		border-radius: 20px;
		border: 2px solid #000;
		background: #0091ff;
		margin-bottom: 0px;
	}
	.css-button:hover {
		background: #fff;
		color: #2c0b8e
	}
	.css-button-selecionado {
		background: #fff;
		color: #2c0b8e
	}
	.alert{margin: 0px 0px 5px 0px;}	
	
	
	/*MENU LATERAL DERECHO*/
	div.likeboxwrap {
		margin-top:-5px;
		margin-left:-45px;
		width:460px;
		height:528px;
		background-color:#fff;
		overflow:hidden;
	}	
	
	
	
	/*Acco*/
.ac-container {
    max-width: 400px;
}

.ac-container label {
    height: 20px !important;
    line-height: 21px !important;
    font-size: 14px !important;
	font-weight: bold;
   /* font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 10px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
   /* font-size: 19px;*/
    background: #fff;
    background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: linear-gradient(top,#fff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
   /* font-size: 12px;*/
    height: 30px;
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #f1f2f3;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 12px 'Open Sans';
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: 250px;
	overflow: auto;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.ac-container input:checked ~ article.ac-large {
    height: 230px;
}	
	
.proyecto_titulo{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #003194;
}	


a {
    text-decoration: none;
}

.alert {
	font-size: 16px;
    position: relative;
    border: 1px solid;
    border-radius: 3px;
    clear: both;
    padding: 7px;
    padding-left: 7px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.65);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.65);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.65)
}
.alert.no-margin {
    box-shadow: none;
    border-radius: 0;
    border-width: 1px 0;
    margin-left: -10px;
    margin-right: -10px
}
.alert.no-margin.top {
    border-width: 0 0 1px;
    margin-top: 0
}
.alert.no-margin.bottom {
    border-width: 1px 0 0;
    margin-bottom: 0
}
.alert span.hide {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 0
}
.alert span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -8px
}
.alert.success {
    color: #336002;
    border-color: #70a772;
    background: url(../prax-img/alertboxes/bg-success.png) repeat-x #a3d9a5
}
.alert.success span.icon {
    background: url(../prax-img/alertboxes/tick-circle.png)
}
.alert.error {
    color: #D8000C;
    border-color: #cb5959;
    background: url(../prax-img/alertboxes/bg-error.png) repeat-x #f2aeae
}
.alert.error span.icon {
    background: url(../prax-img/alertboxes/cross-circle.png)
}
.alert.warning {
    color: #9F6000;
    border-color: #c9ab40;
    background: url(../prax-img/alertboxes/bg-warning.png) repeat-x #ffe68b
}
.alert.warning span.icon {
    background: url(../prax-img/alertboxes/exclamation.png)
}
.alert.info {
    color: #00529B;
    border-color: #446d99;
    background: url(../prax-img/alertboxes/bg-information.png) repeat-x #a5c8f4
}
.alert.info span.icon {
    background: url(../prax-img/alertboxes/information.png)
}
.alert.note {
    color: #333333;
    border-color: #a3a3a3;
    background: url(../prax-img/alertboxes/bg-note.png) repeat-x #dfdfdf
}
.alert.note span.icon {
    background: url(../prax-img/alertboxes/notebook.png)
}

.caja-titulo {
    background: url('../prax-img/forms/legend-bg.png') repeat-x #e9ebf0;
    border: 1px solid #d2d2d2;
    padding: 4px;
    border-top-width: 1px;
    border-top-width: 1px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFF;
    font-weight: bold;
    color: #333;
}
.informacion2 {
    color: #FFF;
    background-color: #0052cd;
    border-radius: 5px;
    padding: 4px;
    font-weight: bold;
    font-size: 13px;
}