/* CSS Document */

#contenidomarquee {
	border-color: #6B288E;
	border-style: solid;
	border-width: 1px;
}

#contenidomarquee a{
	text-decoration:none;
	color:#2E3E96;

}
#contenidomarquee a:hover{
	text-decoration:underline;
}

#contenidomarquee #marqueecontainer{
position: relative;
width: 275px; /*marquee width */
height: 157px; /*marquee height */
overflow: hidden;
background-color: white;
padding-left:5px;
}

