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 {
    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;
}

#cajaproyecto {
   background-color: white;
    height: 2rem;
 width: auto;
}

.cajaproyectotext {
    font-family: "Roboto";
text-align: center;
    
}


#cajacabecera {
    background-color: gainsboro;
    border-style: solid;
    border-color: darkviolet;
    height: 7rem;
 width: auto;
    
}

.cajacabeceratext {
text-align: center; 
}

#cabeceragrupo { 
 margin: -0.2rem auto;
}


#cabeceragrupo img {
   width: 100%;
}


h1 {
font-size: 1rem; color: black; text-decoration: none;
}

h2 {
font-family: "Slabo 13px";  font-size: 1.5rem; color: darkviolet; text-decoration: underline;
}

}

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;
}


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

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


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

.sub-box {
  background-color: white;
  text-align: left;
  padding: 3rem 2rem 3rem 2rem;

}


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

.box pr {
  text-align: center;
}
 

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

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

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

.sub-boxmapa {
  background-color: white;
  text-align: left;
  padding: 0 2rem 3rem 2rem;

}

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

.boxprop { padding: 1% 1%; margin: -0.20% 0% 2% 0%  !important; background-color: black; float: left; width: auto;
}

.sub-boxprop {
  background-color: white;
  text-align: left;
  padding: 3rem 2rem 3rem 2rem;

}

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

.boxrotulo { padding: 1% 1% 1% 1%; margin: -0.20% 0% 2% 0%  !important; background-color: darkviolet; float: left; width: 23%; 
}

.sub-boxrotulo {
    font-family: "Bitter";
  background-color: gainsboro;
  text-align: center;
  text-decoration: underline;
  padding: 1.5rem 1rem 1.5rem 1rem;  

}

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

.boxrotulo pr {
  text-align: center;
    
}

p {
font-family: "Roboto";
}

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

.sub-boxcarta {
  background-color: white;
  text-align: center;
  padding: 3rem 2rem 3.5rem 2rem;
width: auto;
}


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

.textofooter {
    text-align: center;
    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-size: 12px;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: bold;
    
}

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

