body {
	overflow: auto !important;
}
h3 {
	text-align:center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
}
.biografia {
	margin: 60px auto 40px;
	padding: 20px 0;
	border-top: 1px solid #333;	
	position: relative;
}
.biografia img {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 20px auto;
	box-shadow: #333 0px 3px 6px;
}
.primero {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #666;
}
.columna1 p {
	width: 100%;
	max-width: 350px;
	margin: 10px auto;
	text-align:center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
}
.columna1 a {
	text-decoration: none;
	color: #000;
}
.columna2 {
	width: 80%;
	margin: 20px auto;
}
.columna2 p {
	text-align: justify;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	margin: 10px 0;
}
.columna2 .quote {
	font-style: italic;
	margin: 40px 0;
}
.cv {
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: 1px solid #333;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.cv h3 {
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 20px 40px 0;
	font-weight: normal;
}
.cv>ul {
	padding: 20px 40px;
	background-color: rgba(255,255,255,1);
}
.cv li ul {
	padding: 10px 0 20px;
}
.cv ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: bold;
}
.cv ul li ul li {
	padding-left: 20px;
	font-weight: normal;
}
.btn {
	display: none;
}
footer {
	position: fixed;
}

@media screen and (min-width:861px) {
body {
	overflow: hidden !important;
}
.biografia {
	width: 80%;
	max-width: 1000px;
	padding: 20px 0;
	margin: 20px auto;
	background: #FFF;
}
.biografia img {
	max-width: 300px;
	margin: 20px 20px 20px 0;
}
.columna1 {
	width: 38%;
	float: left;
}
.columna1 p {
	text-align:left;
	max-width: 300px;
	margin: 0 20px 10px 0;
}
.columna2 {
	width: 60%;
	float: right;
}
.columna2 .quote {
	margin: 0 0 40px;
	padding-left: 100px;
}
/*---------------------CV desplegable-----------------------*/
.cv {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border-top: none;
	z-index: 50;
}
.cv>ul {
	width: 60%;
	margin: 0 auto;
	padding: 10px 20px 40px;
	background-color: rgba(255,255,255,0.80);
}
.cv h3 {
	display: none;
}
.btn {
	display: block;
	position: absolute;
	top: -100px;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
	width: 220px;
	padding: 10px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 9px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #333;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-open {
	-webkit-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%) !important;
}
.btn:hover {
	color: #fff;
	background: #111;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-open>.btn {
	color: transparent;
	top: -32px;
	background: transparent;
	border: none;
}
/*------------------FIN CV desplegable--------------------*/
}

@media screen and (max-height:840px) and (min-width:1045px) {
.btn {
	right: 150px;
}
}

@media screen and (max-height:680px) and (min-width:1045px) {
.btn {
	width: 220px;
	top: -80px;
}
}

@media screen and (min-height:631px) {
.overflow {
	overflow-y: auto !important;
}
}

@media screen and (max-height:800px) and (min-width:801px) {
.columna1 img{
	display: none;
}
.columna1 p {
	text-align: left;
	max-width: 300px;
	margin: 0 0 10px 20px;
}
.columna2 {
	width: 100%;
	position: absolute;
	top: 60px;
	right: 0;
	margin: 0 20px;
	max-width: 760px;
}
}

@media screen and (max-height:680px) and (min-width:861px) {
.cv {
	width: 90%;
}
.columna1 {
	width: 10%;
	float: left;
}
.columna2 {
	width: 80%;
	float: right;
}
}

