/**
 * CSS
 * @author Dario Ruellan
 * @copyright ecimTech 2010 / www.ecimtech.com
 */

#body {
	margin-right: 308px;
}

.supercontainer {
	overflow: hidden;
	width: 658px;
	margin-top: -10px;
}

#comments-box {
	margin-right: 20px;
}

#degrees-show {
	position: relative;
	width: 449px;
	min-height: 500px;
	background: url(../images/shadow_border_left.png) repeat-y 100% 0;
	margin-top: 9px;
}
#degrees-show .curl {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: url(../images/curl_left.png) no-repeat top right;
	z-index: 10;
}

/* Title box */

#degrees-show .degrees-title {
	background: #398DC8 url(../images/shadow_left.png) repeat-y 100% 0;
	padding: 12px;
	margin-bottom: 18px;
	border-bottom: 2px solid #2B5FAC;
}
#degrees-show .degrees-title h3 {
	color: white;
	margin-bottom: 2px;
}
#degrees-show .degrees-title .moredata span {
	color: white;
	padding: 2px 0 2px 12px;
	margin-right: 8px;
	font-weight: bold;
	font-size: 0.85em;
	color: white;
	background: url(../images/icn_arrow_white.png) no-repeat 0 5px;
}
#body .socialmedia {
	position: absolute;
	top: 149px;
	right: 520px;
	z-index: 20;
}
#body .socialmedia .twitter-share-button {
	float: right;
	height: 22px;
}
#body .socialmedia .fb-ilike {
	float: right;
	height: 22px;
	margin-right: 2px;
}
/* List */

#degrees-show .list {
	padding-left: 48px;
	min-height: 50px;
	margin-bottom: 18px;
}
#degrees-show .list h3 {
	margin-bottom: 2px;
}
#degrees-show .list.title {
	background: url(../images/icn_carreras_32.png) no-repeat 0 0;
}
#degrees-show .list.sede {
	background: url(../images/icn_carreras_sede.png) no-repeat 0 0;
}
#degrees-show .list.bonus {
	background: url(../images/icn_carreras_bonus.png) no-repeat 0 0;
}
#degrees-show .list.more {
	background: url(../images/icn_carreras_more.png) no-repeat 0 0;
}
#degrees-show .list ul {
	margin: 0;
	padding: 0;
}
#degrees-show .list li {
	padding: 0;
	background: none;
}
#degrees-show .list li h5 {
	margin-bottom: 2px;
	font-weight: bold;
}
#degrees-show .list li p {
	color: #59595C;
	font-size: 0.85em;
	line-height: 100%;
}

/* List More */
#degrees-show .list.more ul {
	width: 380px;
	margin: 0;
	padding: 0;
	color: #59595C;
}
#degrees-show .list.more .zebra li {
	padding: 6px;
	margin: 0 0 1px 0;
	background-color: #FAFAFA;
}
#degrees-show .list.more .zebra li.odd {
	background-color: #F4F4F4;
}
#degrees-show .list.more ul li a {
	text-decoration: none;
}
#degrees-show .list.more h4 {
	margin-bottom: 0;
}
#degree-end-decorator {
	position: relative;
	height: 32px;
	width: 449px;
	background: url(../images/small_silver_background_end.png) repeat-y 100% 0;
}

/* UNIVERSITY *********************************/

#university-box {
	float: right;
	width: 208px;
	text-align: center;
	background: white url(../images/small_silver_background.png) repeat-x 0 0;
	margin: 0;
	border-left: 1px solid white;
}
#university-box a {
	text-decoration: none;
}
#university-box h3 {
	margin: 20px 10px 18px 10px;
}
#university-box .logo {
	margin: 18px 10px 18px 10px;
}
#university-box .contactus {
	margin: 18px 10px 10px 10px;
}
#university-box .contactus a {
	display: block;
	margin-bottom: 6px;
}
#university-box .moredata {
	font-weight: bold;
	font-size: 0.85em;
}
/* Sedes */
#university-box .list-sede {
	text-align: left;
}
#university-box .list-sede h4 {
	text-align: left;
	margin-top: 16px;
	padding: 8px 12px 8px 12px;
	background: white url(../images/small_silver_background.png) repeat-x 0 0;
	border-top: #398DC8 1px solid;
}
#university-box .list-sede ul {
	margin-top: 0;
	margin-right: 16px;
	padding-top: 0;
}
#university-box .list-sede li {
	margin: 0;
	padding: 0;
	background: none;
	margin-bottom: 5px;
	font-size: 0.85em;
	padding-left: 24px;
	padding-top: 3px;
	background: url(../images/icn_building_16.png) no-repeat 0 0;
}
#university-box .list-sede li h5 {
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}