@charset "UTF-8";
/* CSS Document */

#tituloTexto {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #909F54;
	width: 720px;
	margin-top: 5px;
	float: left;
	padding-left: 20px;
}
#areaBojas {
	height: 325px;
	overflow: auto;
	float: left;
	width: 740px;
	margin-top: 10px;
}
#boja {
	margin-top: 10px;
	float: left;
	width: 700px;
	margin-bottom: 10px;
	border: 1px solid #909F54;
	padding: 5px;
}
#boja h1   {
	font-weight: normal;
	color: #000000;
	text-align: justify;
	font-size: 9pt;
}
#boja     h2 {
	font-weight: bold;
	color: #909F54;
	font-size: 9pt;
	text-align: right;
}
#enlace {
	background-color: #909F54;
	border: 1px solid #909F54;
	width: 185px;
	float: right;
	padding: 5px;
	text-align: center;
}
#enlace a {
	color: #FFFFFF;
	text-decoration: none;
}
#enlace  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#enlace a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

