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

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	font-size: 4em;
	line-height: 1.2em;
	margin: 0; padding: 20px 0;
}

h2 {
	font-family: 'Roboto Condensed',  sans-serif;	
	font-weight: normal;
	font-size: 1.8em;
	line-height: 0.1em;
	color:#06F;
	margin: 0; padding: 20px 0;
}

h3 {
	font-family: 'Economica', sans-serif;
	font-weight: normal;
	font-size: 3em;
	line-height:0em;
	color:#fff;
	}


h4  {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height:1.5em;
	color:#F36;
}

h5  {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color:#Fff;
}

h6  {
	font-family:'Oswald', sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 14em;
	color:#fff;
	text-shadow: 0 0 10px #000;
	
	
	
}

h1 small {
	display: block;
	font-size: 0.5em;
	color: #999;
}
img {border: none;}

#footer{
	text-align:center;
	font-size:10px;
	color:#888;
	font-family:'Open Sans', sans-serif;
	background-color:#333;
	line-height:30px;
	position: fixed;
	bottom:0px;
	width:100%;
	height:30px;
	z-index:0;
	text-transform:uppercase;
	}
	
#header{
    width:100%; 
    background-color:#fff;
	height:60px;
	position:fixed;
	z-index:5;
	
}
	
#headertopline{
    width:100%; 
    background-color:#06F;
	height:3px;
	position:fixed;
	margin-bottom:5px;
}

#headerContent{
	height:70px;
	padding:10px;
    margin: 0 auto; 
	width: 100%;
	text-align:left;
}

#headerLogo{
	height:40px;
	padding-top:2px;
    width: 180px;
	text-align:left;
	float:left;
}

#headerMenu{
	height:20px;
	padding-right:30px;
	padding-bottom:15px;
	text-align:center;
	float:right;
}

#headerMenu a{
    color:#888;
	text-decoration:none;
	
   
}

#headerMenu a:hover{
    color:#06F;
   
}

#headerMenu a:hover a:active{
    color:#06F;
   
}


#contenedor{
	width:100%;
	max-width: 2500px;
	margin:0 auto;
	text-align:center;
	position: fixed;
	top:30%;
	

} 

#contenedor2{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align:center;
	padding:70px;
	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -120px;
  	margin-left: -630px;
	z-index:1;

} 

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}

#contenedor_manifiesto{
	width:550px;
	height: 100%;
	margin:0;
	display: table;

} 

#manifiesto{
	width:500px;
	height:590px;
	margin:0 auto;
	text-align:center;
	background-color:rgba(0, 100, 300, 0.8);
	display: table-cell;
    vertical-align: middle;
    position: relative;
} 

#manifiesto_foto{
	width:267px;
	height:400px;
	float:left;
	margin:50px;
	background:url(../imagenes/maripi.jpg);

} 

#manifiesto_texto{
	width:430px;
	height:500px;
	float:left;
	text-align:justify;
	margin-top:50px;
	margin-right:50px;
	margin-left:50px;
	font-family:'Open Sans', sans-serif;
	font-style:normal;
	font-size:13px;
	color:#FFF;
	

} 

#headerFB{
	height:21px;
	padding-left:0px;
	padding-top:10px;
    width: 150px;
	text-align:right;
	float:right;
}

#headerTW{
	height:35px;
	padding-left:0px;
	padding-top:10px;
    width: 100px;
	text-align:left;
	float:right;
}

#descripcion{

	width: 370px;
	height:600px;
	float:right;
	text-align:left;
	padding-top:0px;

} 

.container {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:100%;
	
}
