/*
********************************************
* CONTENEDOR FOTO ADORNO
********************************************
*/
#contenedor_foto_adorno {
	width: 400px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 60px;
	/*background-color: #3CF;*/
}


/*
********************************************
* CONTENEDOR TEXTO INTRO
********************************************
*/
.texto_intro {
	float: right;
	font-size: 13px;
	width: 400px;
	overflow: hidden;
	margin-bottom: 80px;
	text-align: justify;
	color: #988F84;
	/*background-color: #3CF;*/
}

h2.titulo_origenes {
	color: #FFE4C6;
	margin: 0;
	padding: 0;
	border: 0;
}

p.primer_renglon {
	margin-top: 5px;
}


/*
********************************************
* VARIOS
********************************************
*/
#contenedor_middle.top {
	padding-top: 30px;
}


/*
********************************************
* POLAROIDS
********************************************
*/
.polaroid {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.notes_img {
	position: relative;
	float: left;
	clear: both;
	width: 160px;
	height: 160px;
}

.note {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #D8D8D8;
	width: 160px;
}
