BODY, P, INPUT, TEXTAREA, TABLE, TR, TD {
	  font-family: Arial;
	  font-size: 12px;
	  color: #000000;
	  line-height: 16px;
}

.fs14 { font-size: 14px; line-height: 8px; }

.titulo1 {
	  font-size: 18px;
	  text-transform: uppercase;
	  font-weight: bold;
	  letter-spacing: -1px;
	  padding-bottom: 10px;	
}

.titulo2 {
	  font-size: 14px;
	  text-transform: uppercase;
	  font-weight: bold;
	  letter-spacing: -1px;
}	  

.gris    { color: #808080; }
.blu     { color: #00A0C6; }
.verde   { color: #34A02C; }
.naranja { color: #FF7F00; } 

.bold { font-weight: bold; }
.uc { text-transform: uppercase; } 

.menu {
	  width: 170px;
	  height: 100%;
	  float: left;
	  text-align: right;
	  margin-right: 40px;
}	  

.mlink:link { font-family: Arial; font-size: 12px; font-weight: bold; color: #000000; text-transform: uppercase; text-decoration: none; }
.mlink:visited { font-weight: bold; color: #000000; text-transform: uppercase; text-decoration: none; }
.mlink:hover { font-weight: bold; color: #808080; text-transform: uppercase; text-decoration: none; }
.mlink:active { font-weight: bold; color: #000000; text-transform: uppercase; text-decoration: none; }

.contenido {
	  width: 425px;
	  float: left;
	  text-align: justify;	
}  

.fl { float: left; }
.cl { clear: left; }

.form_textarea { width: 425px; height: 150px; border: 2px solid #000000; padding: 3px; } 
.form_input { width: 200px; height: 18px; border: 2px solid #000000; padding: 2px; }
.form_button { font-weight: bold; text-transform: uppercase; padding: 3px; } 
