@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,700italic,700,500italic,500,400italic,300italic,300,100italic,900italic,900);

*(margin:0;
padding:0)

<!-- PALETAS 

rgb(25, 200, 200)
rgb(0, 204, 151)
rgb(237, 38, 104)
rgb(89,52, 165)

-->


<!-------------------------- COMUN A TODOS LOS HTMLS -------------------------->



.cleaner{ clear: both}

body,html {   width: 100%;
              height: 100%;
              margin: auto;
              align-content: center;
              text-align: left;
              display: block;
}

#container{ width: 100%;
            background-color: #FFF ;
            margin: auto;
            max-width: 960px;
            height: 1300px;
            display: block;
}

#logo,
#redes,
#acumar,
#uba{ float: left;
      position: absolute;
    
}

#logo{ margin-top: 4%;
       border-bottom-color: rgb(25, 200, 200);
       border-bottom-style: solid;
       
}

#redes{ margin-top: 3%;
        margin-left: 42%;
        
}

#acumar{ margin-top: 4%;
         margin-left: 6%;
         
}

#uba{ margin-top: 3%;
      margin-left: 88%;

}

#header{ height: 20%;
         background-color: #fff;
         width: 100%;
         margin-bottom: -10%;
         
}

#nav{ height: auto;
      width: 70%;
      float: left;
    margin-bottom: 1%;
    margin-top: 4%;
    margin-left: 30%;
                      
}

.menu,
.submenu{ list-style: none;
          font-weight: 700;
          font-family: "Roboto";
          margin-left: 1%;
          margin-bottom: -1%;
}

.menu li{ width: 20%;
	      height: 40px;
	      float: left;
}


.menu li a{
	text-decoration: none;
	font-size: 12px;
	color: rgb(237,38,104);
	display: block;
	text-align: center;
    line-height: 7%;
	
}

.menu li:hover a{
    color: rgb(25,200,200);
    
                        
}

.menu li:hover .submenu{
	display: block;
    color: rgb(25, 200, 200);        
}

.submenu{
	width: 10%;
	display: none;
    position: absolute;
    z-index: 2;
    height: 2%;
    margin-top: 1%;

}
.submenu li{
	width: 150px;
	height:20px;
}
.submenu li a{
	text-align: left;
	padding: 5%;
	
}

.submenu li:hover a{
	    color: rgb(25,200,200);
        text-decoration: underline;
}

ul.menu{ margin-top: 4%;
         margin-bottom: 4%;

}

a{ text-decoration: none;
   font-weight: bold;
   font-size: 12px;
       
}

#content{ align-content: center;
          background-color: #fff;
          height: auto; 
          width: 100%;
    
}

footer{ 
        background-color: #000;
        height: 15%;
        color: #fff;
        width: 960px;
        font-size: 10px;
        clear: both;
        text-align: center;
        font-family: "Asap";
        font-weight: 200; 
        position: absolute;
        align-content: center;
        
        margin-top: -1%;
     
}

p.footer{ font-size: 12px;
        font-style: normal;
        text-align:center;
        font-family: "Asap";
        margin: -1%;
    
}

h1{ font-size: 24px;
    color: rgb(237, 38, 104);
    font-family: "Roboto";
    font-weight: 900;
    padding: 2% 0 0 2%;

}

#galeria h1{  padding: 3px;}

h2{ font-size: 21px;
    color: rgb(89,52, 165);
    font-family: "Roboto";
    font-weight: 700;
    padding: 2% 0 0 2%;
    
}

h3{ font-size: 18px;
    color: rgb(25, 200, 200);
    font-family: "Roboto";
    font-weight: 500;
    padding: 2% 0 0 2%;
    font-style: italic;
}



h4{ font-size: 16px;
    color: #fff;
    font-family: "Roboto";
    padding: 2% 0 0 2%;

}

h5{ font-family: "Asap", sans-serif;
    font-size: 14px;
    
}

h6{ font-family: "Asap", sans-serif;
    font-size: 14px;
        
}

h6.seccion {
    height: 2%;
    color: #FFF;
    padding-top: 0.5%;
    padding-left: 1%;
    margin-bottom: 0.5%;
    width: 64%;
    font-family: "Asap", sans-serif;
}


p{ font-size: 14px;
   font-style: normal;
   text-align:left;
   font-family: "Asap";
   padding: 2% 0 0 2%;
    
}

li{ list-style: none;
    
}


#forototal{  margin-top: -25.7%;
   background-color:  rgb(25, 200, 200);
    width: 39.1%;
  margin-bottom: 3%;
    
float: right;

}


