/* css/cursos.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: 1%;
}

.cabecera{
	max-width: 90%;
	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
}


.grupoizqder {
	background-color: #c72f2f;
	max-width: 1000px; RR  
	max-width: fit-content;
	margin: auto;
	clear: both;
	border-radius: 5px 5px 5px 5px;*/
}




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

.botonera ul{
	margin-bottom: 3%;
	background-color: #1332cf;
	list-style-type: none;
	height: 100px;
	padding-top: 8px;
	/* Padding en vez de margin para mostrar el color de fondo */
	padding-left: 3%;
	/* 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;
	margin-bottom: 10%;
}

.izquierda ul{
	list-style-type: none;	
}
.izquierda h3{
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 8px;
}
.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;
}




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

.derecha{
	float: right;
	/*width: 760px; RR*/
	width: 75%;
	
}

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


.derecha h4{
	font-size: 25px;
	margin-bottom: 3%;
	padding-bottom: 3%;
	background-color: #1332cf;
	color:white;
	max-height:6%;
	padding-top: 2%;
	padding-left: 5%;
	width: 70%;
}

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

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

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

.cursos{
	width: 90%;
	height: auto;
	float: center;
	padding-left: 2%;
}

.aclaracion{
	width: 70%;
	height: auto;
	float: left;
	padding-left: 10px;
	font-size: 19px;
	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;*/
	
	
	margin-left: 6%;
	align-items: center;
	vertical-align: center;
	border-radius: 7px 7px 7px 7px;
}

.curso4 p {
	font-size: 18px;
	line-height: 2.2;
	float: left;
	margin-left: auto;
	margin-right: 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: 6%;
	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;
}



.cursos img{
	width: 200px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cursos2019 img {
	width: 710px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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: 1% 3%;
	height: 140px;
	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;
}





