html {
	height: 100%;
}

body {
	background: #000000 url(/img/bg.gif) center center;
	color: #ffffff;
	margin: 0;
	padding: 0px;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 80%;
	height: 100%;
}

img {
	border: none;
}

h1 {
	margin: 1em 10px;
	padding-left: 2em;
	border-bottom: 1px solid #ff0000;
}
.volver {
	float: right;
	margin: 40px 20px 0 0;
}
.volver a, .volver:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.volver a:hover, .volver a:active {
	color: #ffffff;
}

.grande {
	font-size: 120%;
}

#header {
	width: 900px;
	height: 150px;
	background: url(/img/headerbg.jpg);
	margin: 0 auto;
}

#nav {
	width: 900px;
	height: 42px;
	background: url(/img/navbg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 150%;
}

#nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
}
#nav li {
	display: inline;
	margin: 0 20px;
	padding: 0;
}

#nav a, #nav a:visited{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#nav a:hover, #nav a:active{
	color: #000000;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#midleft {
	width: 400px;
	height: 600px;
	background: url(/img/h0.jpg);
	margin: 20px;
	float: left;
	text-align: justify;
}

#midright {
	width: 400px;
	margin: 20px 0 20px 20px;
	float: right;
}

#midright ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#midright li {
	margin: 10px 0 0 0;
	padding: 0;
	width: 400px;
	height: 100px;
}

#midright li a {
	display: block;
	width: 400px;
	height: 100px;
}

#midright li span {
	display: none;
}

#midright li#Bgallery {
	background: url(/img/gallery0.jpg);
}
#midright li#Bgallery:hover {
	background: url(/img/gallery1.jpg);
}
#midright li#Blinks {
	background: url(/img/links0.jpg);
}
#midright li#Blinks:hover {
	background: url(/img/links1.jpg);
}
#midright li#Bcontacto {
	background: url(/img/contacto0.jpg);
}
#midright li#Bcontacto:hover {
	background: url(/img/contacto1.jpg);
}
#midright li#Bbio {
	background: url(/img/bio0.jpg);
}
#midright li#Bbio:hover {
	background: url(/img/bio1.jpg);
}

#galeria {
	text-align: center;
}

#galleryindex {
	text-align: center;
	height: 550px;
	margin: 0 10px;
}

#galleryindex ul {
	display: block;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}
#galleryindex li {
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 100px;
	height: 500px;
}

#galleryindex li a {
	display: block;
	width: 100px;
	height: 500px;
}

#galleryindex li span {
	display: none;
}

#galleryindex li#gModa {
	background: url(/img/gmoda0.jpg);
}
#galleryindex li#gModa:hover {
	background: url(/img/gmoda1.jpg);
}
#galleryindex li#gDetalles {
	background: url(/img/gdetalles0.jpg);
}
#galleryindex li#gDetalles:hover {
	background: url(/img/gdetalles1.jpg);
}
#galleryindex li#gEventos {
	background: url(/img/geventos0.jpg);
}
#galleryindex li#gEventos:hover {
	background: url(/img/geventos1.jpg);
}
#galleryindex li#gGente {
	background: url(/img/ggente0.jpg);
}
#galleryindex li#gGente:hover {
	background: url(/img/ggente1.jpg);
}
#galleryindex li#gNaturaleza {
	background: url(/img/gnaturaleza0.jpg);
}
#galleryindex li#gNaturaleza:hover {
	background: url(/img/gnaturaleza1.jpg);
}
#galleryindex li#gNocturna {
	background: url(/img/gnocturna0.jpg);
}
#galleryindex li#gNocturna:hover {
	background: url(/img/gnocturna1.jpg);
}
#galleryindex li#gUrbana {
	background: url(/img/gurbana0.jpg);
}
#galleryindex li#gUrbana:hover {
	background: url(/img/gurbana1.jpg);
}

#bio {
	margin: 20px auto;
	width: 860px;
	height: 400px;
	text-align: justify;
	background: url(/img/andasoyyo.jpg) 0 0 no-repeat;
}

#bio div {
	width: 500px;
	float: right;
}

#contacto {
	margin: 20px auto;
	width: 850px;
	background: url(/img/mail.gif) no-repeat 600px 0;
}

#contacto form strong {
	float: left;
	display: block;
	width: 8em;
	margin-right: 1em;
	text-align: right;
}

#nonFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

.push {
	height: 42px;
}

#footer {
	clear: both;
	width: 100%;
	height: 42px;

}
#footer div {
	background: url(/img/navbg.gif) repeat-x;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 32px;
	text-align: center;
	font-style: italic;
}

