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

#titulo .grupos {
    width: 180px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3F3935;	
}

/* INDEX */

#enlaces {
    width: 509px;
}

#enlaces div {
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #B0B0B0;    
}
#enlaces p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify
}
#enlaces p.titulo {
    font-weight: bold;
    text-align: left;
}


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

#enlaces a.titulo {
    color: #3F3935;
    text-decoration: none;
}
#enlaces a.titulo:hover {
    color: #3F3935;
    text-decoration: underline;
}


/* NOTA AL PIE */

#nota {
    padding: 15px 0 0 0;    
}

#nota div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify	
	}
