@charset "UTF-8";

/* CSS Document */

/* GENERAL */

html, body {
	font-family: 'Quicksand', sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	height: 100%;
	text-rendering: optimizeLegibility;
}


.seccion {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease; 
	-o-transition: all 0.7s ease; 
	-ms-transition: all 0.7s ease; 
}


strong {
	font-weight: 700;
	color:#f70b5a;
}

em {
	font-style:italic;	
}

/* PIE DE FOTO */

.piedefoto {
	position:absolute;
	bottom:60px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:26px;
	color:#fff;
	font-weight:200;
	line-height:normal;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.95;
}

.piedefoto div {
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.piedefoto div a {
	color: #333;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	-ms-transition: all .3s ease-in-out; 
}

.piedefoto div a:hover {
	background-color: #DBDBDB;
	border-radius: 250px;
}

.copyright {
	color: #fff;
	position:absolute;
	bottom: 10px;
	right: 30px;
	opacity: 0.5;
	font-size: 10px;
}