@charset "utf-8";
/* CSS Document */

#fotos_cleankap {
	background-image: url(../images/fundo_texto.jpg);
	background-repeat: repeat-x;
	display: block;
	height: auto;
	width: 758px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 10px;
	float: left;
}
#fotos_cleankap img {
	margin-left: 10.5px;
}
#titulo_cleankap {
	float: left;
	height: 25px;
	width: 758px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	font-family: "Univers Condensed", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #900;
}

#text_cleankap {
	background-image: url(../images/fundo_texto.jpg);
	background-repeat: repeat-x;
	display: block;
	height: auto;
	width: 698px;
	margin-top: 10px;
	padding-top: 30px;
	margin-left: 10px;
	float: left;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: justify;
}
