@import url('https://fonts.googleapis.com/css?family=PT+Sans');

#contenedor-vticker{
	font-family:'PT Sans', sans-serif;		
	float:left;
	width:350px;
	height:auto;
}
.vticker{
	float:left;
	width:350px;
	height:auto;
}
.vticker ul{
	padding:0;
}
.vticker li{
	list-style:none;
	/*border-bottom:1px solid #D7D4D4;*/
	padding:16.5px 0 16.5px 16.5px;
}
.vticker li img{
    float:left;
	display:inline-block;
	width:60px;
	height:60px;
}

.vticker-texto{
	display:inline-block;
	width:240px;
	height:auto;
	text-align:center;
	margin-left:10px;
}

.vticker-texto h3{
	display:inline-block;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}

.vticker-texto a{
	display:inline-block;
	color:#999999;
	font-size:13px;
	margin-top:10px;
}

.et-run{
	color:#B9B9B9;
	background:white;
	border:none;
}
#control-vticker{
	float:left;
	width:inherit;
	height:auto;
	margin-top:20px;
	text-align:right;
}

@media screen and (min-width:1024px) and (max-width:1192px)  {
	#contenedor-vticker{
		width:99%;
	}
	
	.vticker{
		width:99%;
		height:400px;
	}

	.vticker li img{
		margin-left:100px;
	}

	.vticker-texto{
		width:96%;
		margin-left:0px;
	}
	
	
	#control-vticker{
		width:100%;
	}	
}

@media screen and (min-width:640px) and (max-width:1023px)  {
	#contenedor-vticker{
		float:none;
		margin-left:auto;
		margin-right:auto;		
	}
}


@media screen and (max-width:639px)  {
	#contenedor-vticker{
		float:none;
		display:block;
		width:240px;
		height:800px;
		margin-left:auto;
		margin-right:auto;
	}

	.vticker{
		width:240px;
		height:auto;
	}
	
	.vticker li{
		padding:16.5px 0 16.5px 0;
	}	

	.vticker li img{
		margin-left:100px;
	}

	.vticker-texto{
		width:238px;
		height:auto;
		text-align:center;
		margin-left:0;	
	}
	
}