/*Google fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
/*ajuste de espacios de todos browser*/
@import url(css/normalize.css);
/*multipe tecnica de limpieza de floats*/
@import url(css/limpiar-flotes.css);

/*=================================fin importacion de archivos===========================*/

*{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
}

body{
    background: #f2f2f2; 
    font-family: 'Open Sans Condensed', sans-serif;   
}

ul{
margin:0;
padding:0;
list-style-type:none;
}
a{
text-decoration:none;
outline:none;
}





/*===seteo para img responsive===*/
.img-resp{
    width:100%;
    height: auto;
}
/*fin tags generales*/
.contenedor{
    width: 960px;
    margin: 0 auto;
    position: relative;
 }


header{
    background: url(imagenes/fondo2.gif); 
    
}

#cabezera{
    height:220px;
    overflow: hidden;    
}

.logo{
display:block;
width:30%;
float:left;
margin-top: 20px;
}

p {
 font-size: 1rem;
 padding-left: 15px;
 color: white;
}


header nav {
    float:right;
    margin:83px 0 0 0;
    width:56%;
}
header nav .menu{
    margin:0;
    padding:0;
    list-style-type: none;
}

nav .menu li{
float: left;
}

nav .menu li a {
    text-decoration: none;
    color: darkgray;
    margin: 0 0 0 0px;
    text-transform: uppercase;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
}


nav .menu li a:hover{
    color:#4BBD97;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;    
}

.btn-fondogif {
    position: relative;
    opacity: 0;
    font-size: 3rem;
    margin-top: 68px;
    z-index:1;

}
/*---botonera desplegable majo y estefi-----*/



#primary_nav_wrap
{
	margin-top:53px;
    z-index: 3;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:absolute;
	float:left;
	margin:0;
	padding:0;
    z-index:3;

}

#primary_nav_wrap ul a
{
	display:block;
	color:#484848;
	text-decoration:none;
	font-weight:300;
	font-size:16px;
	line-height:32px;
	padding:0 15px;
	
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#4BBD97;
    
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}

/*----fin botonera desplegable majo y estefi-----*/
/*---------participa -FORMULARIO-MAPA------*/

.barrio {
    height: 400px;
    background: url(imagenes/portada-home.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	padding:.5% 0;
}
.participa{
    float: left;
    width: 24%;
    margin: 2% 0 0 0;
}

.participa h1 {
    color:white;
    width: 228px;
    height: 47px;
    font-size: 29px;
    background: #4BBD97;
    text-align: center;
    font-weight: 100;
    margin: 0 0 10px 0;
    padding:0;    
}
/*formulario de contacto*/
#registro{
background:rgba(255,255,255,.5);
	-webkit-background:rgba(255,255,255,.5);
	-moz-background:rgba(255,255,255,.5);
padding:10px;
}
#registro a{
color:grey;
font-size:1.2em;
margin:3% 0;
}
#registro a:hover{
color:purple;
text-decoration:underline;
}
#registro form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#registro form ul li{
    margin: 2% 2%;
}

#usuario, #clave{
    width: 100%;
    outline:none;
    border: 1px 1px solid silver;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color:grey;
	height:3em;
	margin:1.5% 0;
	padding:0 3%;
}
#usuario:hover, #clave:hover{
background:rgba(253,211,4,.4);
-webkit-background:rgba(253,211,4,.4);
-moz-background:rgba(253,211,4,.4);
transition:.5s ease-in;
-webkit-transition:.5s ease-in;
-moz-transition:.5s ease-in;
}
#recordar{
outline:none;
border:1px 1px solid silver;
margin:5% 5% 5% 0;
}
#ingresar{
background:#65d1ad;
width: 100%;
color:white;
height: 30px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: capitalize;
border:none;
outline:none;
font-size:1em;
margin: 0 0 2% 0;
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
}
#ingresar:hover{
background:#207559;
transition: .2s ease-in;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
}
#registrarse{
background:purple;
width: 100%;
color:white;
height: 30px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: capitalize;
border:none;
outline:none;
font-size:1em;
margin: 0 0 2% 0;
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
}
#registrarse:hover{
color:orange;
transition: .2s ease-in;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
}
/*bajada de texto */

.barrio blockquote{
color:#7f3f98;
float:left;
font-size:42px;
margin: 1% 0 0 3%;
width: 21.5%;
line-height: 130%;
 }

 
/*fin formularios*/
.mapa {
float: left;
margin: 0 0 0 8%;
width: 40%;
}
/*---------fin de mapa y participa------*/
/*-------------- como ayudar---------*/
h1{
    background: #4BBD97;
    color: white;
    font-size: 35px;
    text-align: center;
    height: 46px;
    margin-top: 25px;
    font-weight: 100;
    clear: both;
}
/*section como ayudar*/
#comoayudar {
	overflow: hidden;
	height: 1%;
}

/*===========majo tupropuesta dona y medioambiente utilizamos shorthand notation===========*/
#comoayudar .tupropuesta,#comoayudar .dona,#comoayudar .medioambiente{
    width:29%;
    height:260px;
    background-color: #ffffff;
    border-radius: 0.35em; 
    -webkit-border-radius: 0.35em;  
    -moz-border-radius: 0.35em; 
    float: left;
	position: relative;
}
.dona,.medioambiente{
margin:0 0 0 6.4%;
}

/*=====================todos los hipervinculos de tu propuesta===========================*/
#comoayudar .tupropuesta a, #comoayudar .dona a, #comoayudar .medioambiente a{
opacity:1;
transition:.5s ease-in .1s;
-webkit-transition:.5s ease-in .1s;  
	-moz-transition:.5s ease-in .1s;
}
#comoayudar .tupropuesta a:hover,#comoayudar .dona a:hover,#comoayudar .medioambiente a:hover{
opacity:.5;
transition:.2s ease-in .1s;
	-webkit-transition:.2s ease-in .1s;
	-moz-transition:.2s ease-in .1s;
}

