/* General styles */
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
p {
	font-size: 18px;
 	line-height: 21px;
	color: #303030;
}
.detall{
	font-size: 12px;
	color: #303030;
}
.menu{
	font-size: 12px;
	text-transform: uppercase;
	word-spacing: -1.5px;
	/*word-spacing: -1.5px; a 12px*/
	color: #909090;
}
/* color: #909090;*/
.menuon{
	font-size: 12px;
	text-transform: uppercase;
	word-spacing: -1.5px;
	/*word-spacing: -1.5px; a 12px*/
	color: #303030;
}
a.menuon:link, a.menuon:visited {
	color: #303030;
	text-decoration: none;
}
a.menuon:hover {
	color: #909090;
	text-decoration: none;
}
a.menuon:active {
	color: #303030;
}
.text{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
 	line-height: 15px;
 	/*line-height: 15px;*/
	color: #303030;
}
.list{
	font-size: 12px;
 	line-height: 16px;
 	/*line-height: 16px;*/
	color: #303030;
}
.liston{
	font-size: 12px;
	line-height: 16px;
	/*line-height: 16px;*/
	color: #303030;
}
.mssge{
	font-size: 12px;
 	line-height: 16px;
	color: #5B1818;
}
.llegenda{
	font-size: 11px;
	color: #303030;
}
a.liston:link, a.liston:visited {
	color: #303030;
	text-decoration: none;
}
a.liston:hover {
	color: #303030;
	text-decoration: none;
}
a.liston:active {
	color: #303030;
}

.upsel{
	border-color: #303030;
	border-style: solid;
	border-width: 1px;
}
.upnosel{
	border-width: 0px;
}
/* unvisited link */  /* visited link */
a:link, a:visited {
	color: #909090;
	text-decoration: none;
}
/* mouse over link */
a:hover {
	color: #303030;
	text-decoration: none;
}
/* selected link */
a:active {
	color: #303030;
}

