/**************************************** BANNER *****************************************/
#banner {
	background-color: #fff;
	position: relative;
	text-align: center;
}

.bx-controls {
	display: block;
}

.bx-has-pager {
	position: relative;
}

.bx-default-pager{
	/*background: url(../img/fondos/transparencia.png) repeat left top;*/
	height: 25px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.bx-wrapper .bx-pager {
	text-align:center;
}

.bx-pager-item {
	margin-top: 8px;
}

.bx-pager-item: first-child {
	margin-left: auto;
	margin-right: auto;
}

.bx-default-pager a {
    background: none repeat scroll 0 0 #fff;
    /*border-radius: 5px;*/
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.bx-pager-item .active {
    background: none repeat scroll 0 0 black;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.iosSlider {
	width: 100%;
	height: 100%;
	list-style: none;
	position: relative;
}

.iosSlider img{
	border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}

/******************************** FIN BANNER **********************************/

.txtBanner {
	position: absolute;
	box-sizing: border-box;
	text-align: center;
	top: 0;
	z-index: 50;
	color: #FFF;
	left: 20px;
	right: 20px;
	background-color: rgba(7, 63, 100, 0.54);
	padding-top: 80px;
	padding-bottom: 50px;
	height: 100%;
}

.txtBanner h2 {
	line-height: 40px;
	font-size: 36px;
	color: white;
}

.txtBanner h3 {
	font-size: 36px;
	font-weight: 200;
	max-width: 60%;
	margin: 0 auto;
}
.txtBannerInt {
	position: absolute;
	box-sizing: border-box;
	text-align: center;
	top: 0;
	z-index: 50;
	color: #FFF;
	left: 20px;
	right: 20px;
	padding-top: 80px;
	padding-bottom: 50px;
	height: 100%;
}

#listadoProyectos ul {
	padding: 30px 0;
	padding-top:0px;
}

#listadoProyectos ul li {
 	color: #808384;
    cursor: pointer;
    float: left;
    /*height: 120px;*/
    list-style: outside none none;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 240px;
}

.accesosInicio {
	height:100px;
	background-color: #dddddd;
	overflow: hidden;
	padding: 10px 0px;
}

#duch {
	position: relative;
}

#BtnDuch {
	position:absolute;
	text-align:center;
	top:340px;
	z-index: 50;
	color:#FFF;
	left:20px;
	right:20px;
}
#duch .btn{
	width:275px;
	max-width:inherit;
}