/*===SECCION: COLECCION===*/
#portada {
	position: absolute;
	width: 952px;
	height: 214px;
	top: 0px;
	left: 0px;
}

#portada h1 span, #portada h2 span {
	display: none;
}

#portada #imagenes {
	display: block;
	width: 952px;
	height: 214px;
	overflow: hidden;
	background: #FFF;
}
	#portada #imagenes img {
	display: block;
	width: 952px;
	height: 214px;
	}

#portada p {
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
}

#portada p a {
	text-decoration: none;
	font-style: italic;
	color: #39DFD7;
}
#portada p a .esp { color: #7E4444; }
#portada p a .eng { color: #3A1F1F; }

#portada.hover {
	background: #FFF;
	cursor: pointer;
}

#pie {
	position: absolute;
	bottom:  0;
	margin: 0 auto;
	border-bottom: 5px solid #2F2622;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
	#pie p {
		width: 560px;
		margin: 0 auto;
		background: #2F2622;
		color: #EEF1EA;
	}
	#pie p a {
		color: #EEF1EA;
	}
	#pie p a:hover {
		color: #EABF3E;
	}

/*Aviso para explorer 6*/
#ie6 { position:absolute; top:0; left:0; width:100%; }
