/*
 * General
 */

body.index{
   	background: #111111;
}

body.estudio{
   	background: #111111;
}

body.galeria{
   	background: none;
}

body.contacto{
   	background: #FFFFFF;
}

nav#menu{
	background-color:#000000;
	-webkit-box-shadow: 0px 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px 0px #000000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px; 
	position:fixed;
	bottom:3%;
	margin-left:0;
	width:90%;
	padding:15px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	visibility:hidden;
}

nav#menu ul{
	padding:0px;
	margin:0px;
	margin:0 auto;
	width:100%;
}

nav#menu ul li{
	float:left;
	width:33%;
	text-align:center;
	color:white;
	font-size:1.2em;
	text-transform:uppercase;
}

article#content{
	padding:3%;
	width:94%;
	max-height:100%;
}

#enlaceportada {
	display:none;
}

/*
 * Portada
 */
section#portada{
	margin:0 auto;
	width:100%;
}

section#portada img{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20%;
	width:90%;
	height:auto;
}

/*
 * Estudio
 */
section#estudio{
	margin-left: 2%;
	margin-right: 2%;
	width:95%;
	color:white;
}

/*
 * Contacto
 */
section#contacto{
	margin-left: 2%;
	margin-right: 2%;
	width:95%;
	color:black;
	font-size:0.9em;
}

/*
 * Galeria
 */
section#galeria{
	height: 100%;
}

section#galeria h2{
	text-align: center;
}

section#galeria nav{
	margin-left: 2%;
	margin-right: 2%;
	width:95%;
	border-bottom: none;
	height: 75%;
}

section#galeria nav ul li{
	float:none;
	width: 100%;
	text-align: center;
}

section#galeria ul{
	list-style: none;
}

section#galeria img{
	width: 90%;
	text-align: center;
}