/*-------------divs iconos---------*/
.iconopropuesta,.icono-dona{
	left: 30%;
	position: absolute;
	z-index: 1;
	top: 10%;
}

.icono-medioambiente{
	left: 40%;
	position: absolute;
	z-index: 1;
	top: 10%;
}

/*------------divs de textos debajo de iconos-------*/
.divpropuesta,.divicono-dona,.divicono-medioambiente{
    position: absolute;
    z-index: 2;
    top: 37.5%;
}
/*===========majo fin de tu propuesta, dona y medioambiente========*/

h3{ 
    color: #7f3f98;
    text-align: center;
    font-size: 25px;
    font-weight: 300;    
}

h4{
    font-weight: 300;
    color: #7f3f98;
    text-align: center;
    padding: 0 10px; 
    /*agregamos un punto a la tipo
    font-size: 1.1rem;*/
}

/*------cronograma-------*/

#cronograma{
	overflow: hidden;
	margin:20px 0 0 0;
}
/*parra con propiedad class*/
.cronograma{
 color:black;   
}

#titulo-crono{
 width: 100%;    
}

h2 {
    background: #4BBD97;
    color: #ffffff;
    font-size: 33px;
    text-align: center;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 20px;
  
}

.informacion {
    float: left;
    margin-top: 10px;
    margin-left:25px;
    text-align: center;
     
}
#cronograma{
overflow:hidden;
}
.caja-cronograma{
    display: block;
    border-radius: 0.35em;
    width: 45%;
	float:left;
}


/*taller1*/
.contenedor-taller1{
    height:100px;
    background: white;
    position: relative;
    margin: 0 0 1px 0;
	padding:10px 0;
}
.contenedor-taller1  h5{
    color: white;
    font-size: 15px;
    text-align: center;
    background: #4BBD97;
    width: 64px;
    height: 64px;
    top: 6px;
    left: 14px;
    position: absolute;
    z-index: 1;
    padding: 9px;
    margin: 0;
    border-radius: 5px;
}

.contenedor-taller1  h6{
	color: #484848;
    font-size: 14px;
    top: -20px;
    left: 140px;
    position: absolute;
    z-index: 2;
}
.contenedor-taller1 .cronograma{
	color: black;
    font-size: 1em;
    position: absolute;
    top: 13px;
    left: 97px;
	z-index:3;
}

.contenedor-taller1 .horario{
	color: grey;
    font-size: 1em;
    position: absolute;
    top: 37px;
    left: 164px;
    z-index: 4;
	z-index: 4;
}

.contenedor-taller1 a{
	display: block;
    color: purple;
    font-size: 4em;
    position: absolute;
    top: -5px;
    left: 361px;
    z-index: 5;
	transition:1s ease-all;
	-webkit-transition:1s ease-all;
	-moz-transition:1s ease-all;
}

.contenedor-taller1 a:hover{
color:orange;
transition:.5s ease-all;
-webkit-transition:.5s ease-all;
-moz-transition:.5s ease-all;
}

/*taller2 - computacion básica I*/
.contenedor-taller2{
     height:100px;
    background: white;
    position: relative;
    margin: 0 0 2px 0;
}
.contenedor-taller2  h5{
    color: white;
    font-size: 15px;
    text-align: center;
    background: #4BBD97;
    width: 64px;
    height: 64px;
    top: 6px;
    left: 14px;
    position: absolute;
    z-index: 1;
    padding: 9px;
    margin: 0;
    border-radius: 5px;
}

.contenedor-taller2  h6{
	color: #484848;
    font-size: 14px;
    top: -20px;
    left: 140px;
    position: absolute;
    z-index: 2;
}
.contenedor-taller2 .cronograma{
	color: black;
    font-size: 1em;
    position: absolute;
    top: 13px;
    left: 97px;
	z-index: 3;
}

.contenedor-taller2 .horario{
	color: grey;
    font-size: 1em;
    position: absolute;
    top: 37px;
    left: 164px;
    z-index: 4;
	z-index: 4;
}

.contenedor-taller2 a{
	display: block;
    color: purple;
    font-size: 4em;
    position: absolute;
    top: -5px;
    left: 361px;
    z-index: 5;
	transition:1s ease-all;
	-webkit-transition:1s ease-all;
	-moz-transition:1s ease-all;
}

.contenedor-taller2 a:hover{
color:orange;
transition:.5s ease-all;
-webkit-transition:.5s ease-all;
-moz-transition:.5s ease-all;
}

/*taller3 - computacion básica II*/
.contenedor-taller3{
    height:100px;
    background: white;
    position: relative;
    margin: 0 0 2px 0;
}
.contenedor-taller3  h5{
    color: white;
    font-size: 15px;
    text-align: center;
    background: #4BBD97;
    width: 64px;
    height: 64px;
    top: 6px;
    left: 14px;
    position: absolute;
    z-index: 1;
    padding: 9px;
    margin: 0;
    border-radius: 5px;
}

.contenedor-taller3  h6{
	color: #484848;
    font-size: 14px;
    top: -20px;
    left: 140px;
    position: absolute;
    z-index: 2;
}
.contenedor-taller3 .cronograma{
	color: black;
    font-size: 1em;
    position: absolute;
    top: 13px;
    left: 97px;
	z-index: 3;
}

.contenedor-taller3 .horario{
	color: grey;
    font-size: 1em;
    position: absolute;
    top: 37px;
    left: 164px;
    z-index: 4;
	z-index: 4;
}

.contenedor-taller3 a{
	display: block;
    color: purple;
    font-size: 4em;
    position: absolute;
    top: -5px;
    left: 361px;
    z-index: 5;
	transition:1s ease-all;
	-webkit-transition:1s ease-all;
	-moz-transition:1s ease-all;
}
.contenedor-taller3 a:hover{
color:orange;
transition:.5s ease-all;
-webkit-transition:.5s ease-all;
-moz-transition:.5s ease-all;
}

