@import url(contenidodentro.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
img {
	/* responsive  Pierre 
	width:100%;*/
	max-width:100%;
}
html { height: 100%; }
.letrablanca{
	color: #CCC;
}

.convid {
		    position: relative;
		    width: 300px;
        margin: 0 auto;
		}
 
		.mask {
			display: block;
		    background-color: #FFF;
		    position: absolute;
		    width: 34px;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    z-index: 10
		} 
#cuesto{
	background-color: rgba(255, 255, 255, 0.5);
	
	
	
	}
#audio1{
	padding-right: 50px;
	margin: -90px 0 0 auto;
	position: absolute;
	
	width: 100%;
	z-index: 500;
}



#imagencontenedor2{
	background-image:url(../images/diasiete/fongo.gif);
	height:1200px;
	
	text-align: center;
	position:relative;
	}			
#imagencontenedor1{
	height:890px;
	
	text-align: center;
	position:relative;
	}		
#imagencontenedor{
	
	text-align: center;
	position:relative;
	}	
#barritalink{
	z-index:20;
	
	position: absolute;
	margin: 770px 0 0px 700px;
	
	
	
	}
#barritalink a:hover{
	
	
	}			
#titulomenu {
	color:#000000;
	float: left;
	margin-top:-20px;
	
	margin-left: -45px;
	position: relative;
	width: 40px;
	height: 20px;
	
}
/* LOGO ARRIBA DERECHA*/
#tituloprensa {
	float:right;
	margin:0px 19px;
	position: relative;
	width: 150px;
	height: 137px;
	z-index: 10000;
}
#titulonavegacion {
	float:right;
	margin:230px -90px;
	position: relative;
	width: 25px;
	height: 180px;
	z-index: 20000;
}
.outer {
	/*Pierre*/
padding: 10px;
background-color: #fefdfa;
border: 1px solid #aab123;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
-goog-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-goog-ms-border-radius: 5px;
border-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-goog-ms-border-top-left-radius: 5px;
-goog-ms-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius-topright: 5px;
margin-left: 0.4em;
margin-right: 0.5em;
margin-top: 0em;
}


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	
	/*paraque se vea el fondo 100%*/
	background:none;
	
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #005fa1; /* #f07d00;*/
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.6em;
	padding: 10px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	/*ALTO DE LA BARRA DE MENU   Pierre*/
	line-height: 1.7;
	padding: 0 20px;
	cursor: pointer;
	background: #3094ba;  /* #e87901;*/
	border-bottom: 1px solid #fdd1a2;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #3fc1f2;
}

.menu-panel div {
	/*separacion primer bloque despues de botones*/
	margin-top: 10px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.6em;
	line-height: 0.7;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #FFC;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #FFFF66;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #3fc1f2; /* #f07d00;*/
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	/* borde superior nuboso afecta div class="scroller*/
	top: 0px;
	left: 0;
	width: 100%;
	/* borde inferior nuboso*/
	bottom: 0px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
}


/*esto da un efecto difuminado en los bordes superior e inferior
.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}*/

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h2 {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 10px;
	color: #333;
	/*MARGEN DEL TITULO REPECTO A LA GOTA PARA EL RESPONSIVE   Pierre*/
	margin: 5px 1% 5px 0;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

@media screen and (max-width: 1024px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 1024px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}


/*BACKGROUD FULL CON CSS*/
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
	
	
		
		
/*FIN BACKGROUD FULL CON CSS*/