* {
	margin: 0px;
	padding: 0px;
}


#contenido {
	height: auto;
	width: 1100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #DFEFFC;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	page-break-before: auto;
	overflow: auto;
}




#pie {
	width: 1100px;
	background-color: #00F;
	color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
	margin-top: -12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#cabecera {
	width: 1100px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#contenido table {
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
#contenido div table tr td p strong {
	color: #0080FF;
}

