@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);

*{ box-sizing: border-box; margin: 0; padding: 0;}

body {
	background-color: #EBF4EC;
    font-family: 'Roboto', sans-serif;
    margin: 0rem 1rem 0rem 1rem;
}

body p{
}
a {
	text-decoration: none;
}

#nav_list{
    background-color: #41B388;
    height: 2rem;
	padding: 0.5rem;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	/* Or do it all in one line with flex flow */
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	/* tweak the where items line up on the row */
	/* valid values are: flex-start, flex-end, space-between, space-around, stretch */
	-webkit-align-content: flex-end;
	align-content: flex-end;
  
}

.title {
	width: 100%;
	color: white;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1rem;
}


img{ max-width: 300px; margin: 0 auto;}
img{ width: 100%;}

.hamb{
    width: 10%;
    max-width: none;
}

.lupa{
    width: 10%;
    max-width: none;
}

.cruz{
    max-width: none;
}


/* **********SECCION MATERIAS*********** */
#materias {
	width: 100%;
}

#materias .container {
	margin: 0.5rem 0 0.5rem 0;
}

#materias .title {
	background-color: #00805F;
    font-weight: 700;
}

#materias .materia {
	color: #EBF4EC;
	text-align: center;
	width: 33%;
    margin: 0.5rem 0 0.5rem 0;
    flex-grow: 1;
}

#materias img{ max-width: 300px; margin: 0 auto;}

.mate{

	padding: 0;
	text-align: center;
    margin: 0.2rem;
}

/*#materias img{ max-width: 300px; margin: 0 auto;}
img{ width: 100%;} */

/* **********SECCION CATEDRAS*********** */
#catedras {
	width: 100%;
}

#catedras .title {
	background-color: #00805F;
    font-weight: 700;
}

#catedras .materia{
    text-align: center;
	width: 5rem;
    flex-grow: 1;
    padding: 0.1rem;
 }



/* **********SECCION TRABAJOS DESTACADOS*********** */
#trabajos {
	width: 100%;
}

#trabajos .title {
	background-color: #00805F;
    font-weight: 700;
}

.trabajo img {
	width: 100%;
    height: 100%;
}

#trabajos .trabajo {
    border-radius: 5px;
	width: 8rem;
	padding: 5px;
	text-align: left;
	background-color: white;
	margin-left: 5px;
}

#trabajos .trabajo {
	font-size: 0.8rem;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
  	margin-top: 10px;
    
}


#materias .materia:first-child {
	margin-left: 0px;
}

#trabajos .trabajo .name{
    font-weight: 700;
}

p{
    font color: #00805F;
}


#trabajos .trabajo .cora{
    padding: 0;
    margin: 0;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#trabajos .trabajo .cora img{
    width: 30%;
    height: 30%;
    padding: 0;
    margin: 0.3rem 0 0 0;
}

#trabajos .trabajo .cora p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 50%;
    font-size: 2rem;
}

.footer {
    background-color: white;
    font color: grey;
    font-weight: 400;
    font-size: 0.7rem;
    width: 100%;
    height: 10%;
    margin-top: 2rem;
}
/* COLORES
background-color: #EBF4EC;

background-color: #41B388;

background-color: #00805F;
*/
