
/*cabecera*/
    header {
background-image: url(../img/concert1.jpg);
}

#titul{
	text-align: center;
	 font-size: 300%;
}
.menu{

	font-size: 180%;
    text-decoration: none;
    color:black;
    padding-left: 25px;
    padding-right: 30px;
}
.menu:hover{
    background-color: aquamarine;

}



/*cuerpo*/

section{
    background-color:#e7eed8;
    width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
   
}

body{
   background-color:beige;
   width: 1020px;
   margin:0 auto;
}


.tabla3{
     display: table-row;
}
.cell3{
    padding-left: 280px;
    display: table-cell;
}


.tabla2{
     display: table-row;
}
.cell2{
    padding-left: 150px;
    padding-bottom: 30px;
    display: table-cell;
}






/*footer*/
footer{
     background-color:moccasin;
}
.enlace{
    text-decoration: none;
    color:black;
}
.tabla{
     display: table-row;
}
.cell{

    text-align: left;    
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    display: table-cell;
}
.marco1 { 
   padding:8px; 
   background-color: #f5f5f5; 
 
} 

a,p,h2,label,h4,h3,option,li,ul{
    font-weight: bold;
    color: black;
    font-family: "fuente", sans-serif !important;
}





