﻿/* CSS layout */
#cuerpo {
	margin-top: 20px;
	margin-bottom:2px;
	display:none;
}
.Pestana {
	border-style: solid solid none solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	margin-left: 6px;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	color: #003366;
	
}
.Pestana:hover {
	border-color: #999999;
	border-width: 1px;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	margin-left: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	
}
.PestanaTransp {
	margin-top:-20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:111px;
	position:relative;
}
#listado {
	padding: 2px;
	border-top-width: 0px;
	/*
	background-color: #EBEBEB;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/
	line-height: normal;
	border-top-style: solid; /*width: 600px;*/ /*height:auto;*/;
}
#filtro {
	border-style: solid;
	border-width: 3px 1px 3px 1px;
	border-color: #99B3CC;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #F5F8FA; /*height: 100%;*/;
	overflow: auto;
}
#ciudades,#barrios,#subrubros {
	float: left;
	/*width: 55%;*/
	/* height: 100%; */
	text-transform: capitalize;
	text-align: left;
	display:table;
	margin-left:15px;
}
/*
#subrubros {
	float: right;
	text-align: left;
	display:table;
	margin-right:30px;
}*/
#listadeempresas {
	visibility: visible;
	position: static;
	top: 0px;
	left: 0px;
}
.subrubro {
	border-width: 2px 2px 0px 2px;
	padding: 3px 10px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left; /*width: 100%;*/;
	color: #FFFFFF;
	border-style: solid;
	border-color: #25396D /*white*/;
	text-transform: capitalize;
	background-color: #25396D /*#1387CC;*/;
	text-shadow: gray 1px 1px 1px;
}
.subrubrox {
	float: right;
	width: 55%;
	height:10px;
	padding: 2px;
	margin-top: -22px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-color: white;
	border-left-color: white;
	background-color: #EBEBEB;
	
}

.empresa {
	clear: both;
	padding: 1px 3px 1px 3px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /*height: 18px;*/;
	margin-top: 0px;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaa;
	border-left-color: #aaa;
}
.linea {
	padding: 2px;
	/*width: 100%;*/
}
.nombre {
	width: 250px;
	float: left;
	text-transform: uppercase;
	font-family: Arial;
	color: #003366;
}
.dir {
	width: 235px;
	color: #888888;
	text-transform: capitalize;
	float: left;
	text-align:left
}
.acciones {
	width: 115px;
	float: right;
	text-align: right;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #ccc	;
}
.tel 	{text-align: right;}
.style1 {border-width: 0px;}
.c 		{color: #999999;}
.renglon { clear: both;	/*width: 100px;*/}
/*
.linea:hover {
	padding: 2px;
	/*width: 100%;
	background-color: #FFFFEA;
}
*/
#ciudades-mas,#barrios-mas,#rubros-mas {display: none;}
