body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(video/fondo.jpg);
	background-position: 50% 0%;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mini{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.caja {
	border: 1px solid #C0C0C0;
}
.caja2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
a.menu {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 10;
	color: #000000;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	}

