@charset "UTF-8";
/* CSS Document */

body{	
    font-family: 'Delius Swash Caps', serif;
	overflow-x: hidden;
}
header{
	text-align: center;
	position: fixed;
	width: 100%;
	margin: -10px 0px 0px -10px;
	margin-left: -10px;
	background: white;
	font-family: 'Delius Swash Caps', serif;
}
h1{
	position: absolute;
	top: 24px;
	width: 100%;
	text-align: center;
	color: white;
}

#contenido{
	padding-top: 170px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}
p{
	border: solid thin #62819E;
	border-radius: 10px;
	background: #EAF2FF;
}
.textos{
	width: 60%;
	padding: 10px;
}
.videos{
	width: 35%;
	padding: 10px;
}
.imagenes{
	background: linear-gradient(white,#DCE5F0);
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 20px;
}

#vector{
	width: 20%;
}


hr { 
   border-top: 3px solid #BFC5D1; 
   border-bottom: 2px dashed #BFC5D1; 
   border-left:none; 
   border-right:none; 
   height: 6px; 
 } 
