﻿.banner{
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0 0 0;
}

.banner-conten{
	background: #f7f7f7;

	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	padding: 5px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;

	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
}

.banner-conten span{
	word-spacing: 5px;
	font-weight: normal;
	font-size: 25px;
	color: #970426;
}



.parte{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.seccion{
	background: #f7f7f7;
	width: 61%;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.titulo-seccion{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion{
	border-bottom:20px solid white;
	position: relative;
	text-align: justify;
	line-height: 28px;
}

.margin-left{
	border: 1px solid transparent;
	width: 18px;
	float: left;
}

.imagen-seccion{
	border: 0px solid red;
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 5px;
}



.clientes{
	background: #f7f7f7;
	width: 47%;
	line-height: 26px;
	margin: 0 1.5%;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}




.galeria{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 20px 0;
}

.titulo-galeria{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	color: red;
	font-size: 28px;
	font-weight: bold;
	float: left;
	padding: 12px 0;

	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
}

.imagenes-galeria{
	width: 100%;
	padding: 15px 0;
}

.height1 img{
	height: 166px;
}

.height2 img{
	height: 182px;
}

.height3 img{
	height: 187px;
}

.height4 img{
	height: 171px;
}

.height5 img{
	height: 187.5px;
}

.height6 img{
	height: 171px;
}

.pdf{
	height: 150px !important;
}


@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}
}

@media screen and (max-width: 500px){
	.clientes{
		width: 97%;
	}
}