/*boton ver más*/
 .vermas{
	display: block;
    width: 100%;
    background: #7F3F98;
    text-align: center;
    height: 61px;
    line-height: 61px;
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
	margin: 32px 0 0 0;
}

.vermas:hover{
    color: #4BBD97;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: 3s ease-in;
}
/*===============================css majo==================*/

/*actividades*/
.acti{
float:right;
width: 45%;
}
/*fin actividades*/

/*=====================fin taller3==========================*/

/*----------stefi-actividades----------*/

.actividades {
   /*width: 960px;*/

    height: 649px;
    
    background-image:url(imagenes/proyecto.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
        
}

 #tituloactividades{
     margin-top: 0;
     
}
.columna1{
    width: 300px;
    height: 600px;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 10px;
    padding-top: -10px;
   
}

.columna2{
    width: 300px;
    height: 600px;
   float: left;
    position: relative;
    text-align: center;
    padding-top: -10px;
  
    
}
.columna3{
    width: 300px;
    height: 600px;
    float: left;
    position: relative;
    text-align: center;
      padding-top: -10px;
}

.icono-cronograma{
    float: left; 
    width: 50%;
    text-align: center;
}

.subitulos h5 {
    
    margin-top: -5px;
    color: #4b4a4a;
    font-size: 15px;
}

.icono-galeria{
    
padding-left: 20px;
    padding-top: 20px;
}

.icono-acti img:hover{
  
    background-color: rgba(128, 128, 128, 0.63);
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    border-radius: 70px;
    
}


/*fin actividades*/


/*------------------CRONOGRAMA-STEFI------------*/
        
    
#titulo-mes {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #FF8D15;
    background: none;
    margin-top:20px;
}

.flecha1{
    float: left;
   position: relative;
    
    
}

.flechax{
     float: left;
   position: relative;
    margin-left: 361px;
    margin-right: 361px;
}

.caja-cronomes{
    margin: auto; 
    text-align: center;
}

.flechax-feb{
     float: left;
   position: relative;
    margin-left: 361px;
    margin-right: 340px;
}

.cronograma h1{
    margin-top:0;
}
    
/*============footer fin pie de pagina=========*/
footer{ 
    height: auto;
    background: #4BBD97;
    clear: both;
    padding: 1%;
    display: block;
	margin:55px 0 0 0;
}
/*menu2 en pie de pagina*/
footer .pie-pagina{
width:75%;
float:left;
}
.pie-pagina nav{
margin-bottom:5px;
}
/*atajo para menu2 y redes*/
.menu2, .redes {
margin:0;
padding:0;
}
.menu2 li, .redes li{
float:left;
}

footer .pie-pagina nav{}
footer .pie-pagina nav .menu2{
}
footer .pie-pagina nav .menu2 li{
margin:0 15px 0 0;
}
footer .pie-pagina nav .menu2 li a{
color:white;
}

/*redes sociales*/
footer .pie-pagina .redes{}
footer .pie-pagina .redes li{}
footer .pie-pagina .redes li a {
margin:10px 15px 0;
display:block;
width:32px;
height:32px;
opacity:1;
}
footer .pie-pagina .redes li a:hover {
opacity:.5;
}
/* parrafo de derechos*/
footer .copyright{
color:#ffffff;
margin:10px 0 0 0;
padding:0;
}

/*logo dgpc*/
footer .dgpc{
width:20%;
float:right;
}


/*============CSS Majo footer fin pie de pagina=========*/

/*-----------------------quienes somos---------------------*/



/*foto principal*/

.equipo h1{
    width: 960;
    margin-top:0;
        
}
    

