@charset "utf-8";


	/*	carrusel
	--------------------------------------------------------------- */

#carrusel {
	position: relative;
	width: 920px;
	height: 380px;
	margin-bottom: 32px;
	padding: 10px;
	background-color: #0679EB;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #333;
}

#slider {
	width: 920px;
	height: 380px;
	background-color: #FFF;
	overflow: hidden;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#slider li {
	width: 920px;
	height: 380px;
}

#prevBtn {
	position: absolute;
	left: 10px;
	top: 170px;
	width: 40px;
	height: 80px;
	overflow: hidden;
}

#prevBtn a {
	display: block;
	width: 40px;
	height: 80px;
	background: transparent url("../img/index-anterior.png") 50% 50% no-repeat;
	text-indent: -999em;
}

#nextBtn {
	position: absolute;
	right: 10px;
	top: 170px;
	width: 40px;
	height: 80px;
	overflow: hidden;
}

#nextBtn a {
	display: block;
	width: 40px;
	height: 80px;
	background: transparent url("../img/index-siguiente.png") 50% 50% no-repeat;
	text-indent: -999em;
}


	/*	certificaciones
	--------------------------------------------------------------- */

#certificaciones {
	float: left;
	width: 300px;
}

	caption {
		margin-bottom: 32px;
		border-bottom: 1px dotted #CCC;
		padding-bottom: 32px;
		color: #A4A4A4;
		font-size: 24px;
		font-weight: bold;
	}

	#certificaciones td {
		width: 140px;
		height: 70px;
		text-align: center;
		vertical-align: middle;
	}

	#certificaciones td.izquierda {
		padding-right: 10px;
	}

	#certificaciones td.derecha {
		padding-left: 10px;
	}


	/*	introduccion
	--------------------------------------------------------------- */

#introduccion {
	float: right;
	width: 620px;
}

