/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 76%; /* Set to gallery width, in px or percentage */
	height: 106px;
	left: 10%;
}

#motioncontainer a img {
	border: 0px solid #cccccc; /* Set image border color */
}
.fondotabla {
	background-image: url(video3/fondo.gif);
	background-repeat: no-repeat;
}


#motioncontainer a:hover img {
	border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 0px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -200px;
	visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #666666;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-weight: bold;
	color: #FF6600;
}
a:visited {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #FF6600;
}
