body, html{
   background-color:#01DFD7; 
   
}
h1{
   margin:4px;
   padding: 10px;
   color:#1C1C1C;
   background:#BFFF00;
}
h2{
   display: block;
   color:#3B0B39;
   background:#00FF40;   
}

#contenedorPrincipalFestivos{
   width: 1200px;
   height: 300px;
   padding: 5px;
   margin: 5px;
   background: red;
}

#numeroFestivos{
  width: 520px;
  height: 300px;
}
#nombreFestivo{
  width:530px;
  height:300px;

}
#numeroFestivos, #nombreFestivo{
 
   float: left; 
   display: inline;
}



#contendorPrincipal{
     
     width: 800px;
	 height: 360px;
	 margin: 5px;
	 background: lime;
	 display: block;
}
#tabla2{
   border: 4px;
   float: left;
   width:90%;
   height: 360px;
   margin-top: 3px;
   background: red;
}
#introduccion, #introduccion2, #introduccion3, #introduccion4{
    float: left;
    width: 250px;
	height: 400px;
	padding: 10 px;
	margin: 5px;
	background:blue;
	display: block;
	
}
.tt{
    margin: 5px;
	padding: 10px;
	color: #EFFBFB;
	background: #101907;
}
.t1, .t2, .t3{
    margin: 5px;
	padding: 10px;
	color: #A9F5F2;
	background:#8A0868;
}

#nuevoElemento1{
float: left;
    width: 100px;
	height: 150px;
	background: yellow;
	display: block;
	
}
 
 #totalesCuadrante{
   float: left;
   display: inline;
   width: 1200px;
   height: 200px;
   font-size: 20px;
    background: green;
 }
 div #tablaTotales1, #tablaTotales2, #tablaTotales3, #tablaTotales4{
       
       float: left;
      display: inline;
      font-size: 16px;
}
 
