#carrusel{
	float:left; 
	width:945px; 
	overflow:hidden; 
	height:380px; 
	position:relative; 
	margin-top:20px;
	margin-left: 7px;
}
#carrusel .izquierda_flecha{position:absolute; left:2px; z-index:1; top:10%; margin-top:-9px;}
#carrusel .derecha_flecha{position:absolute; right:2px; z-index:1; top:10%; margin-top:-9px;}
.carrusel{width:4000px;left:0px; position:absolute; z-index:0}
.carrusel>div{
    float: left;
    height: 203px;
    margin-right: 20px;
	text-align:center;
}
.carrusel .img_carrusel {
	cursor:pointer;
}

.contentYear {
	width: 220px;
	height: auto;
	float: left;
}

.contentCircle {
	width: 230px;
	height: 120px;
	float: left;
}

.circle {
	width: 90px;
	height: 67px;
	float: left;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	background-color: #092E58;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	padding-top: 23px;
	margin-left: 70px;
}

.titleYear {
	width: 100%;
	height: 15px;
	float: left;
	text-align: left;
	padding-top: 10px;
	color: #E40029;
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.contentTxtYear {
	width: 240px;
	height: auto;
	float: left;
}

.contentTxtYear p {
	width: 190px;
	height: auto;
	margin: 0px 20px 0px 20px;
	text-align: left;
	font-size: 14px;
	color: #092E58;
}