/*datos delegados*/

.bg-info-servicios{
	background-color:#fff;
	border-radius:20px;
	padding:40px 60px 60px;
}

.mt-4{
	margin-top: 4rem;
}
.mt-5{
	margin-top: 5rem;
}

/*.bg-info-servicios p{
	color:#3c4543;
}

.bg-info-servicios .circulo{
	margin-left:-70px;
	margin-right:16px;
}*/


/* ----------------------------------------------------------------
	botones flotantes
-----------------------------------------------------------------*/

#b-start {
    position: fixed;
	right:20px;
	top:134px;
    z-index: 1000;
}


/*be pinch*/
/*.bepinch {
	margin-bottom: 0;
	padding-left: 0;
}*/


.nav > li > a {
	font-size:40px;
	font-weight:bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

/*** padecimientos ***/		
		
/* Picture Styles */
#picture{ 
	position:relative;  
	width:100%; 
	height:500px; 
	margin:0px auto; 
	background: url('../images/be-pinch.png') no-repeat center;
	/*background-size:100%;*/
	overflow:hidden; 
}

#picture p{
	font-size:13px;
	line-height:1.4;
	margin-top:-20px;
	margin-left:40px;
	padding:8px;
	background: rgba(255,255,255,0.7);
	/*box-shadow: 0 0 10px #000;*/
}

			
/* General More Button */		
.more{
	position:absolute; 
	width:30px; 
	height:32px; 
	/*background:url('../images/dim.png'); 
	border:1px solid #444; */
	/*padding:5px;*/ 
	text-align:left; 
	overflow:hidden;
}
			
.more span{
	position:absolute; 
	left:45px; 
	width:400px; 
	padding:0 0 0 2px; 
	color:#e06c1c;
	font-size:14px;
	font-weight:700;
	text-shadow:#fff 1px 1px 0px;
	/*font:bold 13px Lucida Grande, Arial, sans-serif; 
	text-shadow:#000 1px 1px 0px;*/
}
			
/* Item Specific More Button */
#be-pinch-p{ top:4%; left:40%; }
#be-pinch-i{ top:16%; left:58%; }
#be-pinch-n{ top:44%; left:68%; }
#be-pinch-c{ top:72%; left:59%; }
#be-pinch-h{ top:82%; left:42%; }


/*#padecimiento01 img, #padecimiento02 img, #padecimiento03 img, #padecimiento04 img {
	width:100%;
	height:auto;
}*/
			
/* General Info Box */
#infobox{
	position:absolute; 
	bottom:-400px; 
	left: 40%; 
	height:310px; 
	width:400px; 
	z-index:20;
	/*margin:20% auto;*/
	margin:0 0 -120px -150px;
	padding:5px;
	background:#FFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#infobox img{
	width:100%;
	height:auto;
}

#infobox a, #infobox a:visited{
	font:18px, serif;
	color:#000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none; 
	line-height:26px;
	margin-left:20px;
}
#infobox a:hover{ text-decoration:underline; }
				
/* Close button for info box */
span.close{
	max-width:30px;
	position:absolute;
	right:25px; top:5px;
}
			
/* The dimmed background when the info box is showing */	
#fade_bg{
	position:absolute; 
	z-index:15;
	width:100%; 
	height:100%; 
	background:url('../images/dim.png'); 
	display:none;
}