.equipo {
    height: 531px;
    background: url(imagenes/quienes-somos.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.hombre1 {
    float: left;
    margin: 164px 0 -33px 0;
    display: inline-block;
    z-index: 1;

}

.datoshombre1{
    display: inline-block;
    float:right;
    margin: -155px 0 -40px 0;
    width: 60%;
    z-index: 2;
    
}


.nombretitul{
    color: #4BBD97;
    font-weight: 700; 
    font-size: 24px;
    margin-top: 31px;
}

.nombretitul p{
    margin: 0 auto;
    padding 0;
    
}

.nombretitul2{
    color: #7f3f98;
    font-weight: 300; 
    font-size: 20px;
    margin-top: -20px;
}

.textotitul{
    color: #484848;
    font-weight: 300; 
    font-size: 16px; 
    margin-top: -10px;
   
}

.imagenesquienessomos{
    width: 960px;
    margin:auto; 
    text-decoration: none;
    clear: both;
    padding-left: 52px;
}

.imagenesquienessomos ul{
    text-decoration: none;
    display: inline;
    
}
.imagenesquienessomos ul li img{
    postion: relative;
    float: left;
    text-decoration: none;
}

.imagenesvarias{
    text-decoration: none;
    display: inline-block;   
    padding-left: 30px;
}

.imagenesvarias img:hover{
  
    background-color: rgba(108, 205, 173, 0.54);
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out; 
}

.videoacumar{
    float: left;   
    margin-bottom: 20px;
}

.cajatextoacumar{
    width: 430px;
    float: right;
    text-align: left;
}

.btnacumar a:hover{
  
    color:#4BBD97;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out; 
     
}

.btnacumar a {
    color: #7f3f98;
    font-weight: 700;
}



/*--------mujer1------------*/

.caja1{
    width: 30%;
    float: left;
    height: 350px;
    
}

.caja1 img{
    
    width: 100%;
}

.caja2{
    
    float: right;
    width: 40%;
    margin-top: 20px;
    height: 366px;
    border-bottom: 5px solid #4BBD97;
    margin-bottom: 50px;
   
}
caja2 h4{
 width: 60%;   

}

.textocaja2 {
    
    color: grey;   
}

.edad{
    text-align: left;
    padding-left: 20px;
}

.redes a{
    padding-right:  10px;  
    width: 50%;

}

.btn-redes {
 margin-top: 30px;

}

.siguiente {
 background: purple;
    float: right;
    padding: 5px;
    margin: -40px 0px 0 0;
   
    
}
.siguiente a {
    color: white;
    font-weight: 700;
}
.siguiente a:hover{
  
    color:#4BBD97;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out; 
     
}

.anterior {
 background: purple;
    float: right;
    padding: 5px;
    margin: -40px 90px 0 0;
    }

.anterior a {
    color: white;
    font-weight: 700;
}

.anterior a:hover{
  
    color:#4BBD97;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out; 
}


/*--------fin mujer1------------*/

/*--------hombre2------------*/

.caja2-hombre2{
    float: right;
    width: 40%;
    margin-top: 20px;
    height: 330px;
    border-bottom: 5px solid #4BBD97;
    margin-bottom: 50px;
}

.btn-redes2{
    margin-top:30px;
}

/*----------noticas------------------*/


.noticasvarias{
    text-align: center;
    width: 910px;
    margin: auto;
}

.noti{
    border:  5px solid #4BBD97;
    
}

.notititul h1{
    margin-top:0;
}


/*=================================camila - section tus ideas=========================*/
.titul-ideas {
    margin-top:0;
}


#tus-ideas{
    height: 500px;
    background: url(imagenes/portada-home.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.tu-opinion {
    background: white;
    padding:5px;
}


#tus-ideas .tu-opinion {
    float: left;
    width: 25%;
    
}
#tus-ideas .tu-opinion p{
    color: #484848;
    
}

.form1{
    background:rgba(108, 205, 173, 0.54);
    float: right;
    width: 70%;
}

.form1 form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.form1 form ul li{
    margin: 1.5% 2%;
}

#nombres, #e-mail, #mensaje {
    width: 100%;
    outline:none;
    border: none;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#484848;
    padding:1%;
}
#nombres, #e-mail{
    height:3em;
}
form #enviar{
background:purple;
width: 25%;
color:white;
height: 30px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: capitalize;
border:none;
outline:none;
font-size:1em;
float: right;
margin: 0 0 2% 0;
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
}
form #enviar:hover{
background:#207559;
transition: .2s ease-in;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
}

/*#65d1ad color submit verde*/

/*===========camila - section pagina contacto======*/

.form2{
    float:left;
    width: 60%;
}

.form2 form{
background: #f6f6f6;
padding: 6.5% 1%;
}

.form2 form ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.form2 form ul li{
    margin: 1.5% 2%;
}

.informacion{
float:right;
width:35%;
margin:0;
padding:0;
}
.informacion dl{
text-align:left;
background:white;
color:grey;
padding:5%;
}
.informacion dl dt{
margin:10px 0;
}
.informacion dl .titulo{
font-size:2em;
}
.informacion dl dd{
padding:0;
margin:0;
}
.informacion dl dd  a{
color:grey;
}

.form2 h2{
    margin-top:0;
}

.informacion h2{
    margin-top:0;
}

/*=====================Camila section donar=================*/
.titul-dona2 {
    margin-top:0;
}

#dona .contenedor .bajada{
color: grey;
font-size: 1.8em;
}
/*formulario de dona*/
#form-donar{
overflow:hidden;
background:none;
}
#form-donar h2, #form-donar p{
text-align: left;
background: none;
font-family: 'Open Sans Condensed', sans-serif;
color:grey;
}
#form-donar .datos-personales{
width:100%; 
}
/*abonar-monto-credito*/
.abonar-monto-credito{
font-size: 1.9em;
overflow:hidden;
}

.abonar-monto-credito,.monto,.t-credito{
font-size:1em;
}

.monto{
background:#f6f6f6;
float:left;
width:49%;
padding: 1% 4%;
height: 438px;
}
.monto .coutas li{
border-bottom:1px solid orange;
margin:0 0 3% 0;
}
.monto .coutas li .ajuste1{
margin: 0 48% 0 0;
padding: 0;
color: orange;
font-size: 21px;
}
.monto .coutas li .ajuste2{
margin: 0 48% 0 0;
padding: 0;
color: orange;
font-size: 21px;

}
.monto .coutas li .ajuste3{
margin: 0 46% 0 0;
padding: 0;
color: orange;
font-size: 21px;
}

.monto .coutas li .ajuste4{
margin: 0 46% 0 0;
padding: 0;
color: orange;
font-size: 21px;

}
.monto .coutas li .ajuste5{
margin: 0 46% 0 0;
padding: 0;
color: orange;
font-size: 21px;

}

/*fin monto*/
.t-credito{
background:rgba(255, 165, 0, 0.4);
float:right;
width:49%;
padding: 2.8% 4%;
}
.t-credito p {
margin:0 0 5% 0;
padding:0;
}

#creditcard, #nro-tarjeta, #fecha-ven{
    outline: none;
    border: 1px solid orange;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    padding: 1.5%;
	width:100%;
}

#enviar-pago{
background: orange;
    width: 50%;
    color: white;
    height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: capitalize;
    border: none;
    outline: none;
    font-size: 1em;
    float: right;
    margin: 2% 0 2% 0;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
#enviar-pago:hover{
background:#FF6115;
  transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
/*fin tarjeta de credito*/
/*============fin-camila-abonar-monto-credito==========*/
.datos-personales ul li{
margin:1.5% 0 4% 2%;
}
#nombre, #apellido, #correo, #nacimiento, #telefono, #celphone, #pais, #direccion, #localidad, #provincia, #nacionalidad{
	width: 100%;
    outline: none;
    border: none;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    padding: 3%;
}
/*fin datos personales*/

