/* Elementos Básicos */
body, textarea {
	font: 8pt/16pt "Trebuchet MS";
	color: #555753;
	background: #f5f5f5;
	margin: 0px;
}
textarea{
background-color:#FFFFFF; border:1px solid #f5f5f5;
}
p { 
	font: 8pt/16pt "Trebuchet MS"; 
	margin: 0px; 
	text-align: justify;
	}
h1, h2, h3, h4, h5, h6 { 
	font:16pt georgia; 
	letter-spacing: 1px; 
	margin: 0px; 
	color: #336699;
	}
h2{font-size:14pt; }
h3{font-size:12pt; }
h4{font-size: 10pt;}
h5{font-size:8pt; }
h6{font-size:6pt; }

/*Especificos*/
.titulo1{
	background-color:#f5f5f5;
	color:#999999;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align:center;
}
.box1 {
	border: 10px solid #f5f5f5;
	background-color:#FFFFFF;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
#op{
visibility:hidden; display:inline;
}