/** Custom CSS **/

/* Generales */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background: #e1e7eb;
}
.h5, h5 {
	font-size: 1rem;
	font-weight: 600;
}
.fa {
	font-size: 16px!important;
}
.fa-arrows-alt{
	font-size: 22px!important;
}
.fa-compress{
	font-size: 22px!important;
}
.semi-bold {
	font-weight: 600;
}
/**** General ****/
.standard-height {
	height: 21.4rem;
	height: 38vh;
	overflow: auto;
}

.standard-more-height {
	height: 47.5rem ;
	height: 78.7vh;
	overflow: auto;
}

.standard-height-overflow {
	height: 21.4rem;
	height: 38vh;
	overflow: auto;
}
.overflowx {
	overflow-x: hidden;
}
.noverflow {
	overflow: hidden!important;
}
.box-body {
	padding-right: 1.3rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	z-index: 9999999!important;
}
.table-responsive {
	border: 1px solid #e4e4e4;
}
.table {
	margin-bottom: 0;
}
.to-the-right {
	text-align: right;
}
.box-shadow-z0, .box-shadow-z0 .box, .box-shadow-z0 .box-color {
	box-shadow: none!important;
}
						      						      
/**** COLORES ****/
/* Color drs, que se ocupa para las barras de progreso, algunos iconos, etc. */
.drs-color {
	color: rgba(255, 255, 255, 0.87);
	background-color: #e64d43;
	background: #e64d43;
}
.btn-drs {
	color: #fff;
    background-color: #304b6c;
    border-color: #304b6c;
}

/* Iconos en las tablas de las páginas "Actas" */
.crit-red {
	color: #e64d43;
	background: transparent;
	background-color: transparent;
}
.crit-yellow {
	color: #f1c950;
	background: transparent;
	background-color: transparent;
}
.crit-green {
	color: #86B404;
	background: transparent;
	background-color: transparent;
}
.gray-bb {
	color: #b9b9b9;
	background: transparent;
	background-color: transparent;
}
.text-drs {
	color: #e64d43;
}
.md-input:focus, .md-input.focus {
	border-color: #e64d43!important;
}
.md-input:focus ~ label, .md-input.focus ~ label {
	color: #e64d43!important;
}

/**** Dashboard ****/
.dashboard .table td, .dashboard .table th {
	padding: .5rem;
}

.dashboard .table-gestion td, .dashboard .table-gestion th {
	padding: .2rem;
}
.small-form-control .form-control {
	min-height: 1.375rem;
}
.small-form-control .form-control-label {
	padding: .2375rem .75rem;
}
.small-form-control .input-group-addon {
	padding: .2375rem .75rem;
}


/****** Página Actas *******/
.actas-img-inside-box {
	height: 14.9rem;
	height: 27vh;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}

/**** Estado de los proyectos, página principal actas ****/
.succes {
	border-bottom: 8px solid #3fc571;
}
.careful {
	border-bottom: 8px solid #f1c950;
}
.failed {
	border-bottom: 8px solid #e64d43;
}
.box.bg-color-bb {
	background-color: #f9f9f9;
}

/* Tamaño iconos */
.md-34 {
	font-size: 34px;
    vertical-align: -10px;
}
.md-4 {
	font-size: 4px;
    vertical-align: -1px;
}



/**** MENU NAV  ****/
.light-bb {
	background: #ffffff;
	color: #76777d;
}
.navbar-brand-custom img {
	max-width: 132px;
	display: block;
	margin: 20px auto;
}
#aside {
	box-shadow: 1px 0 1px #E6E6E6;	
}
.navbar-nav.pull-right {
	padding-right: 30px;
}
/* Active - Hover Nav Ele */
.left .nav li.current-page {
	background: #eef1f2;
}

.left .nav li ul.nav-sub li.current-page {
	background-color: rgba(0, 0, 0, 0.045);
}

.current-page i {
	color: #e64d43;
}
.nav-icon {
	padding-top: .42rem;
}
.nav .nav-icon {
	padding-top: 1rem;
}
.nav-text {
	line-height: 1.825rem;
}
.navside .nav li a:hover, .navside .nav li a:focus {
	background-color: rgba(0, 0, 0, 0.045);
}
.nav-caret i {
	padding: 0.895em 0;
}