/*abonar*/
#form-donar .abonar{
width:100%;
}
/*compartir propiedades en form*/
.datos-personales, .abonar{
padding:2%;
background:#f6f6f6;
}
.abonar p{
font-size: 1em;
padding:0;
}
.abonar .coutas li{
	width: 100%;
    outline: none;
    border-bottom: 1px solid;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color: grey;
    padding: 3%;
}
.abonar .coutas li label{
margin:0 50% 0 0;
padding:0;
}

.abonar .coutas li input{
margin:0 0 0 12%;
}
/*fin abonar*/
/*tarjeta de credito*/
.tarjeta li label {
margin:1.5% 0;
	display: block;
}

/*fin tarjeta de credito*/
/*boton de envio*/
.abonar #enviar{
	width: 50%;
    margin: 5% 0 0 0;
}
/*====fin camila formulario de donar====*/

/*ubiciacion*/
#ubic{
    background: url(imagenes/portada-home.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#ubic h2{
text-align:center;
padding:0 0 0 3%;
margin-top:0;
}
.map-ubi{
float:left;
width:65%;
height:500px;
}
.direc{
float: right;
    width: 30%;
    background: white;
    padding: 1%;
    margin: 0 0 3% 0;
}
.direc p{
color:grey;
}

/*===============================Css Cami fin full screen===================================*/

/*------florencia curiosidades (arreglada)-----*/
#curiosidades h1{
 margin:0 0 20px 0;   
}

#curiosidades{
    background: none;
    background-size: cover;
    height: 350px;
}
#curiosidades article{
background: white;
padding: 3% 2%;
}

#curiosidades article img{
border-bottom: 6px solid orange;
float: left;
margin: 0 0 0 0;    
}

/*esto va a pisar las regals tags de h1 h2 h3 h4 de todo la hoja*/
.nuevo-kiosco {
    width: 58%;
    float: left;
    margin: 4% 0 0 6%;
}

.nuevo-kiosco h2 {
    font-size: 32px;
    color: purple;
    background: none;
    text-align: left;
    font-weight: 700;
    margin: -45px 0 0 0;  
}
.nuevo-kiosco h3 {
    font-size: 25px;
    color: orange;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;

}
.nuevo-kiosco p {
    color: black;
    padding: 0;
    width: 68%;
    margin: 4px 0 0 0;
}
/*section novedades*/
#novedades .contenedor article{
overflow:hidden;
background: white;
padding: 3% 2%;
    margin-bottom: 45px;
}
}
#novedades .img-stadio{
float:left;
margin:2% 2% 0 0;
display:block;
}
#novedades .estadio {
  float: left;
  width: 100%;
  margin: -5% 0 -5% 0;
}
#novedades{
    margin-top:-12px;

}
#novedades .estadio p{
color:#484848;
padding:20px;
    width: 960;
}


/*=================fin curiosidades=============*/

/*================Flor galeria======================*/
#galerias{}
#galerias h1{
background:purple;
min-height:100px;
letter-spacing:.2em;
padding:.2em;
}
#galerias h1 span{
display:block;
letter-spacing: 3px;
line-height: 21px;
}
.galeria-1{
overflow:hidden;
height:460px;
margin:2% 0 0 0;
}
.galeria-2{
overflow:hidden;
margin:2% 0 0 0;
height:460px;
}

.galeria-1 .col-3{
float:left;
width: 29.3%;
margin: 0 2%;
}
.galeria-2 .col-2{
float:left;
width: 65%;
margin: 0 2.5% 0 1.5%;
}
.galeria-2 .col-3{
float:left;
width: 29.3%;
}
.op{
opacity:1;
-webkit-opacity:1;
-moz-opacity:1;
transition:.5s ease-in;
-webkit-transition:.5s ease-in;
-moz-transition:.5s ease-in;
}
.op:hover{
opacity:.5;
-webkit-opacity:.5;
-moz-opacity:.5;
transition:.2s ease-in;
-webkit-transition:.2s ease-in;
-moz-transition:.2s ease-in;
}
/*================fin Flor galeria======================*/
/*================flor proyecto - origen================*/
#proyecto{}
#proyecto p{
color:black;
font-size:1.15rem;
}

.proyecto-titul{
    margin-top:0;
}


/*origen*/
.origen{
background:white;
overflow:hidden;
}
.villa{
width:41%;
float:left;
}
.origen-img{
width:56%;
float:right;
padding:2%;
}
.ajuste-img{
margin:0 0 2% 0;
}

/*fin origen*/
/*objetivos*/
#objetivos{}
#objetivos h1{
clear:both;
}

