#principal {
	width:100%;
	float:left;
	margin:6px;
	/*margin-left: 12px;
	margin-right:12px;*/
	
	/*border-right: 1px dashed #dcdddf;*/
	border-left: 1px dashed #dcdddf;
}

#marco {
	
	margin-left:10px;
	margin-right:10px;	
}

.texto_enlaces_interes {
	margin-left: 9px;
	margin-top: 10px;
	margin-right: 9px;
}


#contenido_enlaces_interes {
	/*clear: both;*/
	/*height: 320px;*/
	margin: 0 auto;
	font-family: Verdana;
	font-size:  0.9em;
}


.contenedor_tipo_enlace {
	height: 22px;
	width: 100%;
	display:block;
	margin-top: 5px;
	margin-left: 20px;
}

.texto_tipo_enlace {
	float: left;
	cursor: pointer;
}
.imagen_tipo_enlace {
	cursor: pointer;
	float: left;
	/*text-align: left;*/
	margin-left: 4px;
	margin-top: 3px;
}


.contenedor_enlaces {
	overflow: auto;	
	display:block;
	margin-left: 23px;
	display: none;
}

#contenido_enlaces_interes a {
	color: #00A6EB;	
	text-decoration: none;
}

#contenido_enlaces_interes a:hover {
	color: #00A6EB;	
	text-decoration: underline;
}
