.barraLateral{
  
}

.enlace{
	cursor:pointer
}

.thumb_div {
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 5px 0px 5px 5px;
	height: 75px;
	margin-bottom:10px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#DADADA
}
.thumb_image {
	position: static;
	width: 30%;
	float: left;
	max-height: 75px;
	overflow: hidden;
}
.thumb_texto {
	float: left;
	padding: 0px 2% 0px 2%;
	width: 66%;
	max-height: 75px;
	overflow:hidden;
}
.player_02{
	margin-bottom:10px;
}

.lista_01{
	background-color:#F5F5F5;
	height:409px;
	overflow-x: hidden;
 	overflow-y: auto;
}

 @media (max-width: 767px) and (min-width: 460px) {
.lista_01{
	height:242px;
}
.thumb_image {
	width: 20%;
}
.thumb_texto {
  width: 76%;
}
.thumb_div {
	margin-bottom:15px;
}
}

 @media (max-width: 979px) and (min-width: 768px) {
.lista_01{
	height:242px;
}
.thumb_texto {
	line-height:16px;
	float: left;
	padding: 2% 2% 0px 2%;
	width: 56%;
	height: 50px;
}
.thumb_image {
	width: 40%;
	float: left;
	max-height: 55px;
}
.thumb_div {
	height: 60px;
}
 }
 @media (max-width: 1200px) and (min-width: 979px) {
.lista_01{
	height: 323px;
}
.thumb_texto {
	float: left;
	padding: 2% 2% 0px 2%;
	width: 56%;
	height: 45px;

}











.filaLateral{
	/*display: -webkit-inline-box;*/
	height: 64px;
	/*overflow: hidden;*/
	float:left;
	
}
.fila{
	/*display: -webkit-inline-box;*/
	height: 64px;
	/*overflow: hidden;*/
	float:left;
	
}

.texto{
text-align: justify;
}
.botones_inferior{
	margin:0px auto;
	margin-left:-50px;
	margin-top:-50px;
	width:600px;	
}
.boton_der{
	float:right;
}
.relleno_inferior{
	margin:0px auto;
	height:110px;
	width:600px;	
	/*background-color:green;*/
}
.barraInferior{
	margin:0px auto;
	width:500px;
	height:110px;
	/*overflow-x:scroll;*/
	/*overflow-x:hidden;*/
	/*overflow-y:hidden;*/
	/*background-color:gray;*/
}

.imagen{
	width:100px;
}

.player{
/*background-color:gray;*/
}

div#contenedor{
margin:0px auto;
width:500px;
height:110px;
overflow-x:hidden;
overflow-y:hidden;
/*background-color:gray;*/
}

.galeria{
position:relative;
top:10px;
left:0px;
height:110px;
/*background-color: blue;*/
}

div#galeria img{
float:left;
}

@media only screen and(max-width: 1024px) {
	.pestania{font-size:9px;width:23%;}
	.pestania_activa{font-size:9px;width:23%;}
}
@media only screen and (max-width: 600px) {
	.pestania{font-size:9px;width:22%;
	border-left:2px solid #f4f4f4;
	border-right:2px solid #f4f4f4;}
	.pestania_activa{font-size:9px;width:22%;
	border-left:2px solid #f4f4f4;
	border-right:2px solid #f4f4f4;}
}