#enlaces { }

.texto { font-size:16px; text-align:justify; }
#enlaces div:empty { display:none !important; }

.list-group-item { font-size:14px; overflow:hidden; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background:#029F96; border:none; }
.badge { background:#bbb; font-size:11px; }

.header { display:none; }
.header.active { display:block; }
.header h3 { margin-top:0; font-family:'Roboto'; font-size:18px; }
.header .descripcion { font-weight:300; font-size:15px; margin-bottom:30px; color:#888; }

.enlaces { display:none; }
.enlaces.active { display:block; }

.enlace { 
	display:none;
	padding:15px 0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #ddd;
}
.enlace:first-child { border-top:none;}
.enlace:last-child {border-bottom:none;}

.enlace.activo { display:block; }
.enlace a.titulo { color:#029F96; }
.enlace .texto { font-size:14px; font-weight:300; margin-top:10px; }
.enlace .botonera { margin-top:10px; }



/*---------------------------------------------------------------
	Media Queries
---------------------------------------------------------------*/

@media (max-width: 768px)
{
	.texto { font-size:13px; }
	.enlace .botonera a { margin-bottom:5px; }
	
	.header h3 { font-size:16px; }
	.header .descripcion { font-size:13px; }
	.enlace .titulo { font-size:15px; }
	.enlace .texto { font-size:12px; }
	.enlace .botonera { text-align:center; }
	.enlace .imagen img { margin-bottom:15px; }
}
