/* CSS Documento para Buscador Empresas */

/*Barra de desplazamiento*/
BODY {SCROLLBAR-FACE-COLOR:#FF6600;
      SCROLLBAR-HIGHLIGHT-COLOR:#CCCCCC;
      SCROLLBAR-SHADOW-COLOR:#333333;
      SCROLLBAR-3DLIGHT-COLOR:#333333;
      SCROLLBAR-ARROW-COLOR:#333333;
      SCROLLBAR-TRACK-COLOR:#333333;
      SCROLLBAR-DARKSHADOW-COLOR:#333333
	  }
/*Enlaces Texto*/
A:link {color:#FFFFFF;text-decoration: none} 
A:visited {color:#FFFFFF;text-decoration: none} 
A:active {color:#FFFFFF;text-decoration: none} 
A:hover {color:#FF6600;text-decoration: none} 
/*Enlaces Fondo Gris*/
A.clase1:link {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase1:visited {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase1:active {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase1:hover {color:#FF6600;text-decoration: none;font-size:9} 
/*Enlaces Fondo Naranja*/
A.clase2:link {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase2:visited {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase2:active {color:#FFFFFF;text-decoration: none;font-size:9} 
A.clase2:hover {color:#333333;text-decoration: none;font-size:9} 
/*Enlaces subrayados*/
A.clasesub:link {color:#FFFFFF;text-decoration: underline} 
A.clasesub:visited {color:#FFFFFF;text-decoration: underline} 
A.clasesub:active {color:#FFFFFF;text-decoration: underline} 
A.clasesub:hover {color:#FF6600;text-decoration: underline} 
/*Enlaces inserción buscador*/
A.clasebuscador:link {color:#CC0000;text-decoration: none} 
A.clasebuscador:visited {color:#CC0000;text-decoration: none} 
A.clasebuscador:active {color:#CC0000;text-decoration: none} 
A.clasebuscador:hover {color:#FF0000;text-decoration: underline} 
/*Body, tablas y titulares*/
body {font-family:verdana;color:#FFFFFF;font-size:11} 
td {font-family:verdana;color:#FFFFFF;font-size:11} 
td.clase3 {font-family:verdana;color:#FFFFFF;font-size:9}
td.clase4 {font-family:verdana;color:#FFFFFF;font-size:9} 
td.clase5 {font-family:verdana;color:#FFFFFF;font-size:9} 
h3 {font-family:verdana;color:#FF6600} 
/*Formularios - select*/
.form{
	font-size: 8pt;
	font-family: Verdana;
	color: #333366;
	height: 20px;
	width: 400px;
  }
.form2{
	font-size: 8pt;
	font-family: Verdana;
	color: #333366;
	height: 20px;
	width: 200px;
  }
.form3{
	font-size: 8pt;
	font-family: Verdana;
	color: #333366;
	height: 100px;
	width: 200px;
  }
.form4{
	font-size: 8pt;
	font-family: Verdana;
	color: #333366;
	height: 40px;
	width: 200px;
  }
.boton {
	font-size: 8pt;
	font-family: Verdana;
	color: #333366;
	height: 20px;
	border: 1px solid #FF6600;
  }
.form9{
	font-size: 11pt;
	font-family: Arial;
	color: #000066;
	height: 300px;
	width: 450px;
  }
