.nosotros{

}
.nosotros .nosotros-encabezado{
	background:url(../imagenes/encabezado-nosotros.jpg) center top no-repeat #a8a8a8;
	color:#fff;
	padding:80px 20px 80px;
	height:140px;
}
.nosotros .nosotros-encabezado h1{
	color:#fff;
	margin:3px;
	line-height: 100%;
	font-size:40px;
}
.nosotros .nosotros-contenido{
	padding:20px 20px;
	font-size:20px;
	color:#666;
}
.nosotros .nosotros-equipo{
	background:#F0F0F0;
	padding:0px 20px;
	overflow:auto;
}
.nosotros .nosotros-equipo .titulado{
	margin-top:40px;
	margin-bottom:0px;
	text-align:center;
}
.nosotros .nosotros-equipo .titulado h1{
	color:#002154;
	font-size:25px;
}
.nosotros .nosotros-equipo .bloque{
	overflow:auto;
	padding:30px 0px;
}
.nosotros .nosotros-equipo .bloque a.imagen{
	width:200px;
	height:200px;
	float:left;
	margin-right:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#fff;
	display:block;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.nosotros .nosotros-equipo .bloque h3{
	font-size:17px;
	color:#001F52;
	margin:0px 0px 10px 240px;
	font-weight:700;
}
.nosotros .nosotros-equipo .bloque h3 a{
	color:#001F52;
}
.nosotros .nosotros-equipo .bloque h3 a:hover{
	color:#A50C21;
}
.nosotros .nosotros-equipo .bloque .descripcion{
	font-size:14px;
	color:#666666;
	margin:0px 0px 0px 240px;
	line-height:150%;
}

/*################# TABLETS #################*/

@media all and (max-width: 1024px){
	
}

@media all and (max-width: 768px){	
	
}

/*################# MOVILES #################*/

@media all and (max-width: 600px){
	.nosotros .nosotros-equipo .bloque a.imagen{
		width:100%;
		height:250px;
		float:none;
		margin-right:0px;
		margin-bottom:40px;
	}
	.nosotros .nosotros-equipo .bloque h3{
		margin:0px;
	}
	.nosotros .nosotros-equipo .bloque .descripcion{
		margin:0px;
	}
}

@media all and (max-width: 480px){
	
}