﻿body
{
	font-family: Arial;
	background-image: url(imagenes/fondoblanco.jpg);
}

#Contenedor
{
	width: 800px;
	margin: auto;
	background-color: transparent;
	position: relative;
}

#CFecha
{
	width: 800px;
	margin: auto;
	background-color: transparent;
	position: relative;
	text-align: center;
}

#menu
{
	width: 800px;
	margin: auto;
	background-color: transparent;
	position: relative;
	text-align: center;
	font-style: normal;
	font-family: Verdana;
}

#Foto
{
	width: 800px;
	margin: auto;
	background-color: transparent;
	position: relative;
	text-align: center;
}

.texto
{
	font-size: 0.9em;
	margin: 10px 10px 20px;
	font-family: Verdana;
	text-align: justify;
}

.centrar
{
	font-size: 1.0em;
	margin: 10px 10px 20px;
	font-family: Verdana;
	text-align: center;
}