.listar_link {
width: 100%;
display: block;
background: #121212;
border-bottom: 1px solid #000;
cursor: url("css/hand.cur"), auto;
font-size: 10px;
text-decoration: none;
}

.listar_link a {
text-decoration: none;
color: #AAA;
}

.listar_link a:hover {
width: 100%;
display: block;
background: #0A0A0A;;
color: #EEE;
text-decoration: none;
}

.listar_link ul {
padding:12px 15px 12px 15px;
margin:0;
list-style-type:none;
text-decoration: none;
}


.listar_1a_linea {
height: 20px;
line-height: 20px;
font-weight: bold;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

.listar_x {
color: #9D9D9D;
height: 15px;
}


.fin_ctd_listar {
background: url(../img-site/bkg_finctd.jpg) repeat-x;
text-align: right;
padding: 16px;
height: auto;
}

/*
 * PAGINACION // Inspirado Descaradamente de IPB
 */

.pg_current {
border: 1px solid #333;
padding: 3px;
text-decoration: none;
color: #333;
}

.pg_normal a {
border: 1px solid #333;
padding: 3px;
text-decoration: none;
color: #A4A4A4;
}

.pg_normal a:hover {
border: 1px solid #CCC;
padding: 3px;
color: #FFFFFF;
text-decoration: none;
}

.pg_ultima a {
border: 1px solid #333;
padding: 3px;
text-decoration: none;
color: #A4A4A4;
background: #161616;
}

.pg_ultima a:hover {
border: 1px solid #CCC;
padding: 3px;
color: #FFFFFF;
background: #000000;
}

.tit_listado {
width:auto;
height: 87px;
background: url(../img-site/listado_reviews.jpg) no-repeat;
padding: 30px 142px 20px 20px;
}

.tit_listado h1{
font-size: 28px;
border-bottom: 1px dashed #666;
padding: 0;
margin: 0 0 3px 0;
}

/*
 * MENU NAVEGACION - Porque lo hice asi? POR QUE EN IE SE VEN PESIMO LAS SELECTS! V-listado.
 */
 
/* Ay papi damelo todo */
#menu_parent_li {
border-left: 1px solid #555;
border-top: 1px solid #555;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
background: #000;
padding: 0px 5px;
font-weight: 900;
color: #F2F2F2;
height: 20px;
line-height: 20px;
float: left;
width: 180px;
text-align: left;
padding-left: 10px;
}

#menu_parent_li span {
color: #999;
}

/* Chiquillo */
#menu_child {
position: absolute;
visibility: hidden;
background: #000;
border: 1px solid #666;
z-index: 1;
}

#menu_child a {
display: block;
padding: 0px 5px;
text-decoration: none;
font-weight: 900;
color: #999;
border-bottom: 1px solid #000;
background: #181818;
height: 18px;
line-height: 18px;
width: 125px;
}

#menu_child a:hover {
color: #FFF;
background: #000;
border-bottom: 1px solid #333;
}