/**** HEADER ****/
.header-icos-bb {
	padding-right: 16px!important;
}
.header-icos-bb a i {
	color: #818c93;
}

.app-header .navbar {
	background-image: url('../images/fondo-navbar.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 1px 0 1px #E6E6E6;
	padding-left: 0!important;
}
.navbar-nav > .nav-item > .nav-link-bb {
	line-height: 3.5rem;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.6em;
	color: #ffffff;
}
.ico-nav-bb {
	border-right: 1px solid rgba(215,215,215,0.3);
}
.dropdown-menu {
	margin: 0;
}

/**** SEARCH BOX ****/
.input-group-sm > .form-control {
	padding: .275rem 2rem;
}

#search-content {
	width: 210px;
	height: 33px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
}

#search-content:focus {
    box-shadow: none;
    border-color: #eff0f4;
    width: 260px;
}

#search-content::-webkit-input-placeholder{
 	color: #000;
 	font-size: 13px;
 	padding-top: 4px;
}

#search-content:-moz-placeholder{
 	color: #000;
 	font-size: 13px;
 	padding-top: 4px;
}

#search-content::-moz-placeholder{
 	color: #000;
 	font-size: 13px;
 	padding-top: 4px;
}


#search-content:-ms-input-placeholder {
 	color: #000;
 	font-size: 13px;
 	padding-top: 4px;	
}

#search-content:input-placeholder {
 	color: #000;
 	font-size: 13px;
 	padding-top: 4px;	
}



.input-group-sm > .input-group-btn > .btn {
	padding: 0!important;
}

/**** Contenedor Slider *****/
.item {
	padding: 0 1.1rem;
}
/* fix para las página que no incluyen .item, la clase a continuación va en el contenedor .padding */
.no-slide {
	padding: 1.5rem 2.5rem!important;
} 


/**** Dashboard ****/
.list-item {
	border-bottom:1px solid #eaeaea!important;
}
.list-item:first-child {
	padding-top: 1.3rem!important;
}
.list-item:last-child {
	border-bottom:0!important;
}

/* User Info */
.navbar-nav > .nav-link, .navbar-nav > .nav-item > .nav-link, .navbar-item, .navbar-brand {
	border: 0;
}
.user-info {
	border-left: 1px solid rgba(215,215,215,0.3);
	border-right: 1px solid rgba(215,215,215,0.3);
}
.next-to-user-img {
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff!important;
}
.navbar .avatar {
	margin-left: 10px;
}


/**** Google maps ****/
#map-canvas {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Contenedor del titulo + caption */
.img-box {
	padding: 0;
	margin: 0;
}
.img-inside-box {
	width: 100%;
	height: auto;
	position:relative;
	top:0;
	border:0;
	outline: 0;
}
.box-caption-bb {
	position:absolute;
	width: 100%;
    height: 50px;
    transform:translateY(-50px);
    padding: 5px 15px;
    background-color: rgba(0,35,83,0.8);
    color: #ffffff;
}
.box-desc-bb {
	padding: 25px 10px;
}
.box-desc-bb .title-desc {
	display: block;
	text-align: center;
    color: #484849;
    font-size: 1.25rem;
    font-weight: 600;
}
.box-desc-bb .title-desc-caption {
	font-size: 13px;
	display: block;
	color: #76777d;
	text-align: center;
}
.box-desc-bb .title-desc-caption > strong {
	font-weight: 500;
	color: #444348;
}

