/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#aside {
	position: relative;
	float: right;
	width: 300px;
	margin-right: 5px;
}
#aside .block {
	margin-bottom: 14px;
	background: white;
}
#aside .block:last {
	margin-bottom: 0;
}
#aside h3 {
	background: #398dc8;
	border-bottom: 2px solid #2b5fac;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 10px 4px 12px;
	margin-bottom: 12px;
}
#aside p,
#aside .margins {
	font-size: 0.9em;
	margin-left: 12px;
	margin-bottom: 6px;
	line-height: 130%;
}

/* Advert *************************************************/

#aside .advert {
	background: #398DC8;
}

#aside .advert .label {
	margin-bottom: 0 !important;
	padding: 3px 10px 3px 12px;
	text-transform: uppercase;
	color: #C4DDEF;
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 0.6em;
	margin-bottom: 3px;
}
#aside .advert object {
	margin: 0;
	padding: 0;
}
#aside .advert embed {
	margin: 0;
	padding: 0;
}

/* Blocks *************************************************/

#aside_carreras h4 {
	margin-bottom: 5px;
	font-size: 1.25em;
	font-weight: bold;
}
#aside_carreras h4 a {
	display: block;
	color: #59595C;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/icn_list_collapsed.png) no-repeat 0 3px; 
}
	#aside_carreras h4 a:hover {
		color: #f59829;
	}
#aside_carreras h4 a.expanded {
	background-image: url(../images/icn_list_expanded.png);
}
#aside_carreras > li {
	clear: both;
	padding-top: 2px;
}
#aside_carreras li ul {
	margin-left: 14px;
	padding-bottom: 4px;
	overflow: hidden;
	display: none;
}
#aside_carreras li ul li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9em;
	font-weight: bold;
}
#aside_carreras li ul li a {
	display: block;
	padding: 1px 4px 1px 4px;
	background: #E5E5E5;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}
#aside_carreras li ul li a:hover {
	background-color: #398dc8;
	color: white;
}

#aside_tests {
	margin-left: 12px;
}
#aside_tests li {
	background: url(../images/icn_arrow.png) no-repeat 0 3px;
	padding: 0 0 4px 12px;
}
#aside_tests li span {
	background: url(../images/icn_time.png) no-repeat top left;
	padding-left: 15px;
	font-size: 0.8em;
	color: #59595C;
}

#aside .block.nomargins {
	margin: 0;
}
#aside .block.advert {
	margin-bottom: 0;
	border-top: 2px solid #398dc8;
	border-bottom: 2px solid #398dc8;
}

#aside .facebook {

}

#aside .facebook h3 {
	margin: 0;
	background: #aaaaaa;
	border: 0;
}

