@charset "utf-8";
/* CSS Document */

#curso_cont {
	float:left;
	width:560px;
	padding:10px;
}
#curso_necesitas {
	background-color:#EAEAEA;
	padding:20px;
}
#curso_destacados {
	float:left;
	background-color:#EAEAEA;
	padding:20px;
	width:230px;
	margin-right:20px;
	margin-top:20px;	
}
#curso_ultimos {
	float:left;
	background-color:#EAEAEA;
	padding:20px;
	width:230px;
	margin-top:20px;
}
#calendario {
	width:170px;
}
#titols_calendar {
	margin-top:6px;
}
#titols_calendar li{
	float:left;
	width:24px;
	height:16px;
	text-align:center;
	color:#009530;
	font-weight:bold;
}
#dies_calendar {
	margin-top:6px;
}
#dies_calendar li{
	float:left;
	width:24px;
	height:16px;
	text-align:center;
	margin-top:2px;
}
#dies_calendar li a{
	color:#87D300;
}
#dies_calendar li.curs {
	float:left;
	width:24px;
	height:16px;
	text-align:center;
	color:#87D300;
	margin-top:2px;
	background-color:#EAEAEA;
}
#dies_calendar li.curs a {
	color:#87D300;
}
#dies_calendar li.today{
	float:left;
	width:24px;
	height:16px;
	text-align:center;
	margin-top:2px;
	background-color:#009530;
}
#dies_calendar li.today a{
	color:#FFFFFF;
}

#options_calendar li{
	float:left;
	width:24px;
	height:16px;
	text-align:center;
	color:#009530;
	font-weight:bold;
}
.curso_cont_float {
	width:270px;
	padding-left:10px;
	margin-top:20px;
	float:left;
}
.convocatorias_side_left {
	width:79px;
	float:left;
	text-align:right;
	padding-right:5px;
	border-right:1px solid #87D300;
	padding-top:6px;
}
.convocatorias_side_right {
	width:80px;
	float:left;
	text-align:left;
	padding-left:5px;
	padding-top:6px;
}