/* Ajustes al Formulario */
.users-select-bb .select2 .selection .select2-selection {
	min-height: 5.375rem;
}
.padding .btn {
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-o-border-radius: 3px!important;
	border-radius: 3px!important;
}
.col-sm-5 .select2 {
	width: 100%;
}
.no-padding-left {
	padding-left: 0!important;
} 
/* Página crear nuevas actas 2 */
.custom-ico-r:before {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url('../custom-icos/ico-r.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.custom-ico-t:before {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url('../custom-icos/ico-t.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.dataTables_wrapper.form-inline .form-control {
	min-height: 1rem;
}

/**** INICIO PROYECTOS ****/
.container-stats-img {
	position: relative;
}
.stats-box-bb {
	position:absolute;
	top: 0;
	height: 100%;
	width:100%;
	background-color: rgba(0, 35, 85, 0.65);
	z-index: 999;
}
.stats-box-bb .box-body {
	position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 12%;
}
.date-info {
	padding: 10px;
}
.date-info > span {
	display: block;
	color: #ffffff;
}
.date-info > strong {
	color: #ffffff;
	font-weight: 600;
    font-size: 1.15em;
}


.code-info {
	padding: 10px;
}
.code-info > span {
	display: block;
	color: #ffffff;
}
.code-info > strong {
	color: #ffffff;
	font-weight: 600;
    font-size: 1.15em;
}

.status-completion {
	position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    bottom: 5px;
}
.status-completion > span {
	display: block;
	text-align: center;
	color: #ffffff;
}
.easyPieChart > div {
	color: #fff;
    font-size: 1.6em;
    font-weight: 600;
}

/* fixes a las imagenes */
.proyectos-img-inside-box {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 12rem;
	height: 21.5vh;
}
.rez-resp-low canvas {
	height: 6.2rem!important;
}
.date-info {
	float: left;
}

.code-info {
	float: right;
}

/* Link ver más */
.more-link {
	width: 100%;
    display: block;
    text-align: center;
    padding: 0.5155rem 0;
    color: #ffffff;
    background-color: #818c93!important;
    font-size: 1.2em;
    font-weight: 600;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.more-link:hover {
	color: #e64d43;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

/* Subir Excel */
input[type="file"] {
	max-width: 200px;
}

/***** Galería *****/
/* Principal */
.caption {
	color: #ffffff;
	width: 100%;
    display: block;
    background-color: #e54d43;
    min-height: 3.3rem;
    position: absolute;
    transform: translateY(-40px);
    padding: 14px 15px;
    font-size: 1rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
li:hover .caption {
	transform: translateY(-50px);
	opacity: 1!important;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* Fechas */
.caption-date {
	
}

.cd-tab-filter-wrapper {
	background:transparent!important;
	box-shadow: none!important;
}
.cd-tab-filter {
	width: auto!important;
	height: auto!important;
}
.cd-filters {
	padding: 0;
    margin: 0;
    text-align: right;
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMV…GzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right .75rem center no-repeat #fff;
}
.form-control {
	-webkit-appearance: none;
}
.cd-tab-filter a {
	color: #ffffff!important;
	box-shadow: none!important;
	font-size: 0.856em!important;
}
.cd-tab-filter a.selected {
	color: #e54d43!important;
    box-shadow: none!important;
}
.cd-filters:hover li {
    display: block;
}

.cd-gallery li {
	position: relative;
}

section.cd-gallery ul {
	padding: 0;
}

/* Filtros */
#gal-filters {
    background-color: #818c93;
    background: #818c93!important;
    color: #ffffff;
    font-size: 0.967rem;
}

/***** Estilos generales POR proyecto, quiere decir estilos de los filtros aplicados a la galería solamente (son en su mayoría los mismos que encontrarás en: libs/jquery/mixitup/style.css) ****/

.cd-gallery {
  padding: 0.679em 0!important;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  display: inline-block;
  list-style: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.btn-go-back {
	margin: 0.5% 1.1%;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: center;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin: 0.789%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;
    margin: 0.789%;
  }
}


/***** Sidebar ******/
.switcher {
	top: 132px;
}
.switcher .col-md-10, .switcher .col-md-2 {
	padding: 0!important;
}
.switcher .list-item {
	padding: 12px 0!important;
}
.switcher .box-body .fa {
	display: block!important;
}
.alignme-rt {
	text-align: right;
	display: block;
	margin-left: 18px;
}
.switcher .w-40 {
	text-align: right!important;
}
.col-md-3 .w-40 {
	margin-left: 1.1rem;
}
.gimme-space-bb {
	height:10px;
	display: block;
}
#sidebar .box-body {
	padding: 0!important;
	padding-right: 1.3rem!important;
}
#sidebar-container .sidebar .list-item {
	padding: 10px 0!important;
}
#sidebar-container .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
#sidebar-container .sidebar .list-item {
	overflow: hidden;
	overflow-x: hidden;
}

/***** Página Login *****/
body.login-reg {
	background-image:url('../images/bg-login.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-color: rgba(0,35,83,0.35);
}
.logo-login-reg {
	display: block;
	margin: 30px auto;
	width: 132px;
}

/***** Pequeño Fix a la Galería ******/
.slbWrap {
	position: inherit!important;
}

/********** Date Picker ********/


.datepicker-input{
	font-size: 14px;
}


.datepicker table tr td.today{
	color: #fff;
    background-color: #005B98;
    border-color: #005B98;
}

.datepicker table tr td.today:hover{
	color: #fff;
    background-color: #00395F;
    border-color: #00395F;
}

.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.open>.dropdown-toggle.datepicker table tr td.active, 
.open>.dropdown-toggle.datepicker table tr td.active.highlighted{
	color: #fff;
	background-color: #e64d43;
    border-color: #e64d43;	
	
}

.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.highlighted.active:hover{
	background-color: #AD2921;
    border-color: #AD2921;	
}


/* File input Bootstrap */
.file-input-wrapper{
    max-width: 243px;	
     
}
.file-input-wrapper input[type=file],
.file-input-wrapper,
.file-input-wrapper span,
.file-input{
	 cursor: pointer;
}

.file-input-wrapper:hover{
	color: #fff;
}

/******** Informe-movil.php Dropzone ********/
.custom-zone {
	border: 2px dashed #304b6c;
    height: 174px;
    text-align: center;
    padding-top: 70px;
    transition: 0.3s;
    cursor: pointer;
}

.custom-zone-over {
    border: 5px dashed #304b6c;
   /*transition: 0.5s;*/
}

.progress-bar{
	background-color: #e64d43;
}


/* div table */
.divTable {
    display: table;
    width: 100%;
    background-color: #f9f9f9;
    border: 0px;
}

.divRow {
    display: table-row;
	width: 100%;
}

.divCell {
    float: left;
    display: table-column;
    width: 23%;
    border-top: 1px solid #ddd;
    padding-top: 9px;
    padding-bottom: 6px;
    text-align: center;
}
.divCell p{
    margin-bottom: 0px;
}

.hide-edit{
	display:none;
}


/******* Maximize ********/
.box .additional-btn {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 2;
    
}

.box .additional-btn .maximize{
	color: #828d94;
}

.box .additional-btn .maximize:hover{
	color: #676b6e;
}

.box-header h3{
	width: auto;
	
}

.box-header .box-maximize{
	position: absolute;
    top: 10px;
    right: 13px;
    z-index: 2;
}

.box.maximized {
    position: fixed;
    top:0;
    text-align: left;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    width:99%;
    height: 100%!important;
}   

.date .form-control[readonly] {
	background-color: #ffffff;
	font-size: 0.935em;
}


.box .form-group .select2-container{
	width: 86%!important;
}

.dataTables_filter{
	text-align: right;
}


.editable-buttons{
	position: relative;
	background: #fff;
}


/****** OWL Slide controls ******/
.owl-carousel {
	margin-bottom: 0;
	
}
.owl-pagination {
    position: absolute;
    bottom: -5px;
    margin-bottom: -5px;
    left: 50%;
    margin-left: -2.2%;
}

td.legendLabel {
	font-size: 8px!important;
}
/*****************
 * 	Galeria 2
 * 	********************/
	/* Detalles proyecto - galeria y lightbox */
ul.gallery{
    margin-top: -7px;
    list-style: none outside none;
    padding-left: 0;
}
.gallery li {
    height: 166px;
    margin-bottom: 20px;
}

.gallery li a img {
	max-width: 100px;
}

.showThumbByDefault #lg-gallery.open .lg-slide {
	padding-bottom: 120px;
}
.showThumbByDefault #lg-gallery .thumb-cont .thumb-info{
    display:none;
}

.showThumbByDefault #lg-action {
    position: static;
}
.showThumbByDefault #lg-action a {
    margin-top: -14px !important;
    position: absolute;
    top: 44%;
    z-index: 9999999;
    background-color: transparent;
    font-size: 33px;
}
.showThumbByDefault #lg-action a#lg-prev {
    left: 17px;
}
.showThumbByDefault #lg-action a#lg-next {
    right: 17px;
}

