.titulo {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}
.parrafo {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 15px 25px 15px 15px;
}
.lista {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-transform: none;
	list-style-type: disc;
	list-style-position: outside;
}
#contenido {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
.linearoja {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF6500;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6500;
}
li {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-transform: lowercase;
	list-style-type: disc;
	list-style-position: inside;
}
.listalinks {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	text-transform: none;
	list-style-type: disc;
	list-style-position: outside;
}
a:link {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #009AFF;
	text-decoration: none;
}
