
header #logotipo{
	background-image: url("../imagenes/galeria/otras/atardecer.jpg");

}

#mapaNavegacion #der{
	margin-top: 20px;

}
	
#contenidoPrincipal{
	
	height: auto;
	background: white;
}		

#calendar{
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;

}

#loading{
	margin-left: 10%;
	margin-top: 40px;
	visibility: hidden;
}

#opciones{

	margin-top: 30px;
	width: 100%;
	height: 50px;

}
	#opciones a{
		float: right;
		margin-right: 50px;
		text-decoration: none;
		color: black;
		font-size: 16px;
		
	}
	#opciones a:hover{
		color: blue;
		opacity: 0.7;
	}
	
	#informacion{
		display: inline-block;
		text-align: left; 
		margin-top: 50px;
		width: 95%;
		height: auto;
		font-size: 1.1em;
	}
		
		#informacion div{
			float: right;
			width: auto;
			height: auto;

		}
	
		#informacion img{
			width: 50px;
			height: 50px;
			
		}
		#informacion a{
			color: #646B72;
			text-decoration: none;
			
		}

			#informacion a:hover{
				color: rgb(1,152,255);
				
			}
		
			#informacion img:hover{
				opacity: 0.6;
			}

		#informacion span{
			margin-top: 15px;
			float: right;
		}
			
			
