@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,300,600);
@import url(http://fonts.googleapis.com/css?family=Neucha);



body {
    background-image: url(bg.png);
    font-family: 'Open Sans', sans-serif;    
}

main {
    width: 960px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}


header {
	width:960px;
	margin:auto;
}


nav {
    margin-top:20px;
	position:relative;
    z-index: 200;
}

nav ul {
	list-style:none;
	margin:0px;
    padding: 0px;
	overflow:hidden;
}

nav > ul > li {
	float:left;
    height: 50px;
    width:192px;
}

nav ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:15px 20px;
    font-family: 'Neucha', cursive;
    text-align: center;
    
}

nav ul li a:hover {
	color:#000;
}

nav > ul > li:hover div {
	display:table;
}


    
/*Submenu*/
nav ul li div {
	width:12em;
	position: absolute;
    left:50;
	background-color:rgba(255, 255, 255, 0.67);
	box-sizing:border-box;
	display:none; 
	/*display:table;*/
}

nav ul li div ul {
	width:10%;
	display:table-cell;
	box-sizing:border-box;
    color: #000;
}

nav ul li div ul li:last-child {
	border:none;
        
}
/*elige el ultimo li de ese ul*/

nav ul li div ul li:nth-child(2) {
	border:none;
   
}
/*elige el 3er li de ese ul*/

nav ul li div ul .titulo {
    background-color: rgba(255, 255, 255, 0.83);
}

nav ul li div ul .titulo a {
	color:#000;
	padding:10px 20px;
}
    
nav ul li div ul .titulo a:hover {
	background: none;
}

nav ul li div ul li a {
	color: rgb(2, 71, 95);
}





div#logoproyecto {
  
   width: 100%;
   margin-left: none;
   padding-left: none;
   margin-right: 6%;
  
}

article img {
    max-width: 30px;
}


.col1{
     background-color: rgba(255, 255, 255, 0.83);
    color: rgb(0, 0, 0);
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    width: 960px;
    

 
}

.col2{
    color: rgb(0, 0, 0);
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    
    
}

.col3{
    color: rgb(0, 0, 0);
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    
    
}

#fotogrupal img{
    width: 100%;
}
/*PORTADA*/

 header div#cuadrado {
    background-color: rgba(245, 152, 0, 0.83);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

header div#cuadradoII {
    background-color: rgba(125, 170, 37, 0.83);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

header div#cuadradoIII {
    background-color: rgba(2, 71, 95, 0.83);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

header div#cuadradoIV {
    background-color: rgba(220, 43, 3, 0.83);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

header div#cuadradoV {    
    background-color: rgba(255, 255, 255, 0.67);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

header div#cuadradoVI {    
    background-color: rgba(226, 211, 42, 0.83);
    float: left;
    display: block;
    height: 315px;
    width: 315px; 
    }

/*-------*/

#barra {
    height: 45px;
	width:960px;
    align-items: center;
    list-style: none;
	}

#barra img {
    max-height: 35px;
    float: right;
    margin-top: 0px;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 0px;
}


nav ul li#botonaranja{
    background-color:  rgba(245, 152, 0, 0.83);


    }
nav ul li#botonazul{
    background-color: rgba(2, 71, 95, 0.83);

    }
nav ul li#botonverde{
    background-color: rgba(125, 170, 37, 0.79);

    }
nav ul li#botonrojo{
    background-color: rgba(220, 43, 3, 0.83);

    }
nav ul li#botonamarillo{
    background-color:  rgba(226, 211, 42, 0.83);

    }

.docentes{
    clear:both;
    float: left;
    width: 100%;
   
}

.ayudantes ul{
    width: 70%;
    float: left;
    max-width: 100%;
}

.ayudantes ul li{
    float: left;
    width: 10%;
    padding-right: 2.1%;
    display: inline-block; 
}

.ayudantes img{
    max-width: 100%;
    	
}

.ayudantes ul li a:hover{
   opacity:.70;
 
}


div#columna1 {
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 18px;
    float: left;
    height: 400px;
}

div#columna2 {
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 18px;
    float: left;
    height: 450px;
}
div#columna3{
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin: 0px;
    float: left;
    height: 400px;
}

h1 {
  font-family: 'Neucha', cursive;
  background-color:  rgba(245, 152, 0, 0.83);
  color: rgb(0, 0, 0);
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

h2 {
    background-color: rgba(255, 255, 255, 0.78);
  color: #000;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: bold;
  margin-left: 0px;
  font-size: 12pt;
  font-style: oblique; 
  margin-bottom: 0px;
    
    }


#dia{
    font-family: 'Open Sans', sans-serif;
  font-style: oblique;
  font-weight: 400;
  float: right;
  font-size: 9pt;
  margin-top: 0px;
  margin-left: 12px;
    
}

