/**********************************************
 ### Hoja de estilos de La Guia Industrial  ### 
**********************************************/

/*********************************************************
1) aca definimos colores margenes etc en todo el documento 
*********************************************************/
body {
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #0C3D61;
}

/******************************
2) aca definimos de los enlaces  
******************************/
a:link {
	color: #0C3D61;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C3D61;
}
a:hover {
	text-decoration: none;
	color: #0C3D61;
}
a:active {
	text-decoration: none;
	color: #0C3D61;
}
/******************************************
3) aca definimos los estilos de formularios  
*******************************************/
.combos_1 {
	font-size:11px; 
	background-color:#F4FAFD;
}
.textboxs_1 {
	font-size:11px; 
	background-color:#F4FAFD;
	border:solid;
	border-width:1px;
	border-color:#666666;
}
.textboxs{
	border:solid;
	border-width:1px;
	font-size:12px;
	border-color:#666666;
	background-color:#F4FAFD;
	height:16px;
}
.buttons{
	font-size:12px;
}
.error
{
	color:#FF0000;
	font-weight:bold;
}
.exito
{
	color:#009900;
	font-weight:bold;
}
/***********************************************************
4) aca definimos los estilos usados la barra de la izquierda  
************************************************************/
.encabezados_izq{
	font-size: 14px;
	font-weight: bold;
	color: #E0E0E0;
	margin-left:20px;
}
.alfatable
{
	background-color:#F4FAFD;
	font-family: Verdana;
	font-size: 15px;
	color: #A21D1B;
	border-width: 1px;
	font-weight:bold;
	padding:1px; 
	width:19;
	height:18;
	display:block;
}
.alfatable:hover
{
	background-color:#E3F2F9;
	font-family: Verdana;
	font-size: 16px;
	color: #A21D1B;
	padding:0px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc; 
}
.izq_ava{
font-size:9px;
margin-left:10px;
margin-top:7px;
margin-bottom:7px;
text-align:left;
}
/***********************************************************
5) aca definimos los estilos usados la barra de la derecha  
************************************************************/
.encabezados_der{
	font-size: 14px;
	font-weight: bold;
	color: #E0E0E0;
	margin-left:20px;
}
.registra{
	display:block;
	width:155px;	
	margin-left:0px;
	border-width: 1px;
	border-style: dotted;
	border-color:#E3F2F9;
	margin-bottom:0px;
	padding-bottom:0px;
}
.registra:hover{
	display:block;
	width:155px;	
	margin-left:0px;
	background:#FFFFCC;
	border-width: 1px;
	border-style: dotted;
	border-bottom-color:#ccc;
	border-top-color:#ccc;
	border-left-color:#E3F2F9;
	border-right-color:#E3F2F9;
	margin-bottom:0px;
	padding-bottom:0px;
}
.fecha{
	font-size: 10px;
}
ul#datos li a {	
	width:157px;
	display:block;
	margin-left:0px;
	border-color: #E3F2F9;
	background:#E3F2F9;
	border-width: 1px;
	border-style: dotted;
	border-bottom-color:#E3F2F9;
	border-top-color:#E3F2F9;
	border-left-color:#E3F2F9;
	border-right-color:#E3F2F9;
	margin-bottom:0px;
	padding-bottom:0px;
}
ul#datos li a:hover {
	display:block;
	width:157px;	
	margin-left:0px;
	background:#FFFFCC;
	border-width: 1px;
	border-style: dotted;
	border-bottom-color:#ccc;
	border-top-color:#ccc;
	border-left-color:#E3F2F9;
	border-right-color:#E3F2F9;
	margin-bottom:0px;
	padding-bottom:0px;
}

/*****************************************************
6) aca definimos los estilos usados en el INDEX (columna central)  
******************************************************/
.centro_titulos{
	font-size: 14px;
	font-weight: bold;
	color: #E0E0E0;
	margin-left:20px;
}
/** Busquedas **/
.busqueda{
	margin-top:10px;
	font-size:14px;
	text-align:center;
}
.avanzada{
text-align:right;
margin-top:15px;
font-size: 11px;
margin-right:5px;
}
/** promocion de la guia **/
.guia2007{
	padding:5px;
	margin-top:5px;
	font-size:11px;
	text-align:left;
}
.text_bienvenido{
	padding-left:7px;
	font-size:11px;
	text-align:justify;
}
/************************
 Central de los rubros (letra .php) 
*************************/
ul#navlist {
	display: block;
	width: 250px;
	list-style:none;
	list-style-type:none;
}
ul#navlist li a {
	display: block;
	width: 250px;
	border-width: 1px;
	border-color: #fff #fff #fff #fff;
	border-style: solid;
	background: #ffffff;
}
ul#navlist li a:hover {	
	display: block;
	background:#E3F2F9;
	width: 250px;
	border-width: 1px;
	border-style: dotted;
	border-bottom-color:#ccc;
	border-top-color:#ccc;
	padding: 0 0 0 10px;
}
/***********************************
 Central de las empresas (rubro .php) 
************************************/
.titulo_empresa{
	font-size: 14px;
	font-weight: bold;
	color:#CC6600;
	margin-left:20px;
}
/***********************************
 Central de contactenos (contacto .php) 
************************************/
.titulo_contacto{
	font-size: 14px;
	font-weight: bold;
	color:#CC6600;
}
/************************
 extras en pixeles, etc  
*************************/
.9{
	font-size: 9px;
}
.10{
	font-size: 10px;
}
.11{
	font-size: 11px;
}
.12{
	font-size: 12px;
}
/******************    FIN     *********************/
