body 
{
	 background-color: #ffffff;
    }

#wrapper {
	min-height:100%;
	position:relative;
    }

#header {
	width:auto;
	height:120px;
	background-color: #a2d0e8;
	color:#000;
	font-weight:bold;
	font-size:34px;
	margin-bottom: 20px;
    }

#content {
	padding-bottom:20px;
    background-color: #84aabe;
      }

#footer {
	width:auto;
	height:70px;
    background-color: #a2d0e8;
	color:#000;
	font-weight: lighter;
	font-size:20px;
    }
.botonera{
	text-align: center;
}
.boton{
  margin-top: 5px;
  color: transparent;
  text-decoration: none;
  font-family: helvetica;
  padding: 15px 30px 15px 30px;
  background-color: #7D94F1;
}

.logo {
	width:263px; 
	height:110px;
	background:url(imagenes/logonuevofadu.png) no-repeat;
	background-size: 100%;
	float:left; 
	margin-top:0px; 
    }

.catedra{
	width:263px; 
	height:110px;
	background:url(imagenes/integrantes.png) no-repeat;
	background-size: 140%;
	float:right; 
	margin-top:0px; 
    }
 
h1 {
  color:#FFFFFF;
  font-size: 50px;
  text-align: center;
  margin: 25px 0 10px;
    }

.nombre {
  	color: #FFF;
	text-shadow: none;
	font-size: 15px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	text-align: left;
	margin-left: 270px;
	margin-top: 30px;
}
.slogan {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	text-align: center;
	margin-top: 3px;
    }

.caja {
	margin-right: 120px;
	background-size: 100%;
	float:right; 
	margin-top:15px;
	background: transparent; 
    }

.cajatitulo {
  color:#FFFFFF;
  font-size: 16px;
  text-align: center right;
  font-weight: bold;
  margin: 25px 0 10px;
    }

h2
{
color:#000000;
font-weight:normal;
padding-top:15px;
font-size:10px;
text-align:left;
}
h3
{
  font-size: 20px;
  text-align: center;
  margin: -.1em 0 1em;
}
.circle {
  position: absolute;
  margin-left: 350px;
  margin-top: 90px;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #999 url(imagenes/merca.jpg) 80% 0%;
  background-size: 10em 10em;
  box-shadow: 0 0 0 0.8em rgba(255,255,255,0.3);
}
.circle:after {
  position: absolute;
  text-align: center;
  content: 'María Mercedes Bianco';
  margin-top: 200px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-family: frutiger;
}

.wrap 
{ 
	margin-left: 650px;
	margin-bottom: 50px;
	width: 360px; 
	height: 250px;  
	position: relative; 
	background-color:rgba(255,255,255,0.3); 
	overflow: hidden; 
	box-sizing: content-box;
	border-radius: 4px; 
}
.menu, 
.contenido 
{ 
	position: absolute; 
	height: 100%; 
	padding: 0 20px; 
	transition: all .5s; 
}
.menu 
{ 
	width: 80%; 
	left:-50%; 
}
.contenido 
{ 
	width: 100%; 
	left:0; 
	background-color:rgba(255,255,255,0.3);
	color: #000;
}
:checked ~ .wrap .menu { left: 0; }
:checked ~ .wrap .contenido { left: 80%; }

input 
{ 
	
	opacity: 0; 
	position: absolute; 
}
label 
{  
	
	display: block;
	background: #ffffff; 
	margin-left: 810px;
	margin-bottom: 10px;  
	padding: 15px; 
	width: 170px; 
	text-align: center; 
	border-radius: 4px; 
	font-weight: bold;
	 cursor: pointer;
}
label:active 
{ 
	background: #f0f0f0; 
}
.foot
{
	text-align: center;
	color: #FFF;
	text-shadow: none;
	font-size: 15px;
	font-weight: 700;
	font-family: frutiger;
	margin-top: 6px; 
}
.foot2
{
	color: #FFF;
	text-shadow: none;
	font-size: 10px;
	font-weight: 700;
	font-family: frutiger;
	text-align: center;
	margin-top: 6px; 
}

.menu {text-align: center;}

.boton {padding: 10px;
color: cadetblue;}