/* CSS Document */
body{
	background-color: #530000;
	font-family: "Trebuchet MS";
	font-weight: lighter;
	color: #530000;
}
#Centro h5 {
	color: #530000;
}

#Contenedor #Cabecera {
	padding-top: 5px;
}

#Contenedor #Centro {
	text-align: center;
}

#Contenedor #Pie {
	text-align: center;
}

#Contenedor {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #530000;
}
#Contenedor #margen {
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#Centro h2 {
	font-family: "Trebuchet MS";
	font-weight: lighter;
	color: #530000;
}
.izquierda {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
