#marqueecontainer{
	position: relative;
	width: 250px;
	height: 150px;
	overflow: hidden;
	border: 1px solid orange;
	background-image: url(img/fondo01.gif);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

#marqueecontainer a:link {
	font-size: 12px;
	color: #004652;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
}
#marqueecontainer a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #004652;
	text-decoration: none;
	margin-left: 3px;
	text-decoration: none;
}
#marqueecontainer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EA6804;
	text-decoration: underline;
	margin-left: 3px;
}
.Estilo1 {
	font-size: 10px;
	color: #FF3300;
}
#vmarquee p {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
