
/*CSS Document*/

*{margin:0px;}

body {max-width: 960px; margin: auto;font-family: sans-serif }



/*//////// HEADER //////////*/

header {
    width: 100%;
    height: 120px; 
    margin: 2% 1%; 
    background: #78e2ad;
    margin: 0px;
}

.logo{
    float:left;
    width:141px;
    height: 75px;
    margin-top: 25px;
    margin-left: 2%;
    border-style: none;
}

nav  {
    float: right;
    width: auto;
    margin-top: 5%;
    padding-right: 3%;
}

ul li {
    display: inline-block;
    padding-left: 0.6rem;

}

 .menu1 li a {
    width: 90%; 
    color: #3b3c3c;
    font-family: Fira Sans, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; 
    text-decoration: none;
    font-size: 0.8rem;
    padding: 1rem;
    border-style: solid;
}

.menu1 li a:hover {
      color: #65d3a0;
      background: #000; 
      padding: 15px;
}

div span a{
border-style: none;
}



/*//////// HOME //////////*/



section {
	width: 100%;
	min-height: 261px;
	margin: 0px auto;
	float: left;
    font-family: Fira Sans, arial, sans-serif;
    color: #3b3c3c
    
}

div{margin-bottom: 0.8rem;}


p span{font-size: 1.1rem; font-weight: 600;}

p{font-size: 1rem; margin-top: 0.2rem; margin-bottom: 0.6rem;}


section article {
    float: left;
	display: inline-block;
	height: auto;
	width:240px;
    text-align: center;
    padding-bottom:15px;
}

h2 {
    color: #c66751;
    border-bottom: 1px;
    border-bottom-style: solid;
}

.foto {
    display: inline-block
        
}
/*//////// FOOTER //////////*/

footer {
    background: #78e2ad;
    width: 99%; 
    margin: auto; 
    text-align: center; 
    padding:0.5rem 0.5rem 0.5rem 0.5rem; 
    height: 80px; 
    float: left;
    }
footer p { color: #3b3c3c; font-size:0.7rem; font-family: sans-serif }



/*------carta-----*/

.caja2{
    margin-bottom: 32px;   
}


/*------fin carta-----*/