body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003;
	background-color: #036;
	background-image: url(imagenes/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
h3{
	color: #039;	
}
a:link {
	color: #003399;	
	text-decoration: none;
}
a:active { 
	color: #FF9900;
	text-decoration: none;
	}
a:visited {
	color: #003399;
	text-decoration: none;
	}
a:hover {
	color: #FF9900;
	font-weight: bold;
	background-color: #FFFFCC;
	text-decoration: none;
}
li{
	padding: 2px;
	list-style-position: inside;
	list-style-type: disc;
}
table {
	background-color: #FFF;
}
.designby{
	background-color: #FFF;
	width:760px;	
}

