/* css/cursos2.css */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* reset.css */

body{
	background-image: url("../images/fondo2.jpg");
	font-family: Arial;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 70px;
}

.cabecera{
	max-width: 1000px;
	margin: 30px auto;
	background-color: #1332cf;
	overflow:hidden;
	border-radius: 5px 5px 5px 5px;
	height: auto;
	padding-bottom: 10vh;
}
.cabecera img{
	float: left;
	margin: 20px 30px;
	width: 8vw;
	position: absolute;
	height: auto;
	padding-top: 1vh;
	clear: both;
}

.prueba {
	animation-name: transformar;
	animation-duration: 5s;
	animation-delay: 2s;
	animation-timing-function: ease;
} 

@keyframes transformar{
	50%{ transform: scale(1.2, 1.2);
	       }
} 

.cabecera h1{
	margin: 30px 30px;
	color: white;
	float: right;
	clear: both;
	position: relative;
}

.cabecera h5 {
	margin: 4px 30px;
	color: white;
	float: right;
	clear: both;
}

.cabecera h6{
	margin: 4px 30px;
	color: white;
	float: right;
	clear: both
}



.contenedor{
	background-color: #FFFFFF;
	max-width: 1000px;
	margin: auto;
	clear: both;
	border-radius: 5px 5px 5px 5px;
}

.botonera ul{
	margin-bottom: 30px;
	background-color: #1332cf;
	list-style-type: none;
	height: 57px;
	padding-top: 8px;
	/* Padding en vez de margin para mostrar el color de fondo */
	padding-left: 38px;
	/* Pixel perfect */
	border-radius: 5px 5px 0 0;
}

.botonera a{
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid yellow;
}

.botonera a:hover{
	color: #F75D41;
}

.izquierda{
	float: left;
	width: 240px;
	margin-top: 30px;
}

.izquierda ul{
	list-style-type: none;	
}
.izquierda h3{
	padding-left: 30px;
}
.izquierda a{
	display: block;
	margin-left: 30px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
	color: #000000;
}
.izquierda a:hover{
	color: #FF9900;
}

.izquierda h3 {
	font-size: 18px;
	margin-bottom: 8px;
}


/* ------------------ COMIENZA CURSOS -----------------*/

.derecha{
	float: right;
	width: 760px;
}

.derecha h5{
	font-size: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-color: #1332cf;
	color:white;
	max-height:14px;
	padding-top: 4px;
	padding-left: 30px;
	max-width: 720px;
}


.derecha h4{
	font-size: 25px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-color: #1332cf;
	color:white;
	max-height:14px;
	padding-top: 8px;
	padding-left: 30px;
	max-width: 680px;
}

.derecha p{
	max-width: 700px;
	font-size: 19px;
	text-align : justify;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.derecha hr{
	margin-left: 30px;
	margin-right: 550px;
	margin-bottom: 30px;
}

.derecha h2{
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 15px;
}

.cursos{
	width: auto;
	height: auto;
	float: left;
	padding-left: 40px;
	
}







.aclaracion{
	height: auto;
	float: left;
	padding-left: 10px;
	font-size: 19px;
	text-align: justify;
	margin-right: 560px;
	margin-left: 10px;
	background-color: #00ffff;
}

.aclaracion p{
	margin-top: 10px;
}

.curso4 {
	margin-top: 40px;
	width: 180px;
	height: 40px;
	float: left;
	background-color: #81e1b8;
	margin-right: 1000px;
	margin-left: 50px;
	border-radius: 7px 7px 7px 7px;
}

.curso4 p {
	font-size: 18px;
	line-height: 2.2;
	float: left;
	margin-left: auto;
	/* Limitamos el ancho para que se acomode */
	width: 20px;
	text-align: justify;
	text-align: center;
	color: black;
}

.curso4 a {
	text-decoration: none;
	color: black;
}

.curso4 a:hover {
	color: #F90;
}



.curso5 {
	width: 180px;
	height: 40px;
	float: left;
	background-color: #81e1b8;
	margin-right: 1000px;
	margin-left: 50px;
	border-radius: 7px 7px 7px 7px;
	margin-bottom: 30px;
}

.curso5 p {
	font-size: 18px;
	line-height: 2.2;
	float: left;
	margin-left: auto;
	/* Limitamos el ancho para que se acomode */
	width: 20px;
	text-align: justify;
	text-align: center;
	color: black;
}

.curso5 a {
	text-decoration: none;
	color: black;
}

.curso5 a:hover {
	color: #F90;
}



.volveratras{
	float: left;
	clear: both;
	list-style-type: none;
	padding-top: 50px;
	margin-bottom: 30px;
}

.volveratras a{
	text-decoration: none;
}

.volveratras a:hover{
	color: #F90;
}



/* ---------------------- CIERRA CURSOS ----------------------------*/



.pie{
	clear: both;
	background-color: black;
	padding: 30px 50px;
	height: 120px;
	color: white;
	font-size: 14px;
}

.direccion, .sindicato{
	float: left
}

.sindicato{
	margin-right: 18px;
	padding-right: 90px;
}

.direccion{
	padding-right: 15px;
	border-right: 1px solid black;
	margin-right: 15px;
}

.direccion img {
	height: 15px;
	padding-right: 10px;
}

.pie2{
	clear: both;
	background-color: #696464;
	padding-top: 5px;
	height: 30px;
	color: black;
	font-size: 14px;
	margin-bottom: 40px;
	border-radius: 0 0 5px 5px;
}

.copy{
	margin-right: 18px;
	float: left;
	padding-left: 50px;
}

.creditos{
	text-align: right;
	padding-right: 50px;
}

.creditos a{
	font-family: cursive;
	color: blue;
	text-decoration: none;
}

.creditos a:hover {
	color: #F90;
}





