body {
	background-image: url(/imagenes/fondo.gif);
}

.FondoMenuSeleccionado {
	background-color: #8CC3FF;
}

.FondoPieWeb {
	background-color: #E6E6E6;
}

.MarcoWeb {
	border: 10px solid #B0D8FF;
	background-color: #ffffff;
}

.MarcoInformaciones {
	border: 3px solid #72A1D0;
	background-color: #ffffff;
}

.MarcoRestringido {
	border: 3px solid #B0D8FF;
	background-color: #ffffff;
}

.CamposRestringido {
	border: 2px solid #B0D8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
	width: 130px;
}

.BotonRestringido {
	font-family: Arial, Helvetica, sans-serif;
	font-size:7px;
	height: 16px;
	width: 60px;
}

.TextoMarcoRestringido{
	color:#000000;
	font-size:7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

.TextoContenido {
	color:#000000;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

.TextoContenido a:link {
	text-decoration: none;
	color: #000000;
}

.TextoContenido a:visited {
	color: #000000;
	text-decoration: none;
}

.TextoContenido a:hover {
	color: #990000;
	text-decoration: none;
}

.TextoContenido a:active {
	color: #000000;
	text-decoration: none;
}

.OpcionesMenu {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

.OpcionesMenu a:link {
	text-decoration: none;
	color: #000000;
}

.OpcionesMenu a:visited {
	color: #000000;
	text-decoration: none;
}

.OpcionesMenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.OpcionesMenu a:active {
	color: #ffffff;
	text-decoration: none;
}

.PuntoMenu {
	font-family: Wingdings, Wingdings 2, Wingdings 3;
	font-size:10pt;
}

.BotonLink {
	background-color:#73A2D6;
	color:#ffffff;
	font-size:7pt;
	font-family:Verdana;
	font-weight:lighter;
	border: 1px inset #000000;
}

.Boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:7px;
	height: 16px;
	width: 100px;
}

#marqueecontainer{
position: relative;
width: 99%; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}