div p {
    text-align: left;
  margin-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 15px;
font-size: 11pt;
      font-weight: 800;
}



#columna1 img {
   max-width: 290px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 3px;
    float: left;
        }

#columna2 img {
   max-width: 290px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 3px;
    float: left;
        }

#columna3 img {
   max-width: 290px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 3px;
    float: left;
        }

div#crono {
    text-align: center;
    background-color: rgba(245, 152, 0, 0.83);
    font-family: 'Neucha', cursive;
    padding-bottom: 7px;
    padding-top:7px;
    height: 35px;
    width: 960px;
    float:left;
}

#crono img  {
max-width: 30px;
}

article div#cronograma {
    background-color: #fff;
    color: #000;
    width: 30%;
    float: left;
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 7px; 
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;    
    height: 200px;

}

article div#puente {
    float: left;
}
article div#arboles {
    float: left;
}
article div#juntada {
    float: left;
}

article div#actividades {
    background-color: #fff;
    color: #000;
    width: 30%;
    float: left;
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 7px; 
    padding-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;    
    height: 200px;

}

article div#pintamos {
    float: left;
}
article div#pintamosII {
    float: left;
}
article div#pintamosIII {
    float: left;
    margin-left: 677px;
}


/*ACTIVIDADES*/
#calendario {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioII {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioIII {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioIV {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

#calendarioV {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

#calendarioVI {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioVII {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;1
    }

#calendarioVIII {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioIX {
background-color: rgba(255, 255, 255, 0.67); 
    background-color: rgba(255, 255, 255, 0.67); float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioX {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioXI {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendarioXII {
background-color: rgba(255, 255, 255, 0.67); 
    float: left;
    display: block;
    height: 120px;
    width: 310px; 
    margin-right: 10px;
    margin-bottom: 10px;
    }

#calendario img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioII img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioIII img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioIV img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioV img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioVI img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioVII img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioVIII img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioIX img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioX img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioXI img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }
#calendarioXII img {
    max-width: 70px;
    margin-top: 15px;
    margin-right: 9px;
    float: right;
        }

section h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Neucha', cursive;
    text-align: center;
}

h4 {
    margin-left: 9px;
    font-size: 10pt;
    font-weight: bold;
    
}

p.textonegro4 {
font-size: 10pt;
font-weight: 200;
    width: 430px;
    float: left;
    padding-left: 8px;
        padding-right: 5px;
    height: 185px;
    
}

p.textonegro5 {
font-size: 10pt;
font-weight: 200;
    width: 430px;
    float: left;
    padding-left: 8px;
        padding-right: 5px;
    height: 220px;
    
}



h5{
margin-left: 20px;
font-size: 9pt;
font-style: oblique;
}
/**/

/*FOTOS*/

#contenedor2 {
max-width: 670px;
    margin-left: 145px;
}

#contenedor3 {
max-width: 670px;
    margin-left: 145px;
}

#contenedor4 {
max-width: 670px;
    margin-left: 145px;
}

h6 {
    font-family: 'Neucha', cursive;
    font-size: 15pt;
    background-color: rgba(220, 43, 3, 0.83);
    padding-bottom: 7px;
    padding-top:7px;
    text-align: center;
}

/**/

/*CONTACTO*/

iframe {
    max-width: 770px;
    position: relative;
    margin-left: 95px;
    border-width: 10px;
    border-color: rgba(226, 211, 42, 0.83);
}


#piecentro {
    height: 45px;
	width:960px;
    align-items: center;
    margin-left: 365px;
    margin-bottom: 30px;
    margin-top: 15px;
	}

#piecentro img {
    max-height: 50px;
    float: left;
    margin-top: 0px;
    align-items: center;
    margin-right: 10px;
}


/**/

.propuesta{
    color: rgb(0, 0, 0);
    float: left;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.67);
    
}

#asidepropu{
    color: rgb(0, 0, 0);
      float: left;
    width: 48%; 
    margin-right: 1.3%;
    background-color: rgba(255, 255, 255, 0.67);
}
     
#textoacumar{
    color: rgb(0, 0, 0);
    float: left;
        
}
#textoacumar2{
    color: rgb(0, 0, 0);
    float: left;
        
}

.textonegro {
     background-color: rgba(255, 255, 255, 0.67);
    height: 628px;
}

.textonegro img{
padding-top: 10px;
    padding-left: 8px;
    
}

.textonegro2 {
     background-color: rgba(255, 255, 255, 0.67);
    height: 610px;
}

.textonegro2 img{
padding-top: 62px;
    padding-left: 8px;
    
}

