body {

}

.titulos {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}



.textos {
  font-family:verdana;
  color:#544b4d;
  font-size:10px;
  font-weight:regular;
}

.subtitulos {
  font-family:Arial, Helvetica, sans-serif;
  color:#4f422b;
  font-size:12px;
  font-weight:bold;
}

.siguiente {
  font-family:Arial, Helvetica, sans-serif;
  color:#261f13;
  font-size:10px;
  font-weight:bold;
}

}

#header_creditos {
	position:relative;
	height:39px;
}

#header_creditos_bar {
	width:800px;
	position:absolute;
	left:60%;
	margin-left:-220px;
	height:39px;
}

#creditos{
	position:relative;
	float:left;
	height:32px;
	width:800px;
	text-align:center;
	padding-top:7px;
	overflow:hidden;
}

.tickercontainer {
	/*border: 1px solid #000;
	background: #fff; */
	width: 362px; 
	height: 32px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 800px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	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;*/
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #615137;
	margin: 0 50px 0 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
} 

ul.newsticker span {
	margin: 0 10px 0 0;
	color:#615137;
} 

.pre {
  font-family:verdana;
  color:#FFFFFF;
  font-size:10px;
  font-weight:regular;
}
