body {
	background-color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
h1{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h2{
	margin:2px 0;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover h2{
	color: #9D0019;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #9D0019;
	text-decoration: none;
}
ul{
	padding-left:25px;
	//padding-left:0;
	//margin-left:25px;
}
.Estilo1 {
	color: #FF0000;
}
.marco_tabla {
	border: thin solid #666666;
	background-image:url(../im/common/base.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.menu {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.menu a{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #9D0019;
	text-decoration: none;
}

.text_general {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
}
.text_general_negrita {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

.text_general:link{
	font-family: Verdana;
	font-size: 9px;
	color: #9D0019;
	text-decoration: none;
}
.marco_tabla_contact {
	border: 1px solid #FFCCCC;
	font-size: 10px;
	font-family: arial;
}
.titol_negrita_centrat {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.titol_negrita_centrat:link {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.titol_negrita_centrat:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #9D0019;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.marco_tabla_inf {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.complementos {
	font-family: Verdana;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}
.complementos:link {
	font-family: Verdana;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}
.complementos:hover {
	font-family: Verdana;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	/*border: 1px solid #000;*/
	background: #fff; 
	width: 500px; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
	margin-top:70px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 2px;
	width: 500px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 500px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
	width:960px;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 
