charset="UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Slabo+13px);
@import url(https://fonts.googleapis.com/css?family=Bitter);

body {
	background-color:darkgrey;
    font-family: "roboto";
    font-weight: 200;
    margin: 0px;
    padding: 0px;
    
}

#pageheader { 
    padding: 0;
    text-align: left; width: 100%; margin: 0;
    background-color:white;
}


#cajalogo {
}

#cajalogo img {
margin: 0 3% 0 0;
}

header { background-color:darkviolet; 
    margin: 3rem;
    padding: 2rem;
}

#cajacabecera { 
 margin: -0.20rem auto;
}


#cajacabecera img {
   width: 100%;
}
 
#cajacabecera img: hover {
    
   width: 100%;
}

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


ul { list-style: none; margin: 0; padding: 0; }


#botonera-header { 
    float:right; 
    margin: 0 0 2% 0;
    background-color: white;
    font-family: "Bitter";
    font-weight: bold;
}


#botonera-header li {
   float: left;  
   margin-right: 1rem;
}

#botonera-header li a {
  color: blueviolet;
    display: block;
  height: 2rem;
    line-height: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


#botonera-header li a:hover {
   background-color:darkviolet;
    color: white;
    cursor: pointer;
    font-weight: normal;
}

a { text-decoration: none;
}


#section {
    margin: auto; width: 100%; float: center; } /* float en seccion hace que los elem. se alinean a la izq*/

.contenidopresentacion {
    background-color:darkviolet;
    width: 100%:
    float: center;
   margin: 3rem;
}


.box { padding: 3% 2%; margin: -0.20% 0% 3% 0%  !important; background-color: darkviolet; float: center; width: auto;
}

.sub-box {
  background-color: gainsboro;
  text-align: center;
  padding: 3rem 2rem 3.5rem 2rem;

}

.sub-box img {
width: 100%;
}

.sub-box ul { text-align: left; ;
}

.box pr {
  text-align: center;
}
 

h3 { font-family: "Bitter"; font-size: 1.5rem; color: darkviolet; text-decoration: underline;
}

.bannerbehance {
width: auto;
padding: 3rem 2rem 3.5rem 2rem;
    
}
.bannerbehance img {
    width: 100%;
}

#footer {
    width: 816;
background-color: black;
    height: 200;
    padding: 4%;
    padding: 3rem 2rem 2rem 2rem;
}

.textofooter {
    text-align: center;
    font-family: sans-serif;
    color: aliceblue;
    font-size: 11px;
    font-family: "Roboto";
}
.textofooter h2 {
    text-decoration: underline;
    font-size: 13px;
     font-family: "Slabo 13px";
    color:white;
    font-weight: lighter;
}

.textofooter h3 {
    font-family: sans-serif;
    font-size: 11px;
    text-decoration: none;
        font-family: "Roboto";
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
	.box{
	  width: 29%;
	  float:left;
	}