.generales,.especificos{
border-radius:5px 5px;
height:260px;
width:30%;
background:white;
float:left;
margin: 0 5% 0 0;
}
.destinatarios{
border-radius:5px 5px;
-webkit-border-radius:5px 5px;
-moz-border-radius:5px 5px;
height:260px;
width:30%;
background:white;
float:right;
}
.generales h3,.especificos h3,.destinatarios h3{
margin:19px 0 -8px 0;
color:purple;
}
.generales p,.especificos p{
color:purple;
width: 95%;
padding: 0 0 0 8%;
line-height:1.4em;
text-align: center;
}
.destinatarios p{
color:purple;
width: 95%;
padding: 0 0 0 8%;
line-height:1.8em;
    text-align: center;
}
/*---fin objetivos---*/
/*aside promover y conocer mas*/
.promover{
margin:2% 0;
}
.el-borde{
border-top:8px solid purple;
border-bottom:8px solid purple;
padding: 1.5% 0;
}
.promover p{
color:purple;
}
.col-promo h4{
color:purple;
font-size:2.5em;
}
.col-podemos .taller-barrio{
color:purple;
    text-align: center;
    font-size: 1.5em;
    width: 89%;
    margin: -19px 0;
    padding: 0;
}
.col-podemos .ayudar{
font-size:1.8em;
color:purple;
}
.col-promo,.col-podemos{
width:30%;
float:left;
margin: 0 5% 0 0;
}
.col-manos{
width:30%;
float:right;
}
/*---fin promover---*/
.conocer-mas{}
.conocer-mas h2{
background:purple;
clear:both;
}
.conocer-mas p{
color:grey;
}
.vid,.curioso{
background:white;
border-radius:5px 5px;
-webkit-border-radius:5px 5px;
-moz-border-radius:5px 5px;
width:420px;
padding: 4%;
height:320px;
margin: 0 0 2% 0;
position: relative;
}
/*----ir a video-----*/
.vid{
float:left;
}
.vid a{
position:absolute;
z-index:1;
top: 51px;
left: 168px;
opacity:1;
transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
}
.vid a:hover{
opacity:.5;
transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -moz-transition:.3s ease-in;
}
.vid .mira1{
width:300px;
position:absolute;
z-index:2;
top:200px;
left:100px;
}
.mira1 span{
    font-size:1.7em;
    display:block;
}
.mira1 p{
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    top: -55px;
    left: -2px;
    z-index:3;
}
/*--fin ir a video--*/
/*--ir a curiosidades--*/
.curioso{
float:right;
}
.curioso a{
position:absolute;
z-index:1;
top: 51px;
left: 167px;
opacity:1;
transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
}
.curioso a:hover{
opacity:.5;
transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -moz-transition:.3s ease-in;
}
.curioso .mira2{
width:300px;
position:absolute;
z-index:2;
top:200px;
left:100px;
}
.curioso span{
    font-size:1.7em;
    display:block;
}
.curioso p{
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    top: -55px;
    left: -48px;
    z-index:3;
}
#link{
    color:purple;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 178px;
    right: -100px;
    z-index: 4;
    transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
}
#link:hover{
font-size: 2.5em;
    color:orange;
    transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -moz-transition:.3s ease-in;
}
/*--fin ir a curiosidades--*/
/*==fin conocer mas==*/
/*====fin aside promover y conocer mas==*/
/*================fin flor proyecto - origen================*/
/*===============================fin css florencia - section curiosidades==========================*/
/*===================================================================================*/


/*================responsive media queries========================*/
@media only screen and (max-width:768px){
	/*768px tablet notebook netbook*/
	.contenedor{
		max-width: 768px; 
		margin:0;
		position: relative;
		height:auto;
		padding: 1%;
	 }
	
	/*header*/
    
    header {
        width:100%;
        heith:auto;
    }
    
	#cabezera{
	height:200px;

	}
    
    .
	header nav {
    float: right;
    margin: 30px 0 0 0;
    width: 59%;
	}
	/*fin header*/
	
	/*mapa y formularios*/
	
	.participa{
    float: left;
    width: 24%;
    margin: 2% 0 0 0;
		}
	.participa h1 {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    padding: 0 2%;}
	
	.barrio blockquote{
	color: black;
    float: left;
    font-size: 2rem;
    margin: 1% 0 0 4%;
    width: 21.5%;
    line-height: 154%;

	 }
	/*fin formularios*/
	.mapa {
	float: left;
    margin: 0;
    width: 45%;
	}
		
	/*fin mapa y formularios*/	
	
	/*como ayudar*/	
/*===========tupropuesta dona y medioambiente utilizamos shorthand notation===========*/
	#comoayudar .tupropuesta,#comoayudar .dona,#comoayudar .medioambiente{
		width:75%;
		height:250px;
		float: none;
		margin:1% 0 0 14%;
	}

	/*-------------divs iconos---------*/
	.iconopropuesta{
		left: 41%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	.icono-dona{
		left: 38%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	.icono-medioambiente{
		left: 44%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	/*------------divs de textos debajo de iconos-------*/
	.divpropuesta{
		position: absolute;
		z-index: 2;
		top: 41.5%;
		left: 9%;
	}
	.divicono-dona{
	 position: absolute;
		z-index: 2;
		top: 41.5%;
		left: 12%;
	}
	.divicono-medioambiente{
	 position: absolute;
		z-index: 2;
		 top: 41.5%;
		left: 1%;
	}
/*===========fin de tu propuesta, dona y medioambiente========*/
    /*cronograma*/
    
	#cronograma{
	padding:0 2%;
	}
    
   
    
	.caja-cronograma{
	float: left;
    width: 52%;
	}
	/* icono + */
	.contenedor-taller1 a{
	font-size: 3em;
	top:10px;	
	left: 325px;
	}
	.contenedor-taller2 a{
	font-size: 3em;
	top:10px;	
	left: 325px;
	}
	.contenedor-taller3 a{
	font-size: 3em;
	top:10px;	
	left: 325px;
	}
	/*fin icono + */
	.acti{
	float: right;
    width: 45%;
	}
	.acti h2{
	margin:0 0 1% 0;
	}
	
	#titulo-crono{
	width: 100%;
    margin: 0 0 1% 0;
    padding: 0% 0%;
	}
    .vermas {
    margin: 9px 0 0 0;
    }
    
}/*===========================768px fin tablet y notebook========================*/ 
    


@media only screen and (max-width:480px){
/*medidas para smarthphones*/

	.contenedor{
		max-width: 100%;
		margin:0;
		position: relative;
	 }
	/*header*/
    
    header
	#cabezera{
    	height:480px;    
	}
	
	.logo{
		display:block;
		width:100%;
		float:none;
	}
	
	header nav {
    float:none;
    margin:0;
    width:100%;
   }
	
	header nav .menu{
		margin: 0;
		padding:0;
		list-style-type: none;
	}

	nav .menu li{
	float: none;
	}

	nav .menu li a {
		text-decoration: none;
		color: darkgray;
		margin: 0 0 25px;
		text-transform: uppercase;
		transition: 1s ease-in;
		-webkit-transition: 1s ease-in;
		-moz-transition: 1s ease-in;
	}

	nav .menu li a:hover{
		color:#4BBD97;
		transition: .3s ease-out;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;    
	}

