@charset "utf-8";

body {
	background-color: #F5F5F5;
	margin-top:2px;
}
.h2 {
	font-size: 20px;
	font-family: "Dosis";
	line-height:10px;
}
ul {
    list-style-type: none;	
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #00857C;
    border: 1px solid #B4B4B4;
	background-color:#FFFFFF;
}

li a {
    display: block;
    color: #000;
    padding: 8px 1px;
    text-decoration: none;
	align-content:center;
}

li {
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
	line-height:14px;
}

li:last-child {
    border-bottom: none;
}

li a.active {
    background-color: #00857C;
    color: white;
}
.actividad {
    list-style-type: none;	
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #5EDCD3;
    border: 1px solid #FFFFFF;
	background-color:#E1F3D9;
	font-size:13px;
	color:#00857C;
}
.actividad:hover:not(.active) {
    list-style-type: none;	
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #5EDCD3;
    border: 1px solid #FFFFFF;
	background-color:#FF6600;
	font-size:13px;
	color:#FFFFFF;
}
.alternativo {
    background-color: #FF6600;
    color: white;
}
li a:hover:not(.active) {
    background-color: #3F3F3F;
    color: white;
}




@font-face {
  font-family: DosisExtraLight;
  src: url(fonts/Dosis-ExtraLight.woff);
}
@font-face {
  font-family: Dosis;
  src: url(fonts/Dosis-Light.woff);
}
@font-face {
  font-family: DosisBold;
  src: url(fonts/Dosis-SemiBold.woff);
}

@font-face{font-family:static; 
src:url(fonts/static.woff);
}

@font-face {
  font-family: exo-light;
  src: url(fonts/exo-light.woff);
}
.Dosis{
	font-family: Dosis;
	font-size: 16px;
	
}
