@media (min-width:1024px) {


	#logotipo.small {

		display: none;
	}

	#logotipo.normal {

		display: block;
	}


}

@media (max-width:1200px) {

	#news_events {

		max-width: 80%;
	}

	#footer_content {

		max-width: 90%;
	}

	#bottom_container #bottom {

		max-width: 90%;
	}

	#footer_content h4 {

		font-size: 11px;
	}
}

@media (max-width:1140px) {

	#bottom_screen div.column {

		width: 100%;
		clear: both;
		float: none;
		height: auto;
	}

	#bottom_screen .more-link {

		position: relative;
		bottom: 0;
		right: 0;
	}
}

@media (max-width:1024px) {


	#logotipo.small {

		display: block;
	}
  
  .home #logotipo.small {
    
  	margin: 10px; 
  }

	#logotipo.normal {

		display: none;
	}
   
  	#main {
    
  		width: 100%;
    	padding: 20px;
    	padding-top: 140px;
  	}
  
  	#left_area {
    
  		display: none;
  	}

  	#nav_menu-2 {

  		display: none !important;
  	}

  	#top_area #items .split {

  		display: none;
  	}

  	.widget_icl_lang_sel_widget {

  		margin: 0 20px 0 100px;
  	}
}

@media (max-width:960px) {


	#colophon .footer_left,
	#colophon .footer,
	#colophon .footer_right,
	#footer_content .footer_menu,
	#footer_content .footer_contacts {
		float: none;
		text-align: center;
		margin: 0;
	}

	#colophon {
		display: none;
	}

	#top_area #items .widget.widget_awesomeweatherwidget {
		display: none;
	}

	#top_area #items .widget.widget_icl_lang_sel_widget {
		margin-top: 20px;
		margin-right: 80px;
	}
}

@media (max-width:600px) {

  	.home #logotipo.small {
  		max-width: 50% !important;
  	}
}