/*========fin header-480px========================*/
	/*---------participa -FORMULARIO-MAPA------*/
header{
    background: white;
    
}
    
.barrio {
    min-height: 900px;
    background: url(imagenes/portada-home.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}


/*formulario de contacto*/
.contenedor form{
background:rgba(255,255,255,.5);
	-webkit-background:rgba(255,255,255,.5);
	-moz-background:rgba(255,255,255,.5);
padding:10px;
}

/*mapa y formularios*/
	
	.participa{
    float: none;
    width: 100%;
    margin:0;
	}
	.participa h1 {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    padding:0 2%;
	}
	
	.barrio blockquote{
	color: black;
    float: none;
    font-size: 2rem;
    margin:0;
    width: 100%;
	text-align:center;
	line-height:2.1rem;
   }
	/*fin formularios*/
	.mapa {
	float: none;
    margin: 0;
    width: 100%;
	}
		
	/*fin mapa y formularios*/	


/*---------fin de mapa y participa------*/

	/*-------------- como ayudar---------*/
	h1{
		background: #4BBD97;
		color: white;
		font-size: 35px;
		text-align: center;
		height: 46px;
		margin:25px 0 0 0;
		font-weight: 100;
		clear: both;
	}
	/*section como ayudar*/
	#comoayudar {
		overflow: hidden;
		height: 1%;
	}
	/*tupropuesta*/
	#comoayudar .tupropuesta{
	width: 58%;
    height: 260px;
    background-color: #ffffff;
    /* display: inline-block; */
    border-radius: 0.35em;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    float: none;
    margin: 1.5% 0 1.5% 21%;
	}

	#comoayudar .tupropuesta a{
	transition:.3s ease-in .1s;
	-webkit-transition:.3s ease-in .1s;
		-moz-transition:.3s ease-in .1s;
	}
	.iconopropuesta, .icono-dona{
	/*margin:0 0 0 45%;*/
	}
	.icono-medioambiente{
	/*margin:0 0 0 56%;*/
	}
	#comoayudar .tupropuesta a:hover{
	opacity:.5;
	transition:.5s ease-out;
		-webkit-transition:.3s ease-in;
		-moz-transition:.3s ease-in;
	}
	/*fin de tu propuesta*/

	/* dona */
	#comoayudar .dona{
	width: 58%;
    height: 260px;
    background-color: #ffffff;
    /* display: inline-block; */
    border-radius: 0.35em;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    float: none;
    margin: 0 0 5px 21%;
	}

	#comoayudar .dona a{
	display:block;
	width:181px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
		-moz-transition:.3s ease-in;
	}
	#comoayudar .dona a:hover{
	opacity:.5;
	transition:.5s ease-out;
		-webkit-transition:.3s ease-in;
		-moz-transition:.3s ease-in;
	}
	/*fin de tu dona*/

	/*medioambiente*/
	#comoayudar .medioambiente{
		width: 58%;
		height: 260px;
		background-color: #ffffff;
		/* display: inline-block; */
		border-radius: 0.35em;
		-webkit-border-radius: 0.35em;
		-moz-border-radius: 0.35em;
		float: none;
		margin: 0 0 0 21%;
	}

	#comoayudar .medioambiente a{
	display:block;
	width:181px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
		-moz-transition:.3s ease-in;
	}
	#comoayudar .medioambiente a:hover{
	opacity:.5;
	transition:.5s ease-out;
		-webkit-transition:.3s ease-in;
		-moz-transition:.3s ease-in;
	}
	
	/*===========majo tupropuesta dona y medioambiente utilizamos shorthand notation===========*/
	#comoayudar .tupropuesta,#comoayudar .dona,#comoayudar .medioambiente{
		width:75%;
		height:250px;
		float: none;
		margin: 2% 13%;
	}

	/*-------------divs iconos---------*/
	.iconopropuesta{
		left: 36%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	.icono-dona{
		left: 32%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	.icono-medioambiente{
		left: 40ñ%;
		position: absolute;
		z-index: 1;
		top: 10%;
	}

	/*------------divs de textos debajo de iconos-------*/
	.divpropuesta{
		position: absolute;
		z-index: 2;
		top: 41.5%;
		left: 0;
	}
	.divicono-dona{
	 position: absolute;
		z-index: 2;
		top: 41.5%;
		left: 0;
	}
	.divicono-medioambiente{
	 position: absolute;
		z-index: 2;
		 top: 41.5%;
		left: 0;
	}
/*===========majo fin de tu propuesta, dona y medioambiente========*/
	
	
	/*cronograma 480px*/
	.caja-cronograma, .acti{
	float:none;
	width:100%;
	margin: 2% 0 0 0;
	}
	#titulo-crono{
	width: 100%;
    margin: 0 0 1% 0;
    padding: 3%;
	}
	
	/* icono + */
	.contenedor-taller1 a{
	font-size: 3em;
	top:10px;	
	left: 380px;
	}
	.contenedor-taller2 a{
	font-size: 3em;
	top:10px;	
	left: 380px;
	}
	.contenedor-taller3 a{
	font-size: 3em;
	top:10px;	
	left: 380px;
	}
	/*fin icono + */
	
	
	/*fin crono grama 480px*/
	/*footer*/
	footer .pie-pagina, footer .dgpc{
	float:none;
	}
	.pie-pagina nav {
	margin: 2% 0 0 24%;
    width: 100%;
	}
	
	.pie-pagina .redes {
	margin: 1% 0 0 37%;
    width: 100%;
	}
	.pie-pagina .copyright{
	text-align: center;
    margin: 3% 0 0 14%;
    width: 100%;
	}
	.dgpc{
	margin: 3% 0 0 31%;
	}
	/*fin footer*/
}/*===================fin 480px medidas para smarthphones====================*/

