/* 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 */

#anteriores div.inner {
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #B0B0B0;    
}

#anteriores div.titulo {
    padding-bottom: 10px;
}

#anteriores p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify
}
#anteriores p.titulo {
    font-weight: bold;
    text-align: left;
	color: #F49C32;
}

#anteriores a {
	color: #F49C32;
    text-decoration: none;
}

#anteriores a:hover {
	color: #F49C32;
    text-decoration: underline;
}

#anteriores div.foto {
	width:160px;
	float:left;
	display:inline;
	padding: 0px;
	}

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

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

#anteriores a:hover img {
    padding: 2px;
    border: 1px solid #F49C32;
    background-color: #F49C32;
}
	
#anteriores div.desc {
    width: 349px;
	float: left;
	padding: 0px;	
	}
	
#anteriores div.mas {
	clear:both;
	padding-top:10px;
	}
	
#anteriores p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify
}
#anteriores p.titulo {
    font-weight: bold;
    text-align: left;
}
#anteriores p.autores {
    color: #B0B0B0;
    text-align: left;
}

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

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

#anteriores a.titulo:hover {
    color: #F49C32;
    text-decoration: none;
}
