@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700');


body {
	margin:0;
	padding:0;
	background:#292929;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	}


.container {
	width:1200px;
	margin:0 auto;
}
	
.row {
	width:100%;
	display:table;
	}
	
.col-3 {
	width:33.3%;
	float: left;
	color:#FFFFFF;
	
	}
	
header {
	padding:50px 0;
	text-align:center;
	background-image: url("http://www.catedraocampo.com.ar/vn01/1/img/fondo1-01.png");
	background-size: auto;
	background-repeat:no-repeat;
	}

img {
	transition:0.2s;
	}

img:hover {
	opacity:0.9;
	transition:0.2s;
	}
	
h1 {
	font-size: 36px;
	color:#FFFFFF;
	margin:20px 0 0 0;
	}
	
h2 {
	font-size: 24px;
	margin:0;
	color:#FFFFFF;
	font-weight:700;
	}	
	
h3 {
	font-size:24px;
	font-weight:300;
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight: 400;
	}

h4 {
	font-size:21px;
	margin:0;
	color:#EF758F;
	
	}


h2 a{
	font-weight:400;
	color:#EF758F;
	text-decoration:none;
	transition:0.2s;
	}
	
h2 a:hover {
	color:#ED2D86;
	transition:0.2s;
	}
	
ul {
	padding-left:17px;
	}
	
.aprobada, .en-curso, .restante {
	font-weight:700; color:#EF758F
	}
	
.aprobada {
	color:#EF758F;
	}
	
.restante {
	color:#EF758F;
	}
	
.en-curso{	
    color:#EF758F
    }
footer {
	border-top:2px solid #EF758F;
	padding:15px 0;
	margin-top:50px;
	color:#FFFFFF;
	font-size:12px;
	}
	
	


