body {
	background: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
.contenido {
	margin: auto;
}
.link_logo img {
	border: none;
}
#boton_fotos, #fotos:visited {
	font-size: 3em;
	text-decoration: none;
	color: #000;
	line-height: 2em;
	border: solid	;
	padding: 0.5em;
	margin: 0.5em;
	display: inline-block;
	background: url("fotos/thumbs/DSC09263.jpg") no-repeat center;
	max-height: 150px;
	max-width: 200px;
}
#boton_fotos:hover {
	color: #fff;
}

.foto img, .foto:visited img {
	float: left;
	border: #fff thick solid;
	margin: 2em;
}

.foto:hover img {
	border-color: #ff0;
	
}

.separador {
	clear: both;
	visibility: hidden;
	height: 0;
}

.contenedor_fotos {
	width: 80%;
	margin: auto;
}
