/* CSS Document */
.texto h1{
	color:#663300;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.texto h2{
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;	
}
.texto h3{
	color:#006699;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;	
}
.texto .txtimagen{
	float:right;
	background-color:#9DC614;
	padding:5px;
}

