body {
	}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #000080;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#banner {
	POSITION: relative;
	HEIGHT: 70px;
	voice-family: inherit;
	width: 383px;
	padding: 0px;
	margin-bottom: 10px;
	}

#banner h1 {
	POSITION: absolute;
	TOP: 0px;
	margin: 0px;
	}
	
#banner h1 a {
	BACKGROUND: url(imagenesWeb/icono-grande-blog-de-hosting.jpg) no-repeat;
	WIDTH: 383px;
	HEIGHT: 70px;
	TEXT-DECORATION: none;
	text-indent: -700em;
	display: block;
	}

#banner h2 {
	font-size: small;
	}
	
	
