/* Banners */

.banners {
	margin-bottom:15px;
}

	.banners.banner1 {
		margin-right:11px;
		float:left;
	}
	
	.banners.banner2 {
		margin-right:11px;
		float:left !important;
		width:313px;
	}
	.banners.banner3 {
		width:475px;
		clear:both;
	}
		
	.banners.escuela {
		background-image:url(../images/banners/nuevaEscuela.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:247px;
		height:149px;
	}
	.banners.appyce {
		background-image:url(../images/banners/appyce.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:247px;
		height:149px;
	}
	.banners.cursos {
		background-image:url(../images/banners/cursosCortos.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:151px;
		height:111px;
		float: left;
	}
	.banners.receso {
		background-image:url(../images/banners/Receso-por-Emergencia-Sanitaria.gif);
		background-repeat:no-repeat;
		background-position:center top;
		float: left;
	}

		.banners.escuela p, .banners.appyce p {
			padding:64px 16px 0 18px;
			color:#fff;
			font-size:1.1em;
			line-height:1.2em;
			margin-bottom:12px;
		}
		.banners.cursos p {
			font-size: 1.1em;
			margin: 55px 0 0 10px !important;
			padding-bottom: 5px !important;
		}
		.banners.receso a {
			color: #000;
			display: block;
			width:475px;
			height:184px;
			margin: 0;
		}
			.banners.receso p {
				margin : 65px 20px 0 20px;
			}
			.banners.receso a:hover {
				color: #fff;
			}
				
		/* Banners Links */

		a.linkEscuela, a.linkAppyce, a.linkCursos {
			background-position:13px 0;
			background-repeat:no-repeat;
			color:#fff;
			font-weight:bold;
			height:21px;
			font-size:1.1em;
			display:block;
			padding:3px 0 0 40px;
		}
		a.linkEscuela {
			background-image:url(../images/icons/more-dark_red.gif);
		}
		a.linkAppyce {
			background-image:url(../images/icons/more-dark_green.gif);
		}
			a.linkEscuela:hover, a.linkAppyce:hover {
				background-position:13px -24px;
				color:#000;
			}

		a.linkCursos {
			background-image:url(../images/icons/more-light_green.gif);
			color: #005900;
			background-position:8px 0px;
			padding:3px 0 0 35px;
			height:21px;
		}
			a.linkCursos:hover {
				background-position:8px -24px;
				color:#000;
			}
