/* CSS Document */
#texto {
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}
#texto ul {
}

#texto div {
}

#texto h1 {
	font-size: 28px;
	font-weight: normal;
	border-bottom-color: #C5C5A8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#texto p {
	font-weight: normal;
}

#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;
}
#texto > a{
	color:#990000;
	text-decoration:none;
}
#texto > a:hover{
	color:#993300;
	text-decoration:underline;
}