#lg-outer{
	background: rgba(13, 13, 13, 0.73)!important;
}

#lg-gallery.open .thumb-cont{
	text-align: center!important;
}

.showThumbByDefault .close{
	opacity: 1;
	background-color: transparent!important;
}
.showThumbByDefault .close:hover{
	background-color: transparent!important;
}

.showThumbByDefault #lg-close:after{
    font-size: 30px;
}

.showThumbByDefault #lg-action a#lg-prev:hover,
.showThumbByDefault #lg-action a#lg-next:hover {
	opacity: 0.7;
}

#lg-action a.disabled{
	background-color: transparent!important;
	opacity: 0.3;
}
/* Big picture */
.big-picture div{
    height: 361px;
    padding-right: 0;
    background-size: cover;
    background-position: center center;
}

/* Collage */
.thumbnail_img:after {
	clear: both;
	display: table;
    content: " ";
}
    
.thumbnail_img div{
    height: 170px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    background: #000!important;
}

.thumbnail_img a img {
    position: absolute;
    left: -20%;
    right: -20%;
    top: -20%;
    bottom: -20%;
    margin: auto;
    min-height: 125%;
    min-width: 125%;
}

.thumbnail_img .ver-mas:after {
	position: absolute;
    text-align: center;
    padding: 83px 0;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3)!important;
    height: 100%;
    width: 100%;
    transition: 0.1s;
    content: 'Ver 'attr(data-num-fotos)' más';
}