.fechasforo h6 {
    font-size: 10px;
    height: 20px;
    color: white;
    background-color: #3da0b8;
   
    padding-left: 4%;
   
    padding-top: 1%;
    margin-top: -2%;
    width: 95%;
}




.comentarioforo p{
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-top: -3%;
    margin-left: 1%;
    padding: 2%;
    
}





<!------------------------- INDEX --------------------------->

#fotoindex{ float: left;
       width: 100%;
       position: relative;
    
}

#menu2{ align-content: center;
        background-color: #000;
        padding: 2%;
    
}

#video-container{
       margin-top: -5%;
       margin-left: 14.5%;
   width: 45%;


}




#imagenes{ width: 30%;
           float: left;
           background-color: rgb(25, 200, 200);   
           align-content: center;
           height: 19.15%;
           margin-top: 0.5%;
            margin-right: 0.5%;
}

#imagenes img{ margin-left: 14%;
              margin-top: -7%;
}

#imagenes a img{ margin-left: 14%;
         margin-top: 1.2%;
}

#novedades{ width: 30%;
            float: left;
            background-color: rgb(237, 38, 104);
            color: #fff;
            height: 19.15%;
            margin-top: 0.5%;
            margin-right: 0.5%;
}

#novedades h3{font-size: 25px;
    color: white;
    margin-left: 8%;
    margin-top: 20%;
    letter-spacing: -0.02rem;
    line-height: 1.6rem;
    font-weight: 600;
}

#novedades img{margin-left: 9.6%;
    margin-top: 3%;


}

#lomaforo img {
   
    float: right;
   
    margin-top: -1.6%;
    margin-right: -2%;
    margin-bottom: 1.8%;
}
    




.cleaner { clear: both}



#participa{width: 60.5%;
    height: 10%;
    float: left;
    background-color: rgb(89,52, 165);
    margin-top: -1.5%;
    margin-right: 0.5%;

}

#participa h4{
   color:#fff;
    font-family: "Roboto";
    font-size: 15px;
margin-top: -0.5%;
}

#participa p{ font-family: "Asap";
    font-size: 15px;
    color: #fff;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -2%;
}


#participa img{
     margin-left: 7%;
     margin-bottom: 1%;
}



#torneo{ width: 60.5%;
   float: left;
    background-color: rgb(0, 204, 151) ;
    margin-top: 0.5%;
    margin-right: 0.5%;
  height: 12.5%;

}


#torneo h3{
color:#fff;
    font-family: "Roboto";
    font-size: 15px;
margin-top: -0.5%;
margin-left: 2%;

}


#torneo img{
margin-left: 7%;
     margin-bottom: 1%;



}



<!-----------INGRESO DE PERSONAS -------->


#sesion{ width: 30%;
         float: left;
    
}

#login{width: 29.2%;
       float: left;
       padding: 2%;
       align-content: center;
       font-family: "Roboto";
    
    
}

#login form{float:left;
            width: 130%;
            background-color: rgb(0, 204, 151); 
            padding: 2%;
            height: 35%;
            margin-top: -5.3%;
            margin-left: -7%;

}

input{background: #ccc;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    color: #555;
    outline: none;
    margin-top: -2%;

}

.recordarme{font-size: 10px;
            color: rgba(38, 38, 38, 0.68);
            float: right;
            font-family: "Asap";
            font-style: italic;
            font-weight: 300;
            margin-right: 2%;

}

#login p{font-family: "Roboto";
    padding-top: 2%;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    text-transform: lowercase;
    color: #3e3e3e;
}

input[type="button"] {
    width: 89%;
    background: #ccc;
    border-radius: 2%;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
       
}

label {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    margin-top: 0.3em;
    padding: 2%;
    margin-top: 2.5%;
}

.olvidar a {
    text-decoration: none;
    color: #3e3e3e;
    padding-left: 119px;
}
.olvidar {margin-top: 220px;
          font-size: 10pt;
          font-style: italic;
          font-weight: 300;
}

<!------------------ CONTACTO ----------------->


.formcontacto {
    float: left;
    margin-left: 1em;
    width: 40%;
    padding-top: 8.2em;
}

.formcontacto input, textarea {
    padding: 1%;
    margin-right: 2em;
    margin-bottom: 1em;
    border: 1px solid #E5E5E5;
    width: 70%;
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input {
    outline: none;
    
    margin-left: 0.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    
}

textarea {
    
    height: 150px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12pt;
    margin-left: 1%;
    width: 70%;
}

<!-------------------------- UBICACION -------------------------------->

#mapa{ float: left;
       width: 70%;
       position: relative;
                
}

