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

#Encabezado {
        background-color: red;
        width: 100%;
	border:1px solid #808000;
}

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

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

#Cuerpo {
	width: 100%;
        height: 82%;
        background-color: #E6F4E6;
	color: black;
	clear:both;
	font-size: 20px;
	text-align: center;
	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: 40px;
	border:1px solid #808000;
}

p.subtitulo {
        font-size: 18px;
        font-weight: normal;
}

p.texto {
        font-size:medium;
        font-weight: normal;
}
