body {

}

#header{
padding: 2%;

}

#content{
	padding: 2%;
	width: 80%;
	height: 100%;
	display:block;
	margin:auto;
	position: relative;
}

#contentHoja img{
width: 90%;
height: 100%;
display: block;
margin: auto;
padding: 9%;
z-index: 2;
}

#title img{
	position: absolute;
	width: 50%;
	height: 10%;
	left: 22%;
	top:0px;
	z-index: 3;

}
#title h2 {
	position: absolute;
	font: 20px;
	left: 42%;
	z-index: 4;

}

#contentHoja strong {
position: absolute;
top: 20%;
left: 21%;
font-size: 30px;
}

#contentHoja p{
position: absolute;
left: 20%;
top: 24%;
width: 45%;
height: 50%;
font-size: 16px;
font-family:  'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#contentHoja small{
	position: absolute;
	left: 60%;
	top: 80%;
}


#contentImg{
	position: absolute;
	top: 45%;
	left: 65%;
	width: 23%;
	height: 30%;
	
}


#footer {
	position: absolute;
	background-color: ;
}



/*#content h2{

	color: black;
	position: absolute;
	left: 45%;
	top: 15%;
	z-index: 3;

}



img.cinta{

	width: 50%;
	height: 20%;
	display:block;
	margin:auto;
}


*/

/*#contenedorHoja {
	
	background: green;
	width: 500px;
	height: 300px;

}

*/
