@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


@media screen and (max-width:600px){
    .encabezado{width:100%;}
    nav {width: 100%;}
    .proyecto {width: 100%;}
    .tres {width: 100%;}
    
}

@media screen and (min-width:600px) {
    body {width: 100%;}
    section {width: 100%;}
     
}
    
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@charset "UTF-8";

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


nav {
    margin-top:11%;
    position: relative;
    width: 60%;
    float: right;
    z-index: 1000;
   
}

nav ul {
    list-style:none;
    padding:0;
    margin:0;
    
    overflow:hidden;/*el contenido que desborda del elemento queda escondido*/
}

nav > ul > li {
    float:left;
      
}

nav ul li a {
    text-decoration:none;
    color: #33b190;
    display:block;
    padding:10px 20px;
    font-size: 11px;
    font-family: 'Roboto Slab', serif;
    background: white;
}

/*nav ul li a:hover {
    color:#302683;
}*/

nav > ul > li:hover div {
    display:table;
}
.active {
    color: #110381;
}
/*Submenu*/
nav ul li div {
    width:12em;
    position: absolute;
    left:50;
    background:#fff;
    box-sizing:border-box;
    display:none; 
  
    /*display:table;*/
}

nav ul li div ul {
    width:10%;
    display:table-cell;
    border-right:1px solid rgba(255,255,255,.5);
    box-sizing:border-box;
    
    
}

nav ul li div ul li:last-child {
    border:none;
    background-color: #fff;
    border-radius: 0 0px 10px 10px;
    
}
/*elige el ultimo li de ese ul*/

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

nav ul li div ul .titulo {
    background:;
    color: #33b190;
    
}

nav ul li div ul .titulo a {
    color:#000;
    padding:10px 20px;
    font-size: 11px;
    
}

nav ul li div ul .titulo a:hover {
    background: #33b190;
    
}

nav ul li div ul li a {
    color:#000;
    font-size: 11px;
    
}



.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
   
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(49, 177, 144, 0.8);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 25px;
  line-height: 18px;
  margin-top:-8%;
  position:relative;
    text-align: right;
    font-family: 'Roboto Slab', bold;
}

.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(49, 177, 144, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
     
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "◄"; /*flechas: url("imagenes/fondo.jpg")*/
  color: rgba(49, 177, 144, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "►"; /*flechas*/
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgb(49, 177, 144); /*punto que se mueve*/
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(49, 177, 144, 0.8); /*color de los puntitos de abajo*/
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(49, 177, 144, 0.8);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9); /*punto selector de abajo*/
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


body {
    margin: 0 auto;
    background:#fff;
    margin: 0 auto;
    width: 80%;
     
}

header {
    width:90%;
    margin:auto;
    
}

.afiche {
    width: 100%;
}
.proyecto {
    width: 30%;
    height: 50%;
    float: left;
    padding-right: 5em;
    padding-left: 5em;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    
}


.textoinicio {
    font-family: 'Roboto Slab', serif;
    font-size: 0.75em;
    text-align: left;
    float: left;    
}
  
.detalles {
    width: 20%;
    
}


.tres {
    widht: 50%;
    padding-left: 0em;
    text-decoration: none;
    margin: 0;
   
}

.lostres {
    width: 15%;
    height: 40%;
    float: left;
    padding: 0.6em;
    text-decoration: none;
    font-family:  'Roboto Slab', serif;
    min-width:160px;
 }
    
.otrotitulo {
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 1em;
    font-family:  'Roboto Slab', serif;
}
    
.otrotitulo2 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    color: black;
    font-family:  'Roboto Slab', serif;
    float: right;
   
}

.participa {
    margin: 1em 1em;
    width: 60%;
    height: auto;
}
    
h1 {
    widht: inherit;
    height: inherit;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

h2 {
    font-size: 1.25em;
    text-decoration-color:;
    text-align:left;
    margin: 0em;
    padding-top: 0.5em;
    text-decoration: none;
    color: #31b190;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    clear: both;
}
    
h2 a {
    text-decoration: none;
    color: #31b190;
   
}

.textoproyecto {
    font-family: 'Roboto Slab', serif;
    font-size: 0.75em;
}

    
/*.fondo {
    background: url(img_fondo.jpg);
}*/
    
.actividades {
    width: 21%;
    height: 240px;
    float: left;
    text-align: left;
}
    
.encabezadoagenda {
    width: 60%;
    height: auto;
    padding-left: 8%;
    padding-top: 6%;
}



.objetivos {
    height: 600px;
    width: 90%;
    background: white;    
    overflow: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto;
    
    
}

/**/

.ladoizquiero {
    width: 38%;
    float: left;
    font-size: 9pt;
    font-family: 'Roboto Slab', serif;
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 5%;
}

.ladoderecho {
    width: 38%;
    float: right;
    font-size: 9pt;
    font-family: 'Roboto Slab', serif;
    padding-right: 5%;
    padding-left: 0.5%;
    padding-top: 5%;
}

.videoresponsive {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:; 
    padding-top: ;


}

#act1 {
    font-size: 14pt;
    font-family: 'Roboto Slab', serif;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

#act2 {
    font-size: 14pt;
    font-family: 'Roboto Slab', serif;
    margin: 10px;
    padding: 10px; 
    text-align: center;
}

