BODY { 
    font-family: "Arial", sans-serif;
    font-size: 10pt;
    text-align: justify; 
    margin: 1em; 
	}
	.fotoleft {
	    padding-right: 1em;
	    padding-bottom: 1em;
	    } 
	.fotoright {
	    padding-left: 1em;
	    padding-bottom: 1em;
	    } 
	.toppage {
		background-color: #DEF; 
	}
	.leftpage {
		background-color: #DEF;
	}
	.bottpage {
		font-size: 8pt;
		background-color: #ECF4FC;
		text-align: center; 
	}
	.logo {
		background-color: #FFF;
	}
	.titulo {
		font-size: 30pt;
		font-weight: bold;
		text-align: center; 
	}
	.titulo2l {
		font-size: 20pt;
		font-weight: bold;
		text-align: left; 
		margin: 0em; 
		margin-left: 1em; 
	}
	.titulo2r {
		font-size: 20pt;
		font-weight: bold;
		text-align: right; 
		margin: 0em; 
		margin-right: 3em; 
	}
	.titulo3 {
		font-size: 16pt;
		font-weight: bold;
		text-align: center; 
		margin-top: 0.5em; 
	}
	.menu {
		font-size: 12pt;
		font-weight: bold; 
		text-align: right; 
	}
	.webapp {
		font-size: 11pt;
		text-align: center; 
		color: #222;
		background-color: #DEF; 
	}
	.submenu {
		font-size: 10pt;
		font-weight: bold; 
		text-align: right; 
	}
	.enmenu {
		color: yellow;
		background: black;
		font-size: 12pt;
		font-weight: bold; 
		text-align: right; 
	}
	.ensubmenu {
		color: yellow;
		background: gray;
		font-size: 10pt;
		font-weight: bold; 
		text-align: right; 
	}
	.campo {
		color: gray;
		font-size: 10pt;
		font-weight: bold;
		text-align: right; 
	}
	.valor {
		font-size: 10pt;
		text-align: left; 
	}
	.marca {
		font-weight: bold; 
	}
	.topico {
		font-size: 10pt;
		text-align: justify; 
		margin: 1em; 
		}
	.topico IMG { 
		float: left;
	}
	.medio { 
	    font-size: 50%;
	    }
    .destacado {
        font-weight:bold; 
        font-style:oblique;
        } 
	A IMG { 
		border-width: 0;
	}
	A {text-decoration: none;}
	A:link    { color: navy }    /* unvisited links */
	A:visited { color: #568 }   /* visited links   */
	A:hover   { color: black; background: yellow;}
	A:active  { color: red }   /* active links    */
