*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url(Imagenes/portada.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
}
div#vacio{
	width:100%;
	height:700px;
}
div#contenedor{
	width:100%;
	height:3400px;
	background-color:#EAE6CA;
}
div#body{
	margin:auto;
	width:960px;
	height:3400px;
	background-color:#EAE6CA;
}
div#menu{
	width:100%;
	height:150px;
	font-family:Myriad Pro;
}
table.menu_principal{
    border-spacing: 30px;
	margin:auto;
}
h1{
	font-size:3em;
	text-align:center;
	color:#9B111E;
	opacity:0.5;
}
h2{
	padding:100px;
	margin-left:100px;
	font-size:3em;
	text-align:center;
	color:#9B111E;
	opacity:0.5;
}
h3{
	font-size:2.5em;
	text-align:right;
	color:#9B111E;
	opacity:0.5;
}
img.foto1,img.foto2,img.foto3,img.foto4,img.foto5,img.foto6,img.foto7,img.foto8,
img.foto9,img.foto10,img.foto11,img.foto12,img.foto13{
	width:200px;
}
table.biblios{
	border-spacing: 30px;
	text-align:justify;
	padding: 2em;
	background-color: #E6D690;
	border: 2px solid #2F4F4F;
	border-radius: 30px;
	box-shadow: 2px 2px 5px #2F4F4F;
}
th{
	font-family:Myriad Pro;
	font-size:2em;
	font-style:italic;
}
p.desarrolladora{
	font-family:impact;
	text-align:right;
}