#contenido{
	width: 1000px;
	margin: 0 auto; 
	height: 550px;
}
#titulo h1{
	text-align: center;
	font-weight: 200;
	background-color: #018cb7;
    color: #fff;
	height: 47px;
	width: 1000px;
	border-radius: 20px 0px 20px 0px;
	margin-top: 20px;
    margin-bottom: 20px;
}
#fotos{
	width: 400px;
	float: left;
	border-right: #018cb7 3px solid;
margin-right: 20px;

}

#fotos img {
	padding: 10px 50px;
	display: block;
	width: 200px;
    height: 220px;
}

#info {
	width: 450px;
	float: right;
}

#info p {
	margin: 10px 0;
	color: #1696bd;
}

#foto-header{
	text-align: left;
	background-color: #E1F5FC;
}
