/* your styles go here */
/*.intro.image-background {
  /*background: url('../img/simposiodeneumologia2016.png') center center no-repeat; 
  background: url('../img/simposiodeneumologia2016-portada.png') repeat-x; 
 }
  */

.intro.image-background {
  background: url('../img/portada.jpg') center center no-repeat;
}  

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-brand {
  float: left;
  padding: 0 5px;
  font-size: 18px;
  line-height: 20px;
  width: 200px;
  height: 42px;  
}

#logosimposio {
    width: 200px;
    height: 42px;
}

#cartel {  
  width: 271px;
  height: 350px;  	
}

@media (min-width: 360px) {
	#cartel {  
	  width: 280px;
	  height: 362px;  	
	}
	
	.navbar-brand {
	  float: left;
	  padding: 0 10px;
	  font-size: 16px;
	  line-height: 20px;
	  width: 290px;
	  height: 61px;  
	}
	
	#logosimposio {
		width: 290px;
		height: 61px;
	}
}

@media (min-width: 768px) {
	#cartel {  
	  width: 542px;
	  height: 700px;  	
	}
	
	.navbar-brand {
	  float: left;
	  padding: 0 15px;
	  font-size: 18px;
	  line-height: 20px;
	  width: 453px;
	  height: 96px;  
	}

	#logosimposio {
		width: 453px;
		height: 96px;
	}
}

.descanso {
	background: #cccccc;
}

.descanso p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tarde {
	background: #DFEBF9;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 1em 0;
}

.programa-grupo  h5{
	/*background: #7BBCDA;*/
	color: #0F9DC7;
}


#cabecera {  
  width: 300px;  	
  height: 68px;	  
}


#intro h2 {
	font-size: 2em;
}

#intro p {
	font-size: 1em;
	font-size: 0.9em;
}

@media (min-width: 574px) {
	#cabecera {  
	  width: 568px;  	  
	  height: 130px;
	}
	#intro h2 {
		font-size: 3em;
	}

	#intro p {
		font-size: 1,5em;
		font-size: 1,4em;
	}
}

@media (min-width: 768px) {
	#cabecera {  
	  height: 174px;
	  width: 760px;  	
	}
	
	#intro h2 {
		font-size: 4em;
	}

	#intro p {
		font-size: 2em;
		font-size: 1.8em;
	}	
}
