/*******************************************************************************
****** COMERCIOS CSS ***********************************************************
*******************************************************************************/

/* TITULO DE COMERCIOS */
table.cuerpo tr td.contenido h3
{
    width: 586px;
    height: 20px;
    font-family: tahoma, arial, verdana, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #C27EAC;
    background-image: url( ../img/fondo_titulos.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-top: 10px;
	margin-left: 4px;
}

table.cuerpo tr td.contenido h3 span
{
    font-size: 1.2em;
    font-weight: normal;
    text-transform: none;
}

table.cuerpo tr td.contenido h3 a.visita_calle
{
    height: 19px;
    float: right;
    color: #C27EAC;
    text-decoration: none;
    background-image: url( ../img/ico_visita.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 11px;
    padding-top: 1px;
    margin-top: -15px;
    margin-right: 3px;
}

table.cuerpo tr td.contenido h3 a.visita_calle span
{
    font-weight: normal;
    background-color: #FFFFFF;
    background-image: url( ../img/flecha_verde.gif );
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 11px;
    padding-right: 5px;
}

table.cuerpo tr td.contenido h3.tit2
{
	width: 191px;
	height: 16px;
    float: right;
	font-size: 1.0em;
    text-transform: none;
    background-image: url( ../img/fondo_titulos2.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2px;
	border-bottom: 1px solid #C27EAC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
}

/* CAJA DE CONTENIDO */
table.cuerpo tr td.contenido div.caja
{
    width: 605px;
    height: 620px;
    background-image: url( ../img/sombra_sup_caja.jpg );
    background-repeat: repeat-x;
    background-position: left top;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 15px;
    padding-bottom: 10px;
	margin-left: 4px;
    margin-top: -2px;
}

table.cuerpo tr td.contenido div.caja div.fila
{
    height: 13px;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #C27EAC;    
    margin-left: 5px;
}

table.cuerpo tr td.contenido div.caja div.fila span.categoria
{
    font-size: 0.8em;
    font-weight: bold;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 10px;
}

table.cuerpo tr td.contenido div.caja div.fila span.datos_categoria
{
    font-size: 0.8em;
    font-weight: bold;
    color: #3D5070;
    margin-left: 5px;
    cursor: pointer;
}

table.cuerpo tr td.contenido div.caja div.list_bloq_der div.total_resultados{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}

table.cuerpo tr td.contenido div.caja div.list_bloq_der div.par{
	background-color: #F8F2F6;
	padding: 5px 0px 5px 15px;
	background-image: url( ../img/ico_punto.gif );
	background-repeat: no-repeat;
    background-position: 5px 10px;
}

table.cuerpo tr td.contenido div.caja div.list_bloq_der div.par a{
	color: #9C7185;
}

table.cuerpo tr td.contenido div.caja div.list_bloq_der div.impar{
	background-color: #F1E6EE;
	padding: 5px 0px 5px 15px;
	background-image: url( ../img/ico_punto.gif );
	background-repeat: no-repeat;
    background-position: 5px 10px;
}

table.cuerpo tr td.contenido div.caja div.list_bloq_der div.impar a{
	color: #621A42;
}

/* BOTONERA DE PAGINACION */
table.cuerpo tr td.contenido div.caja div.botonera_paginacion
{
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 14px;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a
{
    font-family: tahoma, verdana, arial, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 1em;
    color: #C27EAC;
    text-decoration: none;
    margin-left: 5px;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a.activo
{
    font-size: 1.1em;
    font-weight: bold;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a.mapa
{
    float: left;
    font-size: 0.9em;
    color: #7F7F7F;
}

/* CAPA DE COMERCIOS */
table.cuerpo tr td.contenido div.caja div.comercios
{
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
}

table.cuerpo tr td.contenido div.caja div.comercios h4
{
    font-size: 1em;
    color: #3D5070;
    background-color: #FBF6FA;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 3px solid #C27EAC;
}

table.cuerpo tr td.contenido div.caja div.comercios h4 a.ver_ficha
{
    height: 19px;
    float: right;
    color: #C27EAC;
    text-decoration: none;
    background-image: url( ../img/ico_ver_mas.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 11px;
    padding-top: 1px;
    margin-top: -15px;
}

table.cuerpo tr td.contenido div.caja div.comercios h4 a.ver_ficha span
{
    font-weight: normal;
    background-color: #FFFFFF;
    background-image: url( ../img/flecha_verde.gif );
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 11px;
    padding-right: 5px;
}

table.cuerpo tr td.contenido div.caja div.comercios div.fila
{
    height: 13px;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #C27EAC;
    margin-left: 0px;
}

table.cuerpo tr td.contenido div.caja div.comercios div.fila span
{
    width: 110px;
    float: left;
    margin-right: 5px;
}

table.cuerpo tr td.contenido div.caja div.comercios div.fila span.datos
{
    width: 275px;
    color: #3D5070;
}

/* FICHA DE COMERCIO */
table.cuerpo tr td.contenido div.caja div.ficha
{
    width: 395;
    float: left;
    margin-left: -5px;
    margin-bottom: 10px;
}

table.cuerpo tr td.contenido div.caja div.ficha div.fila
{
	width: 395px;
	height: auto;
	float: left;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #C27EAC;    
}

table.cuerpo tr td.contenido div.caja div.ficha div.fila span
{
    width: 90px;
    float: left;
    font-size: 0.8em;
    margin-right: 3px;
}

table.cuerpo tr td.contenido div.caja div.ficha div.fila span.datos
{
    width: 300px;
    float: left;
    color: #3D5070;
    margin-right: 0px;
}

table.cuerpo tr td.contenido div.caja div.logo
{
    width: 186px;
    height: 67px;
    float: right;
    /*border: 1px solid #C27EAC;*/
    margin-bottom: 10px;
    overflow: hidden;
}

table.cuerpo tr td.contenido div.caja div.logo table tr td
{
    width: 186px;
    height: 67px;
    text-align: center;
    vertical-align: middle;
}

table.cuerpo tr td.contenido div.caja div.foto
{
    width: 383px;
    height: 287px;
	float: left;
    margin-left: 4px;
	margin-top: 10px;
    overflow: hidden;
}

table.cuerpo tr td.contenido div.caja div.foto img
{
    max-width: 383px;
    max-height: 287px;
}

table.cuerpo tr td.contenido div.caja p
{
    margin-top: 5px;
    margin-bottom: 15px;
}

/* CAJA DE CONTENIDO 2 */
table.cuerpo tr td.contenido div.caja2
{
    width: 211px;
	float: right;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: -2px;
	margin-right: 4px;
    margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja2 p
{
    margin-left: 5px;
    margin-bottom: 10px;
}

table.cuerpo tr td.contenido div.caja2 p.acerca_de
{
    color: #3D5070;    
}

table.cuerpo tr td.contenido div.caja2 h4.listado
{
    font-size: 1em;
    color: #3D5070;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 2px 8px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #BEDA69;
    margin-left: 5px;
    cursor: pointer;
}

table.cuerpo tr td.contenido div.caja2 h4.listado span
{
    font-weight: normal;
}

div.resultado{
	border: 1px solid red;
}