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

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

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

#Menu{
	width:100%;
        height: 8%;
        background-color: white;
	clear:both;
	font-style: bold;
	border:1px solid #808000;
}

#Menu ul {
        list-style-type: none;
        text-align: center;
        padding-top: 6px;
}

#Menu li {
        display: inline;
        text-align: center;
        margin: 0 10px 0 0;
}

#Menu li a {
        padding: 2px 7px 2px 7px;
        color: #7a1501;
        background-color: #EEEEEE;
        border: 1px solid #ccc;
        text-decoration: none;
}

#Menu li a:hover {
        background-color: #333333;
        color: #ffffff;
}

#Escritorio{
	clear: both;
	width:100%;
        height:77%;
        background-color: #E6F4E6;
	color: black;
        width:100%;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	overflow-y: scroll;
}

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

h2 {
    text-align: center;
    font-size: 1rem;
    padding-top: 1px;
}

p.subtitulo {
	font-size: 20px;
	font-weight: bold;
}

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