/* Modificaciones 19/01 */
.showme-on {
	display: block;
}
.hide-me {
	display: none!important;
}

/* Modificaciones 19/01 */
.show-me-under {
	display: none!important;
}

/* Target a la columna nº10 */
#datatables-1 tbody tr td:first-child + td + td + td + td + td + td + td + td + td, #datatables-2 tbody tr td:first-child + td + td + td + td + td + td + td + td + td, #datatables-3 tbody tr td:first-child + td + td + td + td + td + td + td + td + td {
	display: none;
}

/* Ajustes al box body para regular su espacio negativo */
.box-body {
    padding: 0 1rem 0.7rem;
}

/* Frase ó logo que irá sobre el header */
.drs-container {
	opacity: 0;
	position: absolute;
	left: 135px;
	top: 6px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.85);
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
body.hide-side-bar .drs-container {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.drs-container > h2 {
	font-size: 2.2em;
    color: #ffffff;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 0!important;
    letter-spacing: -0.066em;
}
.drs-container > h3 {
	font-size: 0.699em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Times, Helvertica, sans-serif;
    letter-spacing: -0.066em;
}


.pagination>li>a, .pagination>li>span {
	line-height: 1rem!important;
}

.estado_pago{
	height:230px;
}
.curva-avance{
	height:210px;
	width:100%;
}
.acti-emp{
	height:150px;
	width:100%;
}

.pie-gestion{
	height:240px!important;
	width:100%;
}
.resumen-acti{
	height:230px;
}
.rdi-1{
	height:200px;
	width:100%;
	margin-top:-40px;
}
.adi-1{
	height:180px;
}
.adi-2{
	height:200px;
}
.rdi-2{
	height:200px;
}

.pdf_acta{
	height: 10%;
}
.sin_info{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 90%;
	color: #818a91;
	text-align: center;
	margin-top:20px;
}
.sin_info2{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 90%;
	color: #818a91;
	text-align: center;
}
.titulo_proyecto{
	font-size: 23px;
	font-weight: bold;
}
.display_map{
	height: 670px;
	weight: 1200px;
}
