/*html{
	font-size: 16px;
	height: 100%;
    width: 100%;
}

body{
 	
}
*/

/*-----------------------------------------------*/
/*CUANDO USEMOS full sobre taula*/
/*-----------------------------------------------*/

.taula {
	background-color: rgb(200,200,200);
	width:100%;
	margin:0px;
	padding:0px;
	border: 1px solid rgb(200,200,200);  /* ¿BUG? Sin borde el background no llega hasta arriba */ 
}

.full {
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgb(255,255,255);
	
	
}

.header {
  /*height: 46rem;
  background-image: url('camel-background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid red;
  
  
}	

.M4D_card {
  width:90%;
  max-width:600px;
  margin-right:auto; 
  margin-left:auto; 
}
/*
.M4D_card p{
  margin-bottom: 2rem;
}

.M4D_card .image-container{
  overflow: hidden;

}

.M4D_card .image-container img{
   max-width: 100%;
  height: auto;
  display: inline-block;

}

footer {
  padding: 4rem 0;
  border-top: 1px solid #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  color: #999999;
  text-align: center;
}
*/
/*-----------------------------------------------*/

.M4D_fondo1 .page__background {
	background: url('../img/fondo.jpg');
	background-size:cover;		
	
}
.M4D_transparencia {
	background-color: rgba(255, 255, 255, 0.9);
}
.M4D_color {
	color: rgb(25,75,105);
}
.M4D_miniTitulo {
	font-weight:bold;
	font-size:10pt;
	color: rgb(25,75,105);
	margin: 0px;
}
.M4D_texto {
	font-size:11pt;
	color: rgb(25,75,105);
	margin: 0px;
}
.M4D_miniSubtitulo {
	font-size:9pt;
	color: #000000;
	margin: 0px;
}
.M4D_input {
	color: #BBBBBB;
	font-size: 10pt;
	text-align: left;
	padding-top: 10px;
}



