*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/*INDEX ROTULO GRUPAL*/

.contenedorGeneral{
	max-width:1200px;
	margin:auto;
}

body{
    font-family: 'PT Sans', sans-serif;
    background-color: white;
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }


#cajaLogo{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 5%;
}

#logo{
    height: 100px;   
}

.menu{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

ul{
    list-style-type: none;
}

a{
    color: black;
    text-decoration: none;
    font-weight: bold
}

a:hover{
    color: black;
}

.recuadroColor{
    background-color: black;
    color: #0CB0E5;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;    
}


a p{
    display: block;
    text-align: center;
}

h2#tema{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}

#footer{
    background-color:#9b9b9b ;
    color: #000000;
    opacity:0.9;
    font-size: 12px;
    padding: 0.5%;
    text-align: center;
    font-style: italic;
    margin-top: 3%;
}

/*CARTA*/

.menu2{
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4%;
    display: flex;
    justify-content: space-around;
}

.menu2 a{
    color: white;
    text-decoration: none;
    font-weight:lighter;
}

.menu2 a:hover{
    color: black
}


img{width: 18%;
    display: block;
    margin: auto;
}


h1 {font-family: 'Dancing Script', cursive;
    color: black;
    font-size: 240%;
    display: block;
    text-align: center;
}

h2{ margin-top: 3%;
}

h3 {text-align: center;
    font-style: italic;
    font-size: 90%;
    }

h4 {margin-top: 4%;
    margin-bottom: 0.5%;
    font-style: normal;
    font-weight: 500;
    color: black;
}

li {font-size: 90%;
color: #383737;
}