body {
	color: #666;
	font: 13px Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;	
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {
	border-bottom: 10px solid #ccc;
	color: #747474;
	font: 30px 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 40px;
	padding-bottom: 25px;
}
h2 {
	color: #9F9F9F;
	font: 18px 'OpenSansLight',Arial,sans-serif;
	margin-bottom: 2px;
}
/*contenedores*/
.wrap {
	margin: 40px auto 0;	
	width: 1000px;
}

#curriculum {
	display: none;
}

.embed-container {
	margin: auto;
    	position: relative;
    	padding-bottom: 100%;
    	overflow: hidden;
  	width:100%;
  	background-image:url('../img/spinner.gif');
  	background-repeat:no-repeat;
	background-position:top;
	display: flex;
   	justify-content: center;
}

.embed-container iframe {
    	position: absolute;
    	top:0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}

.embed-container p {
    	position: absolute;
	line-height: 120px;
}