@font-face{
	font-family: 'Avant Garde Book BT';
  	font-style: normal;
  	font-weight:normal;
  	src:url('../fonts/Avant Garde Book BT.ttf');
}
html, body {
  font-family:'Avant Garde Book BT';
  height: 100%;
  background: url(../img/fondo-l.png) no-repeat center fixed;
}

h3, h4, h5, h6, a, a:active, a:hover{
	color:#FFF;
}

body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.container-fluid{
	padding-top:0px;
}

.left-side img{
	width:100%;
	height:auto;
}


.interno{
	padding:20px;
}

.fondo-int{
	background-color: #717171;
}

blockquote{
	color:#b0b0b0;
	font-size:15px;
	padding: 10px 15px;
	text-align:left;
	margin-bottom:0;
	border-left: 5px solid #323c8b;
}

.rs{
	width:30px;
	height:30px;
}

.np{
	padding-left:5px;
	padding-right:5px;
}

@media(max-width:767px){
	.left-side img{
	width:100%;
	height:auto;
	padding:auto;
	}
	
	.interno img{
		width:100%;
		height:auto;
	}
}
@media(min-width:768px){
	.left-side img{
	width:100%;
	height:auto;
	padding:auto;
	}
	
	.interno img{
		width:100%;
		height:auto;
	}
	
}
@media(min-width:992px){
	.left-side img{
	width:100%;
	height:auto;
	padding:auto;
	}
	
	.interno img{
		width:100%;
		height:auto;
	}
}
@media(min-width:1200px){
	.left-side img{
	width:710px;
	height:auto;
	}
	
	.interno img{
		height: 87px; 
		width:auto;
	}
}