#act3 {
    font-size: 14pt;
    font-family: 'Roboto Slab', serif;
    margin: 10px;
    padding: 10px; 
    text-align: center;

}

#act4 {
    font-size: 14pt;
    font-family: 'Roboto Slab', serif;
    margin: 10px;
    padding: 10px;
    text-align: center;

}

.textoagenda {
    font-size: 9pt;
    font-family: 'Roboto Slab', serif;
    text-align: left;
}
#propuestas {
    background: #d8d3d6;
    font-family: 'Roboto Slab', serif;
    padding-top: 25px;
    padding-left: 45px;
}

#objetivos {
    background: #d8d3d6;
    font-family: 'Roboto Slab', serif;
    padding-top: 25px;
    padding-left: 45px;
    padding-bottom: 25px;
}


footer  {
    width: 100%;
    height: 400%;
    background: white;
    margin: 0 auto;
    clear: both;
    overflow:hidden;
    
}

.h10 {
    color: #31b190;
    font-family:  'Roboto Slab', serif;
}

.f1, .f2, .f3 {
    min-width: 100px;
}

.f1 {
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 2em;
    width: 10%;
    float:left;
    height: auto;
    font-family: 'Roboto Slab', serif;
    font-size: 9pt;
    text-align: center;
}

.f2 {
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 2em;
    width: 10%;
    float:left;
    height: auto;
    font-family: 'Roboto Slab', serif;
    font-size: 9pt;
    text-align: center;
}

.f3 {
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 2em;
    width: 10%;
    float:left;
    height: auto;
    font-family: 'Roboto Slab', serif;
    font-size: 9pt;
    text-align: center;
}

.f4 {
    padding-top: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 2em;
    width: 5%;
    float:left;
    height: auto;
    font-family: 'Roboto Slab', serif;
    font-size: 9pt;
    text-align: center;
     min-width:50px;
}

footer ul li{
    list-style:none;
    display: inline;
    widht:5%;
    margin: 0 auto;
   
}

.fotobio {
    width: 80%;
}
/*#proyecto {
    width: 350px;
    background: #d8d3d6;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-top: 25px;
    padding-left: 0px;
    padding-bottom: 25px;
    float: left;
}

#proyecto2 {
    width: 600px;
    background: #d8d3d6;
    font-family: 'Roboto Slab', serif;
    padding-top: 25px;
    padding-right: 55px;
    padding-bottom: 25px;
    float: right;
    text-align: center;
}
*/
section {
    overflow: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

    /*box-shadow: 0px 5px 5px 0px #888888;*/
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);*/
    
    
}

.biografia {
    width: 1024px;
    height: 500px;    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto;
}

.agenda {
    width: 1024px;
    height: 700px;    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto;
}

.fotosnosotros {
float:right;
    padding-right: 15%;

}

.vivi {
    width: 180px;
    height: 180px;
    margin: 50px 50px;
    padding-left: 5%;
    float: left;    
}


.fotoindividual {
    width: 150px;
    height: 150px;
    margin: 15px 0px;
    padding: 30px 12px 10px 12px; 
    float: left;
}
 
.descripcion {
    width: 1000px;
    height: 500px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto;
}

.biografia1 {
    width: 400px;
    height: 400px;
    color: black;
    padding: 160px 70px;
    font-family: sans-serif;
    font-size: 13px;
    float: right;
}

.talleres{
    width: 400px;
    height: 400px;
    color: black;
    padding: 48px 70px;
    font-family: sans-serif;
    font-size: 13px;
    float: right;

}

main aside img {
    widht: 500px;
    float: left;
}

.foto {
    width: 350px;
    height: auto;
    float: left;
    padding: 60px 50px;
}

/*img:hover {
    height: 133px;
    width: 400px;
    margin-left: -50px;
} aplasta es horrible 


/*img:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
} agranda

/*img:hover {
    margin-top: 2px;
} saltito

/*img:hover {
    opacity: 1;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
} sombrita

/*
img:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}este tambalea la foto*/


.fotoindividual:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
} /*este tambalea la foto*/

.vivi:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

.encabezadoagenda:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}



    

    

    

