

@media screen and (max-width:900px) {
	
	#calendar{
		width: 96%;
		height: auto;
		margin: 0px;
		padding: 0px;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 30px;

		
	}
	
		/*botones izquierdos*/
		.fc-button-group button{
			width: 40px;
			height: 40px;
		}
	
			/*Para el boton de HOY*/
			.fc-button-group + button{
				width: 30px;
				height: 40px;
				padding: 0px;
				padding-right: 30px;
			}
	
		/*botones derechos*/
		
		.fc-button-group button{
			width: 40px;
			height: 40px;
			padding: 0px;
			padding-right: 30px;
			padding-left: 5px;
		}
	
	
	#opciones{
		margin-top: 20px;
		margin-bottom: 10px;
		width: 100%;
		height: 50px;
		
	}
	
	#informacion{
		font-size: 1em;
		text-align: left;
	}
	
	#informacion div:first-child{
		margin-left: 0px;
		margin-right: 0px;
	}
	#informacion div{
		float: none;
		margin-bottom: 15px;
	}
	#informacion span{
		float: none;
		margin-left: 1%;
		
	}

	
	
}

