@charset "utf-8";
/* CSS Document */

.pic_listado{
margin:10px 0 0 0;
}

/*--LISTADO--*/

#listado{
text-align:center;
width:527px;
padding-left:23px;
margin-bottom:10px;
overflow:hidden;
}

/*--DIFERENCIO LAS DOS TABLAS --*/
.table_relleno{
width:527px;
background-color:#f1f1f2;
border:1px #f1f1f2 solid;
}

.table_vacio{
width:527px;
border:1px #f1f1f2 solid;
}


.table_relleno caption{
text-align:left;
color:#fc1921;
font-size:12px;
font-weight:bold;
padding-bottom:10px;
padding-top:20px;
}

.item_izq{
width:150px;
overflow:hidden;
}

	.item_izq p{
	color:#908f9c;
	font-weight:bold;
	font-size:11px;
	margin:5px;
	}

.item_central {
padding-top:3px;
width:80px;
}

.item_central p{
color:#000000;
font-weight:bold;
font-size:10px;
text-align:right;
margin:5px 5px 5px 5px;
line-height:15px;
}

.item_der {
width:300px;
text-align:left;
}

.item_der p{
color:#877b77;
font-size:12px;
text-align:left;
margin:5px 0 0 0;
padding-left:10px;
}



/*---AGREGADOS---*/

#headerTexto {
height:90px;
width:100%;
overflow:hidden;
}

.titulo_web{
font-size:23px;
font-family:FontanaTitulo;
font-weight:normal;
color:#fc1921;
text-transform:uppercase;
margin:15px 0 0 15px;
float:left;
}

.verMas{
float:right;
margin:15px 20px 0 0 ;
}

.verMas a:link , .verMas a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fc1921;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

.verMas a:hover{
text-decoration:underline;
}

/*--Banner--*/
#banner{
margin:0 0 15px 20px;
}


