/*-- ELEMENTOS COMUNES --*/
body{
	margin:0;
	padding:0;
	background-color: #666666;
}
td,p,div{ 
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:blue;
	text-decoration:underline;
}
a:hover{ color:#999;}
input,textarea,select{
	font: 11px Verdana;
	color: #000;
}
textarea,select{
	background-color: #F6F8E2; 
	border: 1px solid #c5c5c5; 
}
li{ margin-top: 6px; }

.titulo_seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #142561;
	text-align: left;
	padding-right: 27px;
	padding-top:4px;
}

.debug{ font-size: 10px; color: #6c6c6c; text-align:right; }

.formulario{ background-color: #F6F8E2; border: 1px solid #c5c5c5; }

/*-- ESTILOS PARA LA TABLA DEL PIE DE PAGINA --*/
table#pie{
	font-size: 10px;
	color: #6c6c6c;
	width:50%; 
	border:0;
	padding:0;
	margin-top:4px; 
}
table#pie td{ text-align:center; }
table#pie a{
	font-size: 10px; 
	color: #6c6c6c;
	text-decoration: none; 
}
table#pie a:hover{ text-decoration:none; color:#999999; }

/*-- ESTILOS PARA LA TABLA DEL BUSCADOR --*/
table#buscador{ border:0px solid #000; }
table#buscador td{ font-size: 12px; color: #142561; text-align:center; padding: 1px; }
table#buscador .titulo{ font-size: 14px; font-weight: bold;	color: #142561; }

/*-- ESTILOS PARA LA BARRITA DE SEPARACIÓN --*/
div#barrita{ 
	background-image:url('/images/paginaswebamarillas/barrita.gif'); 
	width:100%; 
	height:2px;
}

/*-- ESTILOS PARA EL RESULTADO DE LA BUSQUEDA --*/
table#directorio{ margin-top: 20px; }
table#directorio .enlaces a{
	font-size: 10px;
	color: #000;
	/*padding: 5px;*/
	text-decoration: none;
}
table#directorio .enlaces a:hover{ color: blue; text-decoration:underline; }
table#directorio .altas{ text-align:justify; padding:5px; }
table#directorio .altas a{ font-size: 11px; color: #000; text-decoration: none; }
table#directorio .altas a:hover{ color: #FF6633; }
table#pestana{  width:50px; }
table#pestana .etiqueta{ 
	background-image:url('/images/paginaswebamarillas/paginas_amarillas_09.jpg');
	font-size: 14px; 
	font-weight: bold; 
	color: #142561; 
	text-align: left; 
	padding-right: 27px;
}

table#resultados_busqueda{ width:99%; margin:6px; }
table#resultados_busqueda .principal{ font-size:11px; }
table#resultados_busqueda .texto{ color:#444; font-size:11px; }
table#resultados_busqueda .empresa{ color:#444; font-size:11px; }

/*-- ESTILOS PARA LA TABLA DE LOGOS --*/
table#logos{ width:100%; border:1px solid #000; }
table#logos td{ text-align:center; padding-top: 15px; padding-bottom: 15px; }

/*-- ESTILOS PARA LA PAGINACION --*/
div#paginacion{ color:#444; font-size:11px; }
div#paginacion a{ font-size:11px; color:blue; text-decoration:none; }
div#paginacion a:hover{ font-size:11px; color:blue; text-decoration:underline; }