iframe{ float: left;
       
       position: absolute;
       margin-bottom: 10%;
     
           
}

#ubicacion{ width: 26%;
            height: 40%;
            overflow: hidden;
            background-color: rgb(0, 204, 151);
            padding: 1%;
           
}

h2.ubicacion{ font-size: 21px;
              color: #fff;
              font-family: "Roboto";
              font-weight: 700;
    
}

h3.ubicacion{ font-size: 18px;
              color: #fff;
              font-family: "Roboto";
              font-weight: 400;
    
}

p.ubicacion{ font-size: 12px;
             font-style: normal;
             text-align:left;
             font-family: "Asap";
             color: #fff;
    
}

#datoscontacto {
    float: right;
    width: 22%;
    margin-top: -50%;
    background-color: #E5E5E5;
    padding: 1%;
}


.fotos{margin-top: 1%;
    margin-left: 0.6%;
    margin-bottom: 3%;

}

#galeria{ background-color: rgb(237, 38, 104);

}






<-----------NOVEDADES -------------->

#boxnov img{float: left;
        margin-bottom: 2%;
margin-top: -60%;
    margin-left: 60%;

}
#noticiatotal{margin-bottom: 10%;}


#noticiatotal h6 {
  background-color: rgb(25, 200, 200);
    color: #FFF;
    padding-top: 1%;
    padding-left: 2%;
    padding-bottom: 0.5%;
    margin-bottom: 1%;
    width: 65%;
    font-family: "Asap", sans-serif;
    margin-top: -27.3%;
}

#noticiatotal h7 {
    color: gray;
    font-size: 12px;
    font-family: "Asap", sans-serif;
}

#noticiatotal h1 {
    font-size: 35px;
    line-height: 38px;
    margin-top: 1%;
    font-family: "Asap", sans-serif;
    margin-left: -2%;
    width: 73%;
}

#noticiatotal h5 {
    text-indent: 1em;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    width: 60%;
    font-family: "Asap", sans-serif;
}

#noticiatotal p{    text-indent: 1%;
    font-size: 14px;
    display: block;
    font-family: "Asap", sans-serif;
    margin-left: -2%;
    margin-right: 30%;
     width: 60%;

}

noticiatotal{
           margin-bottom: 5%; 
        

}


.columnanovedades{
    background-color: #f7f7f7;
    float: left;
    width: 30%;
    margin-left: 70.1%;
    margin-top: -60%;
    font-family: "Asap", sans-serif;   
    color: black;
    position: relative;
    margin-bottom: 10%;
}

.columnanovedades p {
   
    float: left;
    position: absolute;
    margin-top: -20%;
    margin-left: 49%;
    font-size: 9px;
}

.columnanovedades #notauno h2{
    font-size: 14px;
    float: left;
    font-family: "Roboto", sans-serif;
}

.columnanovedades #notados h2{
    font-size: 14px;
    float: left;
    font-family: "Roboto", sans-serif;
    margin-top: 5%;
}


.columnanovedades #notatres h2{
    font-size: 14px;
    float: left;
    font-family: "Roboto", sans-serif;
    margin-top: 5%;
}


.columnanovedades #notados img{
    margin-left: -45.5%;
    margin-top: 16%;
}


<!----------- PROYECTO ----------------->

#proyecto{ float: left;
          width: 45%;
          
          padding: 2%;
          height: 70%;
    
}


#proyecto h1 {
    margin-top: 1%;
    font-family: "Roboto";
    margin-left: -2%;
    color: rgb(89,52, 165);
}

#proyecto h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-top: -2%;
    width: 60%;
    font-family: "Asap", sans-serif;
}

#proyecto p{    
    font-size: 14px;
    display: block;
    font-family: "Asap", sans-serif;
    margin-left: -2%;
    margin-right: 30%;
     width: 60%;
}

aside{ float: right;
       height: 38%;
      width: 30%;
      background-color: rgb(89,52, 165);
    margin-top: -82.5%;
    
         
}

h3.ayudanos{ color: #fff;
    
}

form{ height: auto;
      width: 90%;
     padding-left: 6%;
        
}

label{ 
	font-size: 12px;
	font-style: italic;
    text-align: left;
    color: #fff;
    font-family: "Asap";
    font-weight: 700;
}

.campo{
	width: 86.9%;
	padding: 2%;
	background-color: #ccc;
	border: solid 1px #fff;
	margin-bottom: 8%;
	color:#000;
	outline: none;
    font-family: "Asap";
	
}

