
table {
	margin: 10px;
	padding: 10px;
}

#Contenedor {
        background-color:#F4ABF2;
        border:1px solid #808000;
	width: 100%;
	height: 100%;
}

#Logo {
	width: 8%;
	height: 12%;
	float:left;
        background-color: white;
}

#Titulo {
	width: 92%;
	height: 12%;
	float:right;
        background-color: #004823;
	color: white;
	font-size: 24px;
        text-align: center;
        line-height: 30px;
}

#Cuerpo {
	width: 100%;
        height: 82%;
        background-color: #E6F4E6;
	color: black;
	clear:both;
	font-size: 20px;
	text-align: left;
	text-indent: 1% each-line;
	border:1px solid #808000;
}

#Pie {
	width: 100%;
        height: 6%;
        background-color: white;
	color: #7a1501;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border:1px solid #808000;
}
