/*estilo.css*/

.container-fluid{
	padding:0;
}

/* ------ HEADER ------ */

header{
	width: 100%;
	max-width: 1489px;
	height: 100%;
	max-height: 226px;
	background-image: pink;
	background-size: 100% 100%;
}

/* ------ BARRA DE NAVEGACION ------ */

.navbar{
	background-color: #5882FA;
	font-weight: bold;
}

.font-nav1{
	color: white;
}

/* ------ SLIDE ------ */

.carousel-inner>.item{
	background-color: rgba(0, 76, 245, 0.7);
}

.carousel-inner>.item>a>img{
	height: 100%;
	max-height: 400px;
	margin: 0 auto;
}

/* ------ INDEX ------ */

#titulo-index{
	width: 100%;
	height: 100%;
	margin-top: 2%;	
	margin-bottom: 2%; 
	background-image: url(../img/banner-titulo1.png);
	background-size: 100% 100%;
}

#avion{
	width: 25%;
	height: 25%;
	float: right;
	margin-left: 2%;
}

/* ------ CUERPO ------ */

section{
	margin-top: 2%;
	padding: 2%;
	text-align: justify;
	color: darkblue;
	font-weight: bold;
/*	background-color: #08088A;*/
	text-align: justify;
}

#titulo{
	border-bottom: lightblue solid;
	margin-bottom: 2%;
}

/* ------ CAPACITACION ------ */

#banner-cursos{
	margin-top: 1%;
	margin-bottom: 1%;
}

.cursos>img{
	margin: 0 auto;
}

#cursos2, #cursos3{
	margin-top: 6%;
	margin-bottom: 6%;
}

#cursos1{
	margin-top: 8%;
	margin-bottom: 6%;
}

/* ------ SERVICIOS ------ */

#banner-servicios{
	margin-top: 1%;
	margin-bottom: 1%;
}

#seccion{ /*Aplica para capacitacion tambien*/
	margin: 0 2%;
	background-image: url(../img/servicios/fondo.gif);
	background-size: 100% 100%;
}

.services>img{
	margin: 0 auto;
}

#empresa1, #empresa2{
	margin-top: 6%;
	margin-bottom: 6%
}

#empresa3, #empresa6{
	margin-top: 7%;
	margin-bottom: 6%;
}

#empresa4, #empresa5{
	margin-top: 8%;
	margin-bottom: 6%;
}

/* ------ FOOTER ------ */

footer{
	position: relative;
	margin: auto;
	width: 100%;
	height: 70px;
	background-color: #5882FA;
	text-align: center;
	color: white;
	line-height: 70px;
	font-family: arial;
	font-weight: bold;
}