BODY{
	margin: 0;
	padding:0px;
	background-image:url(imgs/backsup.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #d5bd98;
	text-align:center;
	font-size: 0.8em;
	line-height: 1.2;
}

.wrapper{
	background-position: top;
	background-repeat: no-repeat;

	background-attachment: fixed;
}

.masterhead{
	width:761px;
	height:399px;
	background-image:url(imgs/masterhead.jpg);
	background-repeat: no-repeat;
	margin-top:59px;
}

.content{
	background-color:#e9e5d9;
	margin-top:249px;
	width:760px;
	text-align:center
}

.titles{
	font-size:1.1em;
	font-style: italic;
	font-weight: bolder;
}

.block{
	width: 200px;
	height:148px;
	border:#24577c;
	border-width: 2px;
	border-style:solid;
	padding: 6px;
}

.separador{
	background-image: url(imgs/separadorV.jpg);
	background-repeat: repeat-y;
	width:7px;
}


	


/*menu*/

#biografia{
	position: relative;
	top:300px;
	left:-340px;
	border:none;
}

#obra{
	position: relative;
	top:310px;
	left:-360px;
}

#renacimiento{
	position: relative;
	top:320px;
	left:-220px;
}

#articulos{
	position: relative;
	top:268px;
	left:-220px;
}

#comite{
	position: relative;
	top:278px;
	left:-366px;
}

#contacto{
	position:relative;
	top:256px;
	left:-75px; 
}

#inicio{
	position: relative;
	top:234px;
	left:40px;
}

/*fin menu*/

img{  
	border-style: none;
}

p{
	text-align: justify;
}

a:hover{
	color: #800040;
	
	
}
a{
	color: Black;
	text-decoration: none;
	
}
