body {
	background-color: #e7e7e7;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
}
#Principal #Detalle {
	margin: auto;
	height: 300px;
	width: 780px;
	position: relative;
}
.Bloque {
	float: left;
	width: 45%;
	text-align: left;
	margin: 2px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}


#Pie {
	margin: auto;
	height: 20px;
	width: 820px;
	text-align: center;
	padding: 4px;
}

#Principal {
	margin: auto;
	height: 620px;
	width: 820px;
	background-image: url(FondoNorman.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#Principal #Encabezado {
	margin: auto;
	width: 800px;
	position: relative;
	height: 300px;
}
#Dire {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 11px;
	right: 0px;
}
.Chico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

