/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

html,
body{margin:0;padding:0;height:100%;min-width:320px;background:#fff;font-family:'GothamRegular';}
@font-face{font-family:'GothamRegular';src:url('../fonts/gotham-book.eot');src:url('../fonts/gotham-book.eot') format('embedded-opentype'),
url('../fonts/gotham-book.woff') format('woff'),
url('../fonts/gotham-book.ttf') format('truetype'),
url('../fonts/gotham-book.svg#GothamRegular') format('svg');}

/* Basic Styles */

	#billboard_quienes {
		text-align: center;
		color: white;
		max-width: 1800px;	
		margin: auto;
		overflow: hidden;
		max-width: 1800px;
	}
	
	#billboard_quienes img{
		height: auto;
		text-align: center;
		position: relative;
		width: 100%;
	}
	
	#menu_medio_quienes_left, #menu_medio_quienes_center, #menu_medio_quienes_right{
		display: inline-block;
		position: relative;
		width: 33%;
		padding: 0;
		margin: auto;
		margin-top: 0%;
		float: left;
	}
	
	.secciones_quienes{
		float: left;
	}

	.secciones_quienes img{
		position: relative;	
		display: block;
		width: 99%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 10px;
	}	

	
	#imagen1{
		position: relative;	
		display: block;
		width: 100%;
		height: auto;
	}
	
	#imagen1 img{
		position: relative;
	}

	#imagen2{
		width: 100%;
	}
	
	#imagen2 img{
		position: relative;
	}
	
	#imagen3{
		width: 100%;
		height: auto;
	}
	
	#imagen3 img{
		position: relative;
	}
	
	#imagen4{
		width: 100%;
		height: auto;
	}
	
	#imagen4 img{
		position: relative;
	}

	#imagen5{
		width: 100%;
	}
	
	#imagen5 img{
		position: relative;
	}
	
	#imagen6{
		width: 100%;
		height: auto;
	}
	
	#imagen6 img{
		position: relative;
	}

	.division_quienes img{
			position: relative;
			width: 1%;
	}	
/* Tablets from 950 px */
@media screen and (max-width: 950px) {

	
}	
	
/*Styles for screen 750px and lower*/
@media screen and (max-width: 750px) {
		#billboard_quienes img{
			height: auto;
			text-align: center;
			position: relative;
			width: 120%;
	}

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 515px) {
		#billboard_quienes img{
			height: auto;
			text-align: center;
			position: relative;
			width: 130%;
	}
	
	#menu_medio_quienes_left, #menu_medio_quienes_center, #menu_medio_quienes_right{
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		margin-top: 2%;
		height: auto;
	}
	
	#imagen1 img, #imagen2 img, #imagen3 img{
		width: 50%;
		position: relative;
		float: left;
	}

	#imagen4 img, #imagen5 img, #imagen6 img{
		display: inline-block;
		width: 50%;
		float: right;
		position: absolute;
		top: 0%;
		right: 0px;
	}
	
	.secciones_quienes img{
		position: absolute;
		width: 50%;
		display: inline-block;
	}
	
	#call2action, .pie{
		position: relative;
		top: 5%;
		top: 50px;
		
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {

	
	}