﻿@charset "utf-8";
/* CSS Document */

.fuente{
	font-family: 'PT Serif', serif;
}

.fuentecabecera{
	font-family: 'Almendra', serif;
	font-size: 28px;
}

body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: blue;
	}


#principal{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	height: auto;
	width: 100%;
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 40px;
	padding: 0px;
	}

hr {
	border: 1px solid white; 
	height: 2px; 
	width: 95%;
	}

#cabecera{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 150px;
	width: 100%;
	background-color:white;
	}

h1{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	min-width: 480px;
	height: 100px;
	background-color: transparent;
	color: lightskyblue;
	margin: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
			text-align:center;
			font-size: 42px;
	}

.menunav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:no-wrap;
	    -ms-flex-wrap:no-wrap;
	        flex-wrap:no-wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: lightskyblue; 
	height: 80px;
	width: 40%;
	min-width: 320px;
	margin-top: -40px;
	border-radius: 40px 10px 10px 40px;
	}

.menunav li{
	display: inline;
	border-right: #ED0A0E;
	}

#principal section{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	background-color: transparent;
	width: 100%;
	height: auto;	
	-webkit-box-ordinal-group: 4;	
	-webkit-order: 3;	
	    -ms-flex-order: 3;	
	        order: 3;
			align-items:center;
			
	}
	
.img{
	border-radius: 50%;
	width: 140px;
	height: 150px;
	margin: 10px;
	
	}	
	
.imgfot{
	height: 380px; 
	width: 420px;
	margin: 0px 300px 0px 300px;
}
	
.bloque1{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-flex: 2;
	-webkit-flex: 2 1 100%;
	    -ms-flex: 2 1 100%;
	        flex: 2 1 100%;
	background-color:transparent;
	align-self:center;
}

.bloque2{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;	
	text-indent: 10px;
	align-self:center;
	justify-content: center;
	font-size:14px;
}

.bloque3{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	background-color: transparent;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center; 
	-webkit-box-align: center; 
	-webkit-align-items: center; 
	    -ms-flex-align: center; 
	        align-items: center;
}

.divmenucentral{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack:center; 
	-webkit-justify-content:center; 
	    -ms-flex-pack:center; 
	        justify-content:center; 
	-webkit-box-align:center; 
	-webkit-align-items:center; 
	    -ms-flex-align:center; 
	        align-items:center;	
}

iframe {
	display: flex; 
	width: 90%; 
	height: 350px;
	margin-top: 10px;
}