/* 
 * RETROINVADERS HOJA DE ESTILO RESPONSIVE
 */
/* Cuando el ancho sea inferior a 960px el sidebar deja de estar al lado y se mueve abajo */
@media all and (max-width:980px)
{
	.wrapper { width:100%; }
	
	#sidebar { display:block !important;	 /*width:auto !important;*/ float:left; border-top:1px solid #aaa; border-bottom:none; margin:1em 5%; width:90%; padding-top:1.5em; }
	#sidebar .module { margin:0 3% 1em 0; width:30%; clear:none; }
	
	#body { margin:0 5%; display:inline-block; float:none; width:90% !important; }
	
	
	/*
	 * AGENDA DE EVENTOS 
	 */
	#schedulers article a.figure { width:120px; margin-right:1em; }
	#schedulers .data { width:715px; width:auto; XXXborder:1px solid #f00; }
	
	
	/*
	 * GALLERIES
	 *
	 */
	/*#galleries.videos .row3,
	#galleries.images .row3 { margin-right: 0; }*/
	
			
	/*
	 * GALLERIES
	 *
	 */
	#galleries.videos .row1,
	#galleries.videos .row2,
	#galleries.videos .row3 { margin-right:1em; }
}





@media all and (max-width:860px)
{
	#body { margin:0 5%; display:inline-block; float:none; width:90% !important; }
	
	#body_wide { width:90%; min-width:auto; /*margin-left:20px;*/ }
	
	#sidebar .module { margin:0 5% 1em 0; width:45%; clear:none; }
	
	#events { width:100%; }
	
	#home_carousel { display:none; }
	
	
	#header { height:145px; height:auto; margin-bottom:10px; font-weight:bold; font-size:0.9em; }
	#header .social { display:none; }

	#mainnav { background-color:#999; width:96%; padding:0.6em 2% 0.6em 2%; }
	#mainnav li { margin:0.5em 0.5em 0.5em 0; }
	#mainnav li:first-child { margin-left:0; }
	#mainnav a:link,
	#mainnav a:visited  { font-size:1.2em; padding:0.4em 0.7em; }
	#mainnav select { font-size:1.2em; padding:0.4em 1.0em; }
	
	
	.planets article { width:96% !important; padding-left:2%; padding-right:2%; }
	.planets article img { max-width:96%; }
	
	.planets article h2 { font-size:1.1em; line-height:1.5em; }
	.planets article h2 a { }
	
	
	/*
	 * AGENDA DE EVENTOS 
	 */
	#schedulers .data { width:585px; width:auto; display:inline; }
	/*#schedulers article a.figure { width:20%; }
	#schedulers .data { width:70%; }*/
	

}



@media all and (max-width: 640px)
{
	/*#content { width:96%; }*/
	
	#header { height:auto; background:url(../img/header_640.png) top left no-repeat; }
	
	#sidebar .module { margin:0 0 1em 0; width:100%; clear:both; }
	
	/*#scheduler figure { width:100%; margin:0 0 1em 0; padding:0; clear:both;}*/
	
	/*#schedulers article a.figure { width:35%; }
	#schedulers .data { width:60%; }/*
	
	/*#schedulers figure { width:100%; height:auto; }
	#schedulers figure img { max-width:100%; }*/

}



@media screen and (max-width: 480px)
{
	/*
	#content { width:100%; }
	
	#body { width:90% !important; }
	*/
	#container { min-width:380px !important; }
	
	
	.planets article h2 a.external { font-size:1.0em !important; background-color:#eee !important; }
	.planets article { font-size:1.1em !important; width:95% !important; }
	/*.planets article img { max-width:80%; }*/
	
	#map_canvas { display:none; }
	
	#home_carousel { display:none; }
	
	#ZZcontent { width:auto !important; }

	
	
	
	
	/*
	 *
	 * AGENDA DE EVENTOS 
	 * 
	 */
	#home_scheduler li { margin:0 0.5em 0.5em 0; width:70px; height:70px; border-radius:0.3em; }	
	#home_scheduler li .caption { font-size:0.8em; }
	
	#schedulers article a.figure { width:100%; }
	#schedulers .data { width:100%; }
	
	/*#schedulers figure img { width:60px; height:60px; }*/
	
	
	/*
	 * GALLERIES
	 *
	 */
	/* videos, images */
/*	#galleries.videos .item,
	#galleries.images .item { width:100%; margin:0 10px 10px 0; border-top:1px solid #f00; }
	
	/*
	 * GALLERIES
	 *
	 */
	#galleries .row1,
	#galleries .row2,
	#galleries .row3 { margin:0 auto; }

}



