html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	height: 100%;
	width: 100%;
	margin: 0px;
}

a:link {
	color: #6699FF;
	text-decoration: none;
}

a:visited {
	color: #6699FF;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
}
.blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6699FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Titulo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.Footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	line-height: 13px;
}