p.textonegro {
font-size: 10pt;
font-weight: 400;
    width: 430px;
    float: left;
    padding-left: 8px;
        padding-right: 8px;
    
}

p.textonegro2 {
font-size: 10pt;
font-weight: 400;   
    width: 430px;
    float: left;
        padding-left: 8px;
    padding-right: 8px;
}

.textonegro3 {
    
    height: 100px;
}

.textonegro4 {
     background-color: rgba(255, 255, 255, 0.67);
    height: 628px;
    width: 960px;
}
.textonegro5 {
     background-color: rgba(255, 255, 255, 0.67);
    height: 628px;
    width: 960px;
}

.destacado{
    color: rgb(0, 0, 0);
    float:left;
    font-size: 0,5em;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 5%;
    padding-right: 5%;
    
    
}

.destacado1{
    color: rgb(0, 0, 0);
    float:left;
    width: 100%;
    font-size: 0,5em;
    font-weight: 700;
    margin-left: 15%;
    
}

.destacado2{
    color: rgb(0, 0, 0);
    float:left;
    width: 100%;
    font-size: 0,5em;
    font-weight: 700;
    line-height: 1.4em;
    margin-left: 5%;
   
    
}

.destacado3{
    color: rgb(0, 0, 0);
    float:left;
    width: 100%;
    font-size: 0,5em;
    font-weight: 700;
    line-height: 1.4em;
    margin-left: 21%;
   
    
}

article #hola1{
    width: 960px;
     background-color: rgba(255, 255, 255, 0.67);
     float:left;
    font-size: 0,5em;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 2px;
    padding-right: 2px;
    
}

article #hola2{
    width: 960px;
     background-color: rgba(255, 255, 255, 0.67);
     float:left;
    font-size: 0,5em;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 2px;
    padding-right: 2px;
    
    
}

article #hola3{
    width: 960px;
     background-color: rgba(255, 255, 255, 0.67);
     float:left;
    font-size: 0,5em;
    font-weight: 300;
    line-height: 1.4em;
    padding-left: 2px;
    padding-right: 2px;
    
    
}
article #hola4{
    width: 960px;
     background-color: rgba(255, 255, 255, 0.67);
     float:left;
    font-size: 0,5em;
    font-weight: 300;
    line-height: 1.4em;
    padding-left: 2px;
    padding-right: 2px;
    
    
}
.section{
    color: rgb(0, 0, 0);
    float: right;
    width: 50%;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.67);
    
}

.cont{
    color: rgb(0, 0, 0);
    float: left;
    border-top: solid 2px #98989f;
    margin-left: 12%;
    margin-right: 5%;
    
   
}

.contenedorpropu{
    color:rgb(0, 0, 0);
    float: left;
    width: 100%;
    padding-bottom: 10%;
    border-top: solid 2px #98989f;
    
    
}

/*INTEGRANTES*/

h11 {
  background-color: rgba(155, 154, 152, 0.83);
  color: #faf7f7;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;    
  font-style: oblique; 
  text-align: center;
  
    
    }

.plantelintegrantes{
    clear:both;
    float: left;
    width: 100%;
    
}

.fotosintegrantes{
    width: 100%;
    float: left; 
   
}

.fotosintegrantes ul{
    width: 100%;
    float: left;
}

.fotosintegrantes ul li{
    float: left;
    width: 20%;
    display: inline-block; 
}


.fotosintegrantes  img{
     max-width: 100px;
    padding-bottom: 5%;
	filter:alpha(opacity=70); 
	-moz-opacity:.70;
    border-radius: 800px;
    overflow: hidden;

	
}

.fotosintegrantes  ul li a:hover{
   opacity:.70;
 
}



.cargo {
  font-size: 0.8em;
  font-weight: 700;
}

/*ARTE AQUI AHORA*/


.contenedorarte{
    color:rgb(0, 0, 0);
    float: left;
    width: 100%;
    padding-bottom: 10%;
    border-top: solid 2px #98989f;
    background-color: rgba(255, 255, 255, 0.67)
}


td {
    font-size: 15px;
    line-height: 20px;
    padding: 20px;
    text-align: justify;
    vertical-align: top;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.67)
}

.arteaquiahora {
    background-color: rgb(59, 59, 59);
    
}

/*OBJETIVOS*/

div#videobjetivos {
      margin-top: 3%;

}

div#videohome {
      margin-top: 3%;

}

div#objetivos{
width: 45%;
    color: rgb(68, 68, 61);
    margin-top: -39%;
    background-color: rgba(255, 255, 255, 0.64);
    float:right;
    padding-top: 25px;
  
}

#info{
    border-top: solid 2px;    
    
    }

