/* CABECERA */

#titulo {
    margin: 0 0 10px 0;
}

#titulo div {
    position: relative;
    border-bottom: 1px dashed #B0B0B0;
    padding-bottom: 2px;
    height: 18px;
}

#titulo img {
    position: absolute;
    bottom: 1px;
    left: 0;
}

/* INDEX */

#nums {
    width: 509px;   
}

#nums div  {  
    padding: 14px 0 10px 0;
    border-bottom: 1px dashed #B0B0B0; 
}

#nums td {
    width: 20%;
    padding: 0 0 15px 0;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: bottom;    
}

#nums img {
    padding: 2px;
    border: 1px solid #B0B0B0;
    margin-bottom: 2px;
}

#nums a img {
    padding: 2px;
    border: 1px solid #B0B0B0;
}

#nums a:hover img {
    padding: 0;
    border: 3px solid #50BCC2;
}
	

#nums p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 10px;	
}

#nums p.fecha {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0B0B0;
	text-align: center;
	line-height: 10px;
}

#nums a {
	color: #000000;
    text-decoration: none;
}

#nums a:hover {
	color: #50BCC2;
    text-decoration: none;
}

#nums a.marronnar {
    color: #000000;
    text-decoration: none;
}

#nums a.marronnar:hover {
    color: #50BCC2;
    text-decoration: none;
}

span.pagact {
    font-weight: bold;
}

#nums div.pag {
    border: 0px none;
    padding: 6px;
}

/* DETALLE */

#numsd {
    width: 509px;
}
#numsd div.inner  {
    padding: 15px 0 0 0;   
}

#numsd div.titulo {
    padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#numsd div.portada {
	width:159px;
	float:left;
	display:inline;
	}

#numsd img	{
    padding: 2px;
    border: 1px solid #B0B0B0;
    margin-top: 2px;
}

#numsd div.sumario {
    width: 350px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
	}

#numsd span.fecha, #numsd span.autor {
    color: #B0B0B0;
    text-align: left;
}

#numsd a {
	color: #000000;
    text-decoration: none;
}

#numsd a:hover {
    text-decoration: underline;
}

#numsd ul {
    list-style-type: none;    
}
#numsd ul li {	
    padding-left: 16px;
    margin-bottom: 10px;
    background: url('../img/iconos/pdf-off.gif') no-repeat 0px 1px;
}
#numsd ul li.act {	
    padding-left: 16px;
    margin-bottom: 10px;
    background: url('../img/iconos/pdf-on.gif') no-repeat 0px 1px;
}

#numsd div.clear {
	clear:both;
	border-top: 1px dashed #B0B0B0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
