#linkgenerando>a
{
	color:#FFF;
	text-decoration: none;
}
#linkgenerando>a:hover
{
	color:#FFF;
	text-decoration: none;
	font-weight: bolder;
}

	/*Generando bienestar con tramites*/
	#tramitesdos, .subscribe:hover>#tramitesuno {
	display: none;
	}

	.subscribe:hover>#tramitesdos {
	display: block;
	background: #D60071;
	padding-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;

	}

	#tramitesuno, #tramitesdos
	{
	height: 300px;
	background: white;
	padding: 15px;
	}


/*
 *  STYLE 15
 */

#tramitesdos::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#tramitesdos::-webkit-scrollbar
{
	width: 10px;
	background-color: #D60071;
}

#tramitesdos::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-color: #D60071;
	height: 5px;
}
	

	/*Generando bienestar con proyectos*/
	#proyectosdos, .subscribe:hover>#proyectosuno {
	display: none;
	}

	.subscribe:hover>#proyectosdos {
	display: block;
	background: #5E287B;
	padding-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	}
	#proyectosuno, #proyectosdos
	{
	height: 300px;
	background: white;
	padding: 15px;
	}


		/*
 *  STYLE 15
 */

#proyectosdos::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#proyectosdos::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#proyectosdos::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-color: #1F597F;
	height: 5px;
}

	

	/*Generando bienestar con programas*/
	#programasdos, .subscribe:hover>#programasuno {
	display: none;
	}

	.subscribe:hover>#programasdos {
	display: block;
	background: #E8550D;
	padding-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	}
	#programasuno, #programasdos
	{
	height: 300px;
	background: white;
	padding: 15px;
	}

		/*
 *  STYLE 15
 */

#programasdos::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#programasdos::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#programasdos::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-color: #E8550D;
	height: 5px;
}

	/*Generando bienestar con capital*/
	#capitaldos, .subscribe:hover>#capitaluno {
	display: none;
	}

	.subscribe:hover>#capitaldos {
	display: block;
	background: #B87115;
	padding-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	}
	#capitaluno, #capitaldos
	{
	height: 300px;
	background: white;
	padding: 15px;
	}

	/*
 *  STYLE 15
 */

#capitaldos::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#capitaldos::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#capitaldos::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-color: #C28A41;
	height: 5px;
}


	#titulo{
		font-family: Roboto Condensed, sans-serif;
		font-size: 18px;
		color: #4d4d4d;
	}
	#subtitulo{
		font-family: Roboto Condensed, sans-serif;
		font-weight: 300; 
		color: #dfbf57;
	}
	#linkgenerando{
		font-family: Roboto Condensed, sans-serif;
		font-weight: 300; 
		color: #FFFFFF;
		line-height: 1.0;
	}