/**
 * @Nombre:			estilos.css
 * @Descripción:	estilos de la web
 *
 * @version: 1.0
 * @copyright: SatelNet 2003 
 **/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  color: #783A00; 
  font-family: Verdana; 
  font-size: 8pt; 
}

A { 
  color: #000000; 
  text-decoration: none; 
}

A:hover { 
  color: #800000; 
  /*text-decoration: underline; */
}

A.Menu { 
	background: #FFFFFF;
	color: #000000;
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
} 
A.Menu:hover { 
	text-decoration: none; 
	color: #800000;
	background: #E5E5E5; 
} 

input {
	color: #783A00; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px solid #783A00
}

select {
	color: #783A00;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid;
}

textarea {

	color: #783A00; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px solid #783A00;
	
}
















