*{
	margin: 0;
	padding: 0;
}
body{
	background: #484848;
}
#contenedor-principal{
	width: 75%;
	height: auto;
	margin: 0px auto;
	background: #fff;
	overflow: hidden;
}
header{
	width: 100%;
}
header #cabecera-Inicial{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;

}
header #cabecera-Inicial #logo{
	width: 70%;
	display: block;
	padding-top: 10px;
	float: left;
}
header #cabecera-Inicial #logo img{
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	height: auto;
}
header #cabecera-Inicial #datos-Pagina{
	width: 20%;
	font: bold 20px Arial, Helvetica;
	color: #111;
	float: right;
	text-align: right;
	padding: 15px;
}
header #cabecera-Inicial #datos-Pagina .redes-sociales-Principal img{
		width: 60px;
		height: 60px;
		padding-top: 10px;
}
header #cabecera-Inicial #datos-Pagina .redes-sociales-Principal img:hover{
		opacity: 0.5;
		cursor: pointer;
}
footer .redes-sociales-Principal img{
		width: 60px;
		height: 60px;
		padding-top: 10px;
}
footer .redes-sociales-Principal img:hover{
		opacity: 0.5;
}
header nav{
	width: 100%;
	max-width: 1000px;
	margin:5px auto;
	border: 1px solid #222;
    background-color: #111;
	background-image: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background-image: -webkit-linear-gradient(#444, #111);
    background-image: -o-linear-gradient(#444, #111);
    background-image: -ms-linear-gradient(#444, #111);
    background-image: linear-gradient(#444, #111);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
.menu-bar, .redes-sociales{
	display: none;
}
header nav ul{
	overflow: hidden;
	list-style: none;
}
header nav ul li{
	float: left;
	padding: 0 14.9px;
	border-right: 1px solid #222;
    -moz-box-shadow: 1px 0 0 #444;
    -webkit-box-shadow: 1px 0 0 #444;
    box-shadow: 1px 0 0 #444;
    font: 16px Arial, Helvetica;
}
header nav ul li a{
	color:#fff;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
}
header nav ul li span {
	margin-right: 10px;
}
header nav ul li:hover{
	color:#fff;
	background-image: -moz-linear-gradient(#111, #05c4f4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#05c4f4));
    background-image: -webkit-linear-gradient(#111, #05c4f4);
    background-image: -o-linear-gradient(#111, #05c4f4);
    background-image: -ms-linear-gradient(#111, #05c4f4);
    background-image: linear-gradient(#111, #05c4f4);
    -moz-border-radius: 6px;
}
section{
	width: 68%;
	padding: 20px;
	margin: 10px auto;
	float: left;
}
#principal{
	 box-shadow: 2px 2px 5px #999;
}
section h1, #cursos h1{
	color:#030385;
}
section #seccionIntroductoria{
	width: 50%;
	float: left;
	color: #484848;
	padding-top: 20px;
	font-size: 17px;
}
#principal img{
	width: 45%;
	padding-left: 2px;
	float: right;
	height: auto;
}
aside{
	width: 27%;
	margin: 0px 5px;
	float: right;
}
#cursos{
	width: 100%;
}
.cursos1{
	width: 44%;
	float: left;
	margin-left: 5px;
	background: #eee;
	text-align: center;
}
.cursos1 h3{
	color:#cc6a84;
}
.cursos1 figure img{
	margin-left:25%;
}
.cursos1 figure figcaption{
	width: 100%;
}
.imagenClientes{
	width: 22%;
	height: auto;
	float: left;
	margin-left: 24px;
	padding-left: 1px;
}
#cursos #impartido{
	width: 93%;
	border-bottom:2px solid #0612fd;
	border-top:2px solid #0612fd;
}
#cursos #impartido img{
	width: 10%;
	margin-left:40px;
}
#cursos #impartido figcaption{
	padding-top: 10px;
	color: #680228;
}
#frametestimonios{
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #999;
}
#verMas {
    background: #E65B4B;
    border: none;
    font-weight: 700;
    color: #fff;
    width: 65px;
    height: 25px;
    text-shadow: none;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
    text-shadow: 0 1px 0 rgba(122, 122, 122, 0.85);
}
#verMas:hover {
	background: #279B0B;
}
footer{
	clear:both;
	float: left;
	margin-top: 0px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: #484848;
	font-size: 13px;
}
footer #footerCentrado{
	padding-left: 40px;
	text-align: center;

}
footer #footerCentrado a{
	text-decoration: none;
    color: orange;
}
@media screen and (max-width: 800px){
	#contenedor-principal{
		width: 100%;
	}
	.cursos1 figure img{
	margin-left:15%;
}
	header nav{
		width: 80%;
		height: 100%;
		margin: 0;
		left: -100%;
		position: fixed;
		 z-index: 3;
	}
	header nav ul li{
		display: block;
		float: none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	aside, #datos-Pagina, #cabecera-Inicial{
		display: none;
	}
	.cursos1{
	width: 80%;
	}
	section{
		width:90%;
	}
	section #seccionIntroductoria{
		width: 100%;
	}

	#cursos #impartido{
		width: 80%;
	}
	#cursos #impartido img{
		display: none;
	}
	.menu-bar{
		display: block;
		width: 100%;
		float: right;
	}
	.menu-bar img{
		width: 30%;
		height:auto;
		float: left;
	}
	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		background: #fff;
	    -moz-border-radius: 6px;
		color: #060e9f;
		text-decoration: none;
		font: bold 20px Arial, Helvetica;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu-bar span{
		float: right;
		font-size: 20px;
		border: 1px solid #060e9f;
		padding: 2px 2px 2px 2px;
		border-radius: 5px 5px 5px 5px;
	}
	.menu-bar span:hover{
		color: orange;
		border: 1px solid orange;
	}
	.redes-sociales{
		display: block;
		width: 100%;
		height: 20%;
		margin: 20px auto;
		padding: 10px;
		color: #fff;
	}
	.redes-sociales img{
		width: 60px;
		height: 60px;
	}
	.redes-sociales img:hover{
		opacity: 0.5;
		cursor: pointer;
	}
	.imagenClientes{
		width: 43%;
		height: auto;
		float: left;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  #contenedor-principal{
		width: 100%;
	}
	.cursos1 figure img{
	margin-left:33%;
}
	header nav{
		width: 80%;
		height: 100%;
		margin: 0;
		left: -100%;
		position: fixed;
		 z-index: 3;
	}
	header nav ul li{
		display: block;
		float: none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	#datos-Pagina, #cabecera-Inicial{
		display: none;
	}
	.cursos1{
	width: 80%;
	}
	section{
		width:90%;
	}
	section #seccionIntroductoria{
		width: 100%;
	}

	#cursos #impartido{
		width: 80%;
	}
	#cursos #impartido img{
		display: none;
	}
	.menu-bar{
		display: block;
		width: 100%;
		float: right;
	}
	.menu-bar img{
		width: 30%;
		height:auto;
		float: left;
	}
	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		background: #fff;
	    -moz-border-radius: 6px;
		color: #060e9f;
		text-decoration: none;
		font: bold 20px Arial, Helvetica;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu-bar span{
		float: right;
		font-size: 20px;
		border: 1px solid #060e9f;
		padding: 2px 2px 2px 2px;
		border-radius: 5px 5px 5px 5px;
	}
	.menu-bar span:hover{
		color: orange;
		border: 1px solid orange;
	}
	.redes-sociales{
		display: block;
		width: 100%;
		height: 20%;
		margin: 20px auto;
		padding: 10px;
		color: #fff;
	}
	.redes-sociales img{
		width: 60px;
		height: 60px;
	}
	.redes-sociales img:hover{
		opacity: 0.5;
		cursor: pointer;
	}
	.imagenClientes{
		width: 43%;
		height: auto;
		float: left;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){
	#contenedor-principal{
		width: 100%;
	}
	.cursos1 figure img{
	margin-left:37%;
}
	header nav{
		width: 80%;
		height: 100%;
		margin: 0;
		left: -100%;
		position: fixed;
		 z-index: 3;
	}
	header nav ul li{
		display: block;
		float: none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	aside, #datos-Pagina, #cabecera-Inicial{
		display: none;
	}
	.cursos1{
	width: 80%;
	}
	section{
		width:90%;
	}
	section #seccionIntroductoria{
		width: 100%;
	}

	#cursos #impartido{
		width: 80%;
	}
	#cursos #impartido img{
		display: none;
	}
	.menu-bar{
		display: block;
		width: 100%;
		float: right;
	}
	.menu-bar img{
		width: 30%;
		height:auto;
		float: left;
	}
	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		background: #fff;
	    -moz-border-radius: 6px;
		color: #060e9f;
		text-decoration: none;
		font: bold 20px Arial, Helvetica;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu-bar span{
		float: right;
		font-size: 20px;
		border: 1px solid #060e9f;
		padding: 2px 2px 2px 2px;
		border-radius: 5px 5px 5px 5px;
	}
	.menu-bar span:hover{
		color: orange;
		border: 1px solid orange;
	}
	.redes-sociales{
		display: block;
		width: 100%;
		height: 20%;
		margin: 20px auto;
		padding: 10px;
		color: #fff;
	}
	.redes-sociales img{
		width: 60px;
		height: 60px;
	}
	.redes-sociales img:hover{
		opacity: 0.5;
		cursor: pointer;
	}
	.imagenClientes{
		width: 43%;
		height: auto;
		float: left;
	}
}
