/* CSS Document */

#conferencisttitle{
	display:block;
	width:100%;
	height:125px;
	padding:20px 0 0 0;
	background:url(../images/fondoh1.png) repeat-x;
	margin:25px 0 20px 0;
	line-height:145px;
	font-size:40px;
	text-align:center;
}

#contentholder {
	margin:20px auto;
	overflow:hidden;
}

#contentholder #photocycle{
	height:400px;
	width:40%;
	float:left;
}

#contentholder #photocycle .photoboot{
	display:block;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#content-block{
	width:55%;
	float:left;
	overflow:visible;
	background:#fff;
	border:0;
	border-radius:15px;
	margin:0 0 0 30px;
}

#contentholder #content-block #content{
	margin:30px auto;
	width:85%;
}


#contentholder #content-block #content h2{

}

#contentholder #content-block #content p{
	text-align:justify;
}

#contentholder #content-block #content .highlight{
	font-weight:bold;
	font-size:16px;
}
