.style {
	background-attachment: fixed;
	background-color: #02195C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.titulo {
	font-family: Tahoma;
	font-size: 17px;
	color: #00CC00;
	text-align: left;
	left: 6px;
	right: 6px;
	font-weight: bold;
}
.subtitulo {
	font-family: Tahoma;
	font-size: 13px;
	color: #00CC00;
	text-align: left;
	left: 6px;
	right: 6px;
	font-weight: bold;
}
.text_bajo {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.text_bajo a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_bajo a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}
.texto {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFffff;
}
.texto a{
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #00CC00;
}
.texto a:hover{
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #00CC00;
}
.up {
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: square;
}
