body {
	font-family: Tahoma, Arial, Verdana, Serif;
	background: #000000;
	background-image: url(../img/web/background-ojo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border: 0;
}

#contenedor {
	width: 900px;
	margin: 50px auto;
}

#contenido {
	width: 620px;
	float: left;
}

#texto {
	margin-top: 20px;
	padding: 0 20px 0 20px;
	background-image: url(../img/web/background-contenido.png);
	border: 2px solid #ED008A;
}

#menu {
	width: auto;
	float: right;
}

#pie {
	clear: both;
	padding-top: 20px;
}

#texto h1 {
	color: #ED008A;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px dashed #ED008A;
}

#texto p {
	color: #000000;
	font-size: 0.95em;
}

#texto ul  {
	color: #000000;
	font-size: 0.95em;
}

#texto img.foto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#texto p.navegacion {
	text-align: center;
	font-size: 0.85em;
}

#texto a {
	text-decoration: none;
	color: #ED008A;
	font-size: 0.95em;
}

#texto a:hover {
	text-decoration: underline;
	color: #ED008A;
	font-size: 0.95em;
}

#texto .galeria img{
	vertical-align: middle;
	margin-left: -6px;
}

#texto .galeria p {
	margin-left: 10px;
}

#menu img {
	border: 0;
	margin-bottom: 10px;
}

#pie p {
	color: #ED008A;
	font-size: 0.7em;
	text-align: center;
	
}