#ayudanos textarea{
	height: 120px;
    overflow: auto;
    width: 88.7%;
    padding: 1.9%;
    background-color: #ccc;
    border: solid 1px #fff;
    margin-bottom: 8%;
    color: #000;
    outline: none;
    font-family: "Asap";
    
}

.campo:focus, textarea:focus{
	background-color: #ccc;
	border-color: #fff;
    color:#000;
}

input{ color: #fff;
       font-family: "Asap";
       font-size: 12px;
    
}

input.boton{ color: rgb(237, 38, 104);
       font-family: "Asap";
       font-weight: 700;
       border-radius: 15%;    
    
}

<----------------CRONOGRAMA------------------->

#agenda {
    width: 630px;
    background-color: #f7f7f7;
    margin-top: -10%;
    font-family: "Asap";
    padding-left: 25px;
    padding-top: 60px;
    padding-bottom: 10px;
    float: left;

}


#agenda a {
    text-decoration: none;
    
}
.actividad a{color: rgb(25, 200, 200);
            font-size: 20px;
            font-weight: 800;
    font-family: "Asap";
    margin-left: 10%;

}


#agendatitulo {
    float: left;
    font-size: 20px;
    color: rgb(25, 200, 200);
    font-family: "Roboto";
    font-weight: 900;
    padding-top: 1%;
    padding-left: 11%;
    margin-top: -7%;
}

#agendatotal{
    margin-top: 8%;
    background-color: #f7f7f7;
    width: 70%;
  margin-bottom: 3%;
    height: 54%;

}


.fechas h4 {
    font-size: 10px;
    height: 20px;
    color: white;
    background-color: #3da0b8;
   
    padding-left: 4%;
   
    padding-top: 1%;
    margin-top: -2%;
    width: 95%;
}


.horario h6 {
    float: left;
    font-size: 12px;
    position: absolute;
    margin-top: 1%;
    color: #080041;
    font-family: "Roboto";
    margin-left: 1%;

}

.actividad p {
    font-size: 16px;
    font-weight: 600;
    color: rgb(89,52, 165);
    margin-top: -0.1%;
    margin-left: 8%;
}

#calendario img{float: left;
    margin-left: 71%;
   margin-top: -77.2%;


}

#siguiente {
    font-size: 10px;
    text-decoration: none;
    color: rgb(89,52, 165);
    float: right;
    margin-top: 1%;
    padding-right: 1%;
    font-family: "Asap";
}

<-----historia--------------->

#historia{ width: 60%;
           height: auto;
    overflow: hidden;
    margin-bottom: 20%;

}

#subtexto p{
    width: 32%; 
    margin-left: -2%;
    margin-top: -1%;
    font-family: "Asap";
    font-size: 15px;
    color: rgb(89,52, 165);
}

#famosos{ margin-left: 30%;
        float: right;
      margin-top: -38%;
    font-family: "Roboto";
    color: rgb(89,52, 165);
   
}
#textohistoria{  background-color: rgb(0, 204, 151);
     width: 62%;
     color: #fff;
    padding-right: 0.5%;
    padding-left: 0.5%;
    padding-bottom: 0.5%;
    margin-top: -2%;
  
}


#instituciones{
    margin-bottom: 2%;
    margin-top: 2%;


}

<----------------OBJETIVOS --------------------->

#objetivos{ float: left;
          width: 45%;
          padding: 2%;
          height: 70%;
    
}

#objetivos h1 {
    margin-top: 0.5%;
    font-family: "Roboto";
    margin-left: -2%;
    color: rgb(237, 38, 104);
}

#objetivos h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-top: -2%;
    width: 60%;
    font-family: "Asap", sans-serif;
    
}

#objetivos p{    
    font-size: 14px;
    display: block;
    font-family: "Asap", sans-serif;
    margin-left: -2%;
    margin-right: 30%;
     width: 60%;
}

#comedor{ width: 30%;
          float: right;
          padding: 2%;
          height: 45%;
          background-color: rgb(25, 200, 200);
          color: #fff;
          margin-top: -66.5%;
    
    
}

<-------------QUIENES SOMOS --------------->

#video-quienes{ float: left;
    
}

#video-quienes iframe{ width: 47%;
                       margin-bottom: 2%;
                       float: left;
                       margin-left: 2%;
                       margin-top: 2%;
}

#video-quienes img{ width: 60%;
                    margin-left: 2%;
    
}

#presentacion{ width: 32%;
               margin-top: -1%;
               float: left;
}

#presentacion h4{ text-align: left;
                  color: rgb(0, 204, 151);
                  font-weight: 400;

}