
.course_heading {
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	background-color: rgb(122,97,142);
}

.course_heading:hover {
	cursor: pointer;
	opacity: 0.82;
}

.course_info {
	color: #e6e7e1;
	font-family: 'Geogrotesque',sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}


.course_title {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 4px;
	width: 600px;
}

.plus-container {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.img_plus {
	width: 28px;
	height: 28px;
}

.img_plus.deploy {
	content:url("http://seube.filo.uba.ar/sites/seube.filo.uba.ar/files/Signo%20%2B%2028.jpg");
}

.img_plus.reploy {
	content:url("http://seube.filo.uba.ar/sites/seube.filo.uba.ar/files/Signo%20-%2028-B%20Bold.jpg");
}


.course_content {
	display: flex;
	width: 100%;
	border-style: inset;
	border-width: 2px;
	margin-bottom: 20px;
}

.course_content.hidden {
	display: none;
}

.left_column {
	display:flex;
	flex-direction: column;
	position: relative;
	background-color: #eeeeee;
	border-style: inset;
	border-width: 2px;
	float: left;
	width: 35%;
}

.right_column {
	display:flex;
	flex-direction: column;
	position: relative;
	width: 65%;
	float: right;
}

.fieldtag {
	padding: 10px 20px 10px 20px;
}

.fieldtitle {
	color: #7aba53;
	font-style: italic;
	font-size: 15px;
	padding-bottom: 5px;
	font-family: 'Geogrotesque',Arial,Helvetica,sans-serif;
	font-weight: 500;
}

.field16 {
	font-size: 16px;
}

.fieldcontent {
	text-align: justify;
	font-size: 14px;
	color: #888888;
}

.presentation {
	text-align: justify;
	color: #404040;
}

.cuatri_title {
	background-color: #659c44;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 12px 20px;
	position: relative;
	display: block;
	font-size: 22px;
	font-family: 'Droid Serif';
	color: #ffffff;
}


body p {
	color: #404040;
	font-size: 13px;
}

body a {
	color: #659c44;
	font-weight: bold;
}
