/* RESPONSIVE RULES DESKTOP */
@media (min-width: 1200px) { 


}
@media (min-width: 768px) and (max-width: 979px) {

#colectivos h2 a{font-size: 14px;}
#colectivos.row-fluid div.span4 div.media a.pull-left img.media-object{	width: 70%;}
#colectivos.row-fluid .span4 .media a{margin-right: -30px;}

.media, .media-body{
overflow:visible;
clear:both;
}
.tematicas-atriga #colectivos .span4.fila1 .media .media-body h2,
	.tematicas-atriga #colectivos .span4.fila2 .media .media-body h2 {
	height:72px;
}
}
/* styles for tablet and mobile devices */

/* --------------------------------------------------------------*/
/*				HERE I PLACED RULES FOR TABLET  				*/
/* --------------------------------------------------------------*/
@media (max-width: 767px) {
	#colectivos h2 {
		display:block;
	}
}
/* --------------------------------------------------------------*/
/*				HERE I PLACED RULES FOR MOBILE					*/
/* --------------------------------------------------------------*/
@media (max-width: 480px) {
	#colectivos .media .pull-left, #colectivos .media .pull-right {
		float:left;
	}
}