* {
	border:0;
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	min-width:800px;
	text-align: center;
	background-color:#3D0D18;
	color:#E0F7D5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	text-decoration:none;
	color:#BED9B4;
}
h1,h2,p {
	margin-bottom:10px;
}
#contenedor {
	width:800px;
	margin:10px auto;
	text-align: left;
}
h1 { 
	font-weight:bold;
	font-size:22px;
	color:#CCC;
}
h2 { 
	font-weight:bold;
	font-size:16px;
	color:#FFC;
}
.derecha {
	float:right;
}
.izquierda {
	float:left;
}
.footer {
	font-size:10px;
	font-style:italic;
}
.divider {
	clear:both;
	margin-top:10px;
}