/*-------stefi- taller arte-------*/

.tituloarte{
    width: 223px;
    height: 100px;
    background: #7f3f98;
    padding-top: 20px;
    margin-left: 60px;
    margin-top: 30px;
    
}
    

.fondoarte {
    height: 400px;
    background: url(imagenes/fondo-actividades.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    margin-top: -29px;
        
}

.cajatextoarte{
    background: rgba(255, 255, 255, 0.94);   
    margin-right: 60px;
    margin-left: 60px;
    margin-top:0px;
    
}


.textoarte{    
    color: #484848;
    font-weight: 300; 
    font-size: 19px; 
     padding: 20px 60px 20px 60px;
    
}

.taller1{
     
    width: 224px;
    height: 349px;
    border-top: 12px solid #7f3f98;
    display: inline-block;
    text-align: center;
    clear: both;
    background: white;
    margin:60px 0 20px 70px;
}

.cajatalleres img{
    width: 222px;
    height:167px;
}

.subtitulotalleres{
    color:white;
    width: 224px;
    height: 35px;
    font-size: 16px;
    background: #7f3f98;
    text-align: center;
/* margin-top: 25px;
margin-bottom: 7px;*/
    font-weight: 300;
    margin: 0 0 10px 0;
    padding-top:5px;    
}

.bajadataller{
       color: darkgray;
    font-weight: 300; 
    font-size: 16px; 
    
    
}
    
 .barraiconos2 img {
     width: 10%;
     float: left;
     position: relative;
     display: inline-block;
     padding: 5px;
     
     
}
.barraiconos2 img:hover{
  
    background-color: rgba(108, 205, 173, 0.54);
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    border-radius: 50px;
}


.barraiconos {
    text-align: center;
     padding-left: 70px;
    padding-bottom: 70px;
}

#crono{
    width: 8%;
    float: right;
    margin-right: 62px;
    margin-top: -74px;
  }

.taller1 p{
    color:#484848;
}


/*----fin taller arte estefi------*/


/*-----------Majo Medio Ambiente-------------------*/
/*--como ayudar a reciclar--*/

.titul-medioambiente {
    margin-top:0;
    
}

.textorecicla{
    display: inline-block;
}

.textorecicla2 {
    background: white;
    width: 391px;
    heith: 363px;
    float: left;

}

.textorecicla2 p{
    color: #484848;
    padding: 7px 30px;
}

.fotorecicla{
    float: right;   
    
}

.fotorecicla img{
    margin: 0 0 0 68px;
}

/*--fin como ayudar a reciclar--*/

/*--como empezar--*/

#medioambiente {
 margin-bottom: 30px;
}


.reciclar2 {
    width:270px;
    height:303px;
    background-color: purple;
    /*display: inline-block;*/
    border-radius: 0.35em; 
    -webkit-border-radius: 0.35em;  
    -moz-border-radius: 0.35em; 
    float: left;
    margin: 0 0 28px 0;
    
}

.reciclar2 h3{
    color: white;
}

.reciclar2 p {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 30px;
}

.reducir2 {
 width:270px;
    height:303px;
    background-color: purple;
    /*display: inline-block;*/
    border-radius: 0.35em; 
    -webkit-border-radius: 0.35em;  
    -moz-border-radius: 0.35em; 
    float: left;
    margin: 0 0 31px 74px;  
    
}

 .reducir2 h3{
    color: white;
}

.reducir2 p {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 30px;
}   

.reutilizar2 {
 width:270px;
    height:303px;
    background-color: purple;
    /*display: inline-block;*/
    border-radius: 0.35em; 
    -webkit-border-radius: 0.35em;  
    -moz-border-radius: 0.35em; 
    float: right;
    margin: 0 0 28px 0;   
    
}

 .reutilizar2 h3{
    color: white;
}

.reutilizar2 p {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 30px;
}   

/*--fin como empezar--*/

/*-----paginas en cuenta-------*/
.imagenesreciclar {
display:inline-block;
}



img.imagengreenpeace {
    width:30%;
    float:left;
}

img.imagenestra {
    width:30%;
     float:left;
    margin: 0 0 0 46px;
}

img.imagenelreciclaje {
    width:30%;
    float: right;
    margin: 0;
}

.imagengreenpeace a:hover{
		color:#4BBD97;
		transition: .3s ease-out;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;  
}

/*----------fin medio ambiente majo------------*/

/*---------participa estefi---------*/

.caja-participa{
    
    margin: auto;
    width: 50%;
	height: 200x;
	background:
	border-radius: 0.35em;
	

    
}
#talleres{
	width: 100%;
    outline: none;
    border: orange;
    font-size: .9em;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    padding: 3%;
    margin: auto;
}

.fondoparticipa {
    width: 100%;
  
    background: url(imagenes/fondo-participa2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
        
}


.barraiconoparticipa {
    
    float: right;
    position: relative;
    width: 90px;
    height: 280px;
    background: rgba(255, 255, 255, 0.52);
    margin-right: 70px;
    
    
}

.barraiconoparticipa img{
    width: 80%;
    padding-top: 5px;
    margin-top: 10px;
    
}

/*-----------------fin participa estefi---------------*/

/*---------------video majo----------*/

.video-proyecto h1{
    margin-top:0;
}

/*-------------problematicas majo---------------*/
.problematica {
    margin-top:0;
}

/*-----------ideas majo-----------*/

.propuestas-ideas {
    display: block;
    margin-bottom:30px;

}


.propuesta1 {
    
    width:30%;
    float:left;
    margin-bottom:30px;
}

.propuesta2 {
    width:30%;
    float: left;
    margin-left: 50px;
    margin-bottom:30px;
}

.propuesta3 {
    width: 30%;
    float: right;
    margin-bottom:30px;
}


