* {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: none;
}
body {
	background: #000000;
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#conjunto {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.foto {
	text-align: center;
	height: 600px;
	background: url(material/marcoFotos.jpg) no-repeat;
	margin: 5% 22% 3%;
	float: left;
}
.fotoV {
	text-align: center;
	height: 600px;
	background: url(material/marcoFotosVer.jpg) no-repeat;
	float: left;
	margin: 5% 35% 3%;
}
.foto  img, .fotoV img {
	text-align: center;
	height: 433px;
	margin: 25px;
	padding-bottom: 2em;
}
.foto   p, .fotoV p  {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
}
.cierre            a                 {
	font-size: 0.9em;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 2em;
	height: 2em;
	margin-right: 10%;
	text-indent: -9999px;
	background: url(material/cerrar.png) no-repeat right;
	border-top: thin solid #99FF66;
	margin-left: 10%;
	padding-top: 2%;
	clear: both;
	display: block;
}

