
#Contenedor {
        background-color:#F4ABF2;
        border:2px solid #808000;
}

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

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

#Login {
        height:82%;
        background-color: #E6F4E6;
	color: black;
	clear:both;
	font-size: 22px;
	text-align: center;	
}

#TextoLogin1 {
	padding-top: 14%;
}

#Pie {
        height:6%;
        background-color: white;
	color: #7a1501;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

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

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