body {
	margin: 0;
	padding: 0;
}

a:link {
	color : rgb(30, 170, 68);
        text-decoration : none;
}

a:visited {
	color : rgb(30, 170, 68);
        text-decoration : none;
}

a:hover {
	color : rgb(64, 255, 136);
        text-decoration : none;
}

.navega {
	background-color : rgb(18, 72, 36);
	text-decoration : none;
	color : white;
	height : 1em;
	text-align: center;
	font-family : Garamond;
	font-size : 0.8em;
	font-weight : bolder;
}

.navega:link, 
.navega:visited { 
	background-color : rgb(18, 72, 36);
	text-decoration : none;
	color : white;
	height : 1em;
	font-family : Garamond;
	font-size : 0.8em;
	font-weight : bolder;
} 

.navega:hover { 
	background-color : rgb(50, 104, 68);
	text-decoration : none;
	color : rgb(221, 255, 221);
	height : 1em;
	font-family : Garamond;
	font-size : 0.8em;
	font-weight : bolder;
} 

.superior {
	background-color : rgb(0, 0, 0);
	width : 100%;
	height : 130px;
	text-align:center;
	float : left;
}

.botones {
	background-color : rgb(18, 72, 36);
	padding-left : 1em;
	width : 100%;
	height: 1.5em;
	text-align:left;
	float : left;
}

.separador {
	width : 100%;
	height : 2em;
	float: left;
}

.izquierda {
	width : 40%;
	padding-top : 0em;
	padding-left : 0.5em;
	float : left;
}	

.derecha {
	width : 50%;
	padding-top : 0px;
	padding-right : 1em;
	float : right;
}	

.detalle {
	width : 50%;
	padding-top : 5px;
	padding-right : 1em;
	float : left;
}	

.espacio {
	width : 55%;
	height : 1.5em;
	float : right;
}

.interior {
	width : 100%;
	float : right;
}

.titulo {
	background-color : rgb(238, 255, 238);
	height : 1.5em;
	padding-left : 1em;
	padding-top : 0.5em;
        font-family : Verdana;
        font-size : 1em;
	font-weight : bolder;
        color : rgb(50, 104, 68);
}

.subtitulo {
	padding-left : 1em;
        font-family : Verdana;
        font-size : 0.8em;
	font-weight : bolder;
	text-align : left;
        color : rgb(0, 0, 0);
}     

.texto {
	padding-left : 1em;
        font-family : Arial;
        font-size : 0.8em;
	font-weight : normal;
	text-align : left;
        color : rgb(0, 0, 0);
}      

.lista {
	padding-left : 3em;
        font-family : Verdana;
        font-size : 0.7em;
	font-weight : normal;
	text-align : left;
        color : rgb(0, 0, 0);
}      

.imagen {
	margin-top : 0px;
	margin-left : 0.6em;
	margin-bottom : 0.5em;
	margin-right : 0.5em;
	float : left;
	border: 0px;
} 

.comentario {
	padding-left : 2em;
        font-family : Verdana;
        font-size : 0.7em;
	font-weight : normal;
	text-align : left;
        color : rgb(0, 0, 0);
}

.firma {
        font-family : Verdana;
        font-size : 0.7em;
	font-weight : bolder;
	text-align : center;
        color : rgb(0, 0, 0);
}        

.licencia {
	padding-left : 2em;
        font-family : Verdana;
        font-size : 0.6em;
	font-weight : bolder;
	text-align : left;
        color : rgb(0, 0, 0);
}

