﻿.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.seccion strong{
	color: #00aeeb;
	font-size: 20px;
}

.mitad{
	width: 50%;
	float: left;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}

.cuadro{
	background: white;
	width: 31.33%;
	min-height: 160px;
	text-align: justify;
	line-height: 22px;
	float: left;
	margin: 0 1% 25px;
	padding: 15px 10px;

	box-shadow:1px 1px 1px #000;

	border-radius: 5px;

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

.cuadro strong{
	width: 100%;
	text-align: center;
	color: #00aeeb;
	float: left;
}



.banner{
	background: #00aeeb;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin: 30px 0 0 0;
	padding: 10px 0;
}


.banner2{
	background: white;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #00aeeb;
	padding: 10px;
	float: left;

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





#fondo{
	position: relative;
	background: url(../images/fondo-capacitacion.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0 50px;
	margin-bottom: 40px;
}

#oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

#fondo-conten{
	position: relative;
	z-index: 2;
	width: 1150px;
	color: white;
	margin: 0 auto;
}




@media screen and (max-width: 1150px){
	#fondo-conten{
		width: 100%;
		padding: 0 10px;

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

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

	.imagen-seccion img{
		width: 70%;
	}

	.mitad{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	.cuadro{
		width: 48%;
		margin: 0 1% 20px !important;
	}
}

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