.escuelas{
    color: rgb(0, 0, 0);
    float: left;
    padding-top: 25px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.67);  
}

.textoescuelas {
  text-align: center;
  margin-left: 50px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 50px;
  margin-top: 0px;
  font-size: 10pt;
}



div#escuela1 {
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 18px;
    float: left;
    height: 450px;
    margin-bottom: 20px;
}

div#escuela2 {
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 18px;
    float: left;
    height: 450px;
}
div#escuela3{
    width: 307px;
    background-color: rgba(255, 255, 255, 0.64);
    margin: 0px;
    float: left;
    height: 450px;
}


div#escuela1 p {
  text-align: left;
  margin-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 25px;
  margin-top: 0px;
  font-size: 10pt;
}

div#escuela2 p {
  text-align: left;
  margin-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 25px;
  margin-top: 0px;
  font-size: 10pt;
}

div#escuela3 p {
  text-align: left;
  margin-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 25px;
  margin-top: 0px;
  font-size: 10pt;
}


#escuela1 img {
    max-width: 290px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 3px;
    border-radius: 10%;
   
        }

#escuela2 img {
    max-width: 290px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 3px;
    border-radius: 10%;
        }

#escuela3 img {
   max-width: 290px;
   margin-top: 10px;
   margin-left: 8px;
   margin-right: 3px;
   border-radius: 10%;
        }

h7 {
  background-color: rgba(245, 152, 0, 0.83);
  color: #F9F5F5;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 12pt;
  font-style: oblique; 
  margin-bottom: 0px;
    
    }


h8 {
  background-color:  rgba(155, 154, 152, 0.83);
  color: #faf7f7;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: oblique; 
  width: 98.5%;
    }

#datospresi{
    width: 58%;
    color: rgb(68, 68, 61);
    margin-top: 30px;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.64);
    float:right;
    padding-top: 25px;
  
}

.presidente img{
    max-width: 35%;
    float:left;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 40px;
  
}
.vicepresidente img{
    max-width: 35%;
    float: right;
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  
}

.nombrepresi{
    float: left;
    
  
}

#bajada{
    border-top: solid 2px;    
    
    }
    
#bajadaweb{ 
    width: 50%;
    
    }


h9{
  font-family:  'Neucha', cursive;
  font-size: 30px;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 15px;
    
    }


#integrantes{
    height: 400px;
   
    
   }


#cuadrointegrantes{
    height: 300px;  
    background-color:rgba(255, 255, 255, 0.64);
    float: left;
    width: 960px;
    margin-bottom: 20px;
}


h10 {
  background-color: rgba(155, 154, 152, 0.83);
  color: #faf7f7;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;    
  font-style: oblique; 
  text-align: center;
  
    
    }

#persona1 {
  width: 150px;
  height: 150px;
  float: left;
  margin-left: 25px;
  margin-top: 20px;
    
}

#persona1 img {
max-width: 150px;
}

#persona2 {    

  width: 150px;
  height: 150px;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
    
}

#persona2 img {
max-width: 150px;
}

#persona3 {    

  width: 150px;
  height: 150px;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
    
}

#persona3 img {
max-width: 150px;
}

#persona4 {    
  width: 150px;
  height: 150px;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
    
}

#persona4 img {
max-width: 150px;
} 

#persona5 {    
  width: 150px;
  height: 150px;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
    
}

#persona5 img {
max-width: 150px;
}

#bajada1 {
  display: block;
  margin-bottom: 4px;   
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada1 img {
max-width: 150px;}

#bajada2 {
  display: block;
  margin-bottom: 4px;      
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada2 img {
max-width: 150px;}

#bajada3 {
  display: block;
  margin-bottom: 4px;      
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada3 img {
max-width: 150px;}

#bajada4 {
  display: block;
  margin-bottom: 4px;      
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada4 img {
max-width: 150px;}

#bajada6 {
  display: block;
  margin-bottom: 4px;     
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada6 img {
max-width: 150px;}

#bajada5 {
  display: block;
  margin-bottom: 4px;      
  margin-left: 20px;
  text-align: center;
  font-size: 5px;
  color: rgb(59, 59, 59);
      width: 170px;
        float: left;
}

#bajada5 img {
max-width: 150px;}

ul i a img{
align-items: center;}

h12 {
font-weight: bold;
margin-left: 0px;}


ul li p  {
     font-size: 11px;
}



footer {
    background-color:rgba(245, 152, 0, 0.6);
    font-size: 7.5pt; 
    color:#FCFCFC;
    clear: both;
    text-align: center;
    height:33px;
    
    }

footer div#textopie {
    width: 100%;
    position: relative;
}

