.pagina {
    width: 960px;
    margin: auto;
}

h1 { 
    line-height: 3px;
}

body {
    background-color: #EFF0F2;
    margin: 0px;
    font-family: 'helvetica', sans-serif;
}


p {
    font-weight: 100;
    font-size: 1rem;
  font-size: 15px;
  line-height: 24px;
}

header {
    background-color: #EFF0F2;
    height: 110px;
}

header p {
    line-height: 3px;
    letter-spacing: 3px;
    font-size: 16px;
    color: #03afa4;
    text-transform: uppercase;
}

#nombrepagina {
    float: left;
    margin-top: 20px;
    font-size: 20px;
}

#logo {
    float: right;
    height: 55px;
    margin-top: 35px;
}

.titulopagina {
    color: #264E63;
    line-height: 3px;
}

nav {
    height: 60px;
    background-color: #264E63;
    width: 100%;
    margin: auto;
}

nav div {
    position: relative;
    z-index: 1;
}

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

nav >  div > ul > li {
	float:left;
}

nav div ul li a {
    font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #EFF0F2;
    display: block;
    line-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    border-top: 5px solid #264E63;
    width: 112px;
    text-align: center;
    letter-spacing: 0.5px;
}

nav div ul li a:hover {
    background-color: #fff;
    color: #17262D;  
}

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

 .botones-circular {
        float: right;
        text-decoration: none;
        text-align: center;
        width: 35px;
        height:35px;
        background-color: #03afa4; 
       /* border: 3px solid #1c2c3c; */
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        line-height: 35px;
        margin-left: 5px;
        margin-right: 5px;
         margin-top: 13px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;

    }

.botones-circular:hover {
        color: #264E63;
        background-color: #fff;
    }

.botoncolabora {
    background-color: #82101E;
    border: none;
    line-height: 45px;
    margin-top: 8px;
    margin-left: 10px;
}

.botoncolabora:hover {
    background-color: #fff;
    border: none;
    color: #264E63;
}

nav ul li div {
	width:100%;
	position: absolute;
    /*left:50;*/
	/*box-sizing:border-box;*/
	display:none; 
	/*display:table;*/
}

nav div ul li div ul {
	/*width:10%;*/
	display:table-cell;
	box-sizing:border-box;
}

nav div ul li div ul li a {
	color:#fff;
    background-color: #264E63; 
    border-top: 5px solid #264E63;
}

nav div ul li div ul li a:hover {
    background-color:  #fff;
}

.banner_central {
    height: 358px;
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 50px;
}

.seccion1 {
    padding-top: 15px;
    padding-bottom: 50px;
    /* border-top: 5px solid #17262D;*/
}

.destacados1 img {
    width: 100%;
}

.destacados1 h1 {
    font-size: 18px;
    background-color: #03afa4;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #17262D;
    border-radius: 3px;
}

.destacados1 article {
    width: 98%;
    float: left;
    background-color: #132646;
    padding: 17px 10px;
    border-bottom: 5px solid #264E63;
    color: #fff;
}

#sinmargen {
    margin-left: 0px;
}

.destacados1 article h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #00c3b6;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #00c3b6;
}

.destacados1 article h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    font-style: italic;
    font-weight: normal;
}


.destacados1 article p {
    font-weight: 100;
    font-size: 1rem;
    font-size: 13px;
    line-height: 24px;
    padding: 1px 5px;
    letter-spacing: 0.3px;
}

.destacados1 article a {
    margin-left: 5px;
}

.medidarecuadro1 {
    display: block;
    height: 200px;
    width: 283px;
    background-image: url(img/1banda.jpg);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
   
}

.medidarecuadro1:hover {
    background-image: url(img/1bandahover.jpg);
    position: relative;
   
}

.medidarecuadro2 {
    display: block;
    width: 283px;
    height: 200px;
    background-image: url(img/1circo.jpg);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
      
}

.medidarecuadro2:hover {
    position: relative;
    background-image: url(img/1circohover.jpg);
}

.medidarecuadro3 {
    display: block;
    width: 283px;
    height: 200px;
    background-image:url(img/1murga.jpg);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
      
}

.medidarecuadro3:hover {
    position: relative;
    background-image: url(img/1murgahover.jpg);
}

.destacados2 {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
}

.destacados2 h1 {
    font-size: 18px;
    background-color: #03afa4;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #17262D;
    border-radius: 3px;
}

.destacados2 .voluntarios900 {
    width: 45%;
    float: left;
    position: relative;
    margin-right: 19px;
    background-color: #03afa4;
    padding: 17px 10px;
    border-bottom: 5px solid #264E63;
    color: #fff;
}

.destacados2 .voluntarios900:last-child {
	margin-right: 0px;
    position: relative;
	width:98%;
}

.destacados2 .voluntarios900 h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #264E63;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    margin-top: 0px;
}

.destacados2 .voluntarios900 h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-style: italic;
    font-weight: normal;
}

.destacados2 .voluntarios900 p {
    font-weight: 100;
    font-size: 1rem;
    font-size: 13px;
    line-height: 24px;
    padding: 1px 5px;
    letter-spacing: 0.3px;
}

.destacados2 .voluntarios900 a i {
    clear: both;
     background-color: #264E63;
     color: #fff;
     padding: 8px;
     text-align: center;
     float: right;
     position: relative;
     margin-bottom: -17px;
     margin-right: -10px;
}

.destacados2 .voluntarios900 a i:hover {
    background-color: #fff;
    color: #264E63;
}

.locro1 {
    width: 880px;
    margin-left: 27px;
    margin-top: 0px;
    padding-top: 2px;
    float: left;
}

.destacados2 article {
    width: 45%;
    float: left;
    position: relative;
    margin-right: 19px;
    background-color: #132646;
    padding: 17px 10px;
    border-bottom: 5px solid #264E63;
    color: #fff;
}

.destacados2 article:last-child {
	margin-right: 0px;
    position: relative;
}

.destacados2 article h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #03afa4;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #03afa4;
    margin-top: 0px;
}

.destacados2 article h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-style: italic;
    font-weight: normal;
}


.destacados2 article p {
    font-weight: 100;
    font-size: 1rem;
    font-size: 13px;
    line-height: 24px;
    padding: 1px 5px;
    letter-spacing: 0.3px;
}

.destacados2 article a i {
    clear: both;
     background-color: #264E63;
     color: #fff;
     padding: 8px;
     text-align: center;
     float: right;
     position: relative;
     margin-bottom: -17px;
     margin-right: -10px;
    
}

.destacados2 article a i:hover {
    background-color: #fff;
    color: #264E63;
}

#destacado3 {
    background: #f2a20f;
    float: left;
    width: 66%;
    height: 145px;
    margin-top: 5px;
}

#destacado3 article h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 55px;
}



#destacado3 article:first-child {
    background-color: #e29300;
    width: 25%;
    height: 100%;
    margin-top: 0px;
    float: left;
    position: relative;
    margin-right: 5px;
}

#destacado3 article h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

#destacado3 article a {
    text-decoration: none;
    font-size: 14px;
    color: #264E63;
    text-transform: uppercase;
    margin: 5px;
    padding: 10px;
    width: 85px;
    display: block;
    text-align: center;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;

}

#destacado3 article div {
    float: left;
    position: relative;
}

#destacado3 article div a:hover {
    background-color: #e29300;
    color: #fff;
    border-radius: 5px;
}

#destacado3 article div i {
    text-decoration: none;
    font-size: 40px;
    background: #fff;
    color: #264E63;
    text-transform: uppercase;
    margin: auto;
    margin-top: 12px;
    padding: 20px 10px 0px 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 5px solid #e29300;
    
}

/* CRONO*/

.cuadrocronograma {
    background-color: #82101E;
    width: 32%;
    float: right;
    position: relative;
    margin-bottom: 50px;
    margin-top: 15px;   
}

 .cuadrocronograma article {
    height: 100%;
    color: #fff;
}

 .cuadrocronograma article a {
     float: right;
     position: relative;
     width: 100%;
     height: 5px;
     border-bottom: 5px solid #d44c2d;
     
 }

 .cuadrocronograma article a i {
     background-color: #d44c2d;
     color: #fff;
     padding: 8px;
     text-align: center;
     float: right;
     position: relative;
     margin-top: -25px;
 }

 .cuadrocronograma article a i:hover {
     background-color: #fff;
     color: #d44c2d;
 }

#titulocronograma {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
    width: 100%;
    border-bottom: 5px solid #d44c2d; 
    letter-spacing: 1px;
    padding-top: 8px;
    margin-top: 15px;
    margin-bottom: 1px;
}

.fecha { 
    width: 30%;
    float: left;
    margin-top: 20px;
}

.fecha h1 {
    font-size: 50px;
    color: #fff;
    line-height: 30px;
    margin: 10px;
}

.fecha h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
    margin: 10px;
}

.informacion1 {
    width: 65%;
    float: right;
    margin-right: 5px;
}

.informacion1 h3 {
    line-height: 1px;
    font-size: 16px;
    margin-bottom: 1px;
    letter-spacing: 0.5px;
}

.informacion1 p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.3px;
}

.informacion1 h4 {
    font-size: 14px;
    line-height: 1px;
    margin-top: 1px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: normal;
}

.botonvermas1 {
    text-align: center;
    float: left;
    width: 83%;
    background-color: #d44c2d;
    margin: 15px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.botonvermas1:hover {
    color: #d44c2d;
    background-color: #fff;
    font-weight: 700;
}

.voluntariado {
    background-color: #03afa4;
    height: 300px;
    float: left;
    width: 100%;
    height: 100%;
    border-top: 5px solid #038b83;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fondotitulo {
    background-color: #038b83;
    width: 100%;
    margin-bottom: 20px;
}

.voluntariado h2 {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding-top: 15px;
}

.videovol {
    float: left;
    margin-right: 20px;
}

.infovoluntariado a {
    text-decoration: none;
    color: #fff;
    background-color: #038b83;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 5px;
}

.infovoluntariado a:hover {
    color: #027B6F;
    background-color: #fff;
    font-weight: 700;
}

.infovoluntariado p {
    margin-bottom: 30px;
}

#primerlista {
    float: left;
}

#primerlista ul li a {
    color: #ff7300;
    font-weight: 700;
    text-transform: uppercase;
    height: 10px;
    padding: 4px;
}

#primerlista ul li a:hover {
    background: #fff;
    padding: 4px;
}

#botonerainferior {
    height: 100%;
    background: #fff;
    width: 100%;
    float: left;
    background-color: #264E63;
   /* position: relative;*/
}

.listabotones {
    width: 72%;
    position: relative;
    float: left;
    padding: 9px 0;
    color: #FFF;
}

#botonerainferior ul {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    padding-right: 20px;
    float: left;
    border-right: 1px solid #fff;
    font-weight: 100;
    line-height: 20px;
    position: relative;
}

#botonerainferior ul li {
    text-decoration: none;
    display: block;
    font-size: 10px;
    position: relative;
}

#botonerainferior ul li a {
    color: #fff;
    text-decoration: none;
    padding: 4px;
}

#botonerainferior ul li a:hover {
    background: #fff;
    padding: 4px;
    color: #17262D;
}

#botonerainferior ul li:nth-child(1) {
    text-decoration: none;
    display: block;
    color: #ff7300;
    font-weight: 700;
    text-transform: uppercase;
}

#infoinstitucion {
    position: relative;
    float: left;
}

#infoinstitucion p {
    font-size: 11px;
    color: #fff;
    margin: 8px 8px 0 0;
    padding: 0;
}

.imagenlogos {
    width: 25%;
    float: right;
    position: relative;
    padding: 40px 0px;
}

.imagenlogos img {
    height: 20px;
    margin-left: 10px;
    float: right;
}

.imagenlogos img:last-child {
    height: 35px;
    padding-top: 20px;
}

.centrado {
    margin: auto;
    width: 150px;
    text-align: center;
    padding: 10px;
}

footer {
    background-color: #82101E;
    margin: 0px;
    clear: both;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}

footer p { 
	font-size: 13px;
	color:#EFF0F2;
}

.tituloparticipa {
    background-color: #f2a20f;
    width: 100%;
    height: 55px;
    border-top: 5px solid #cb8502;
}

.tituloparticipa h1 {
    padding-top: 25px;
    color: #fff;
    text-transform: uppercase;
}

.fondonaranja {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 530px;
    margin: 0px;
    padding-top: 40px;
}

#participa {
    float: left;
    width: 100%;
    height: 250px;
    margin-top: 5px;
}

#participa p {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    
}

#participa h2 {
    border-top: dotted 1px #cb8502;
    border-bottom: dotted 1px #cb8502;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #cb8502;
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#participa article {
    height: 100%;
    margin-top: 0px;
    float: left;
    position: relative;
    margin-right: 5px;
}

#participa article a {
    text-decoration: none;
    font-size: 14px;
    color: #264E63;
    text-transform: uppercase;
    margin: 5px;
    padding: 10px;
    width: 110px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

#participa article div {
    float: left;
    position: relative;
    margin: 49.3px;
}

#participa article div a:hover {
    background-color: #e29300;
    color: #fff;
    border-radius: 5px;
}

#participa article div i {
    text-decoration: none;
    font-size: 65px;
    background: #fff;
    color: #264E63;
    text-transform: uppercase;
    margin: auto;
    margin-top: 12px;
    padding: 30px 15px 0px 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 5px solid #e29300;
    
}

#formulario {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 700px;
    margin: 0px;
    padding-top: 10px;
}

#formulario h1 {
    font-size: 18px;
    background-color: #f2a20f;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #003259;
    border-radius: 3px;
    width: 95%;
}

#formulario div form article {
    display: block;
    margin-bottom: 20px;
    border-bottom: dotted 1px #cb8502;
    padding-bottom: 10px;
}

#formulario div form article label {
     width: 30%;

}

#formulario div form article input {
    float: right;
    width: 60%;

}

#selector {
    float: right;
    width: 60%;
}


#formizquierda {
    float: left;
    position: relative;
    width: 48%;
}

#formderecha {
    float: right;
    position: relative;
    width: 48%;
}

#montos  div {
    width: 100%;
    border-bottom: dotted 1px #cb8502;
    padding-bottom: 10px;
    
}

#montos  div:last-child {
     border-bottom: none;
     padding-bottom: 5px;
}

#montos .circulo {
   width: 5%;
    float: right;
}

.botonformulario {
     float: right;
}

.botonformulario input {
    background-color: #f2a20f;
    border: none;
    padding: 20px 0px;
    margin: 10px;
    border-radius: 5px;
    color: #17262D;
    text-transform: uppercase;
    width: 210px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.botonformulario input:hover {
   background-color: #1c2c3c;
    color: #fff;
}

#idear {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 410px;
    margin: 0px;
    padding-top: 10px;
}

#idear h1 {
    font-size: 18px;
    background-color: #f2a20f;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #003259;
    border-radius: 3px;
}

#idear div .ideardatos {
    width: 30%;
    position: relative;
    float: left;
}

#idear div .ideardatos p {
    margin: 0px;
}

#idear div .idearmensaje {
    float: right;
    position: relative;
    width: 68%;
}

#idear div .idearmensaje p {
    margin: 0px;
}

#idear div .idearmensaje textarea {
    height: 190px;
    margin-top: 3px;
    margin-bottom: 25px;
}

.idearenviar {
    background-color: #f2a20f;
    border: none;
    border-radius: 5px;
    color: #17262D;
    text-transform: uppercase;
    width: 210px;
    border: none;
    padding: 15px 0;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.idearenviar:hover {
     background: #1c2c3c;
}

#difundir {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 390px;
    margin: 0px;
    padding-top: 10px;
}

#difundir article {
    width: 50%;
    float: left;
    position: relative;
}

#difundir h1 {
    font-size: 18px;
    background-color: #f2a20f;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #003259;
    border-radius: 3px;
}

#difundir p {
    margin-top: 0px;
    float: left;
    position: relative;
}

#difundir h3 {
    font-size: 18px;
    border-bottom: dotted 1px #cb8502;
    padding-bottom: 10px;
}

#difundir article .botones-cuadrado {
        float: right;
        text-decoration: none;
        text-align: center;
        width: 80px;
        height: 60px;
        background-color: #f2a20f;
       /* border: 3px solid #1c2c3c; */
        font-size: 50px;
        color: #fff;
        line-height: 35px;
        margin-left: 5px;
        margin-right: 5px;
         margin-top: 35px;
        padding-top: 20px;
        padding-bottom: 0px;
        border-radius: 5px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

#difundir article .botones-cuadrado:hover {
    background-color: #1c2c3c;
    color: #fff;
}

#realizar {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 620px;
    margin: 0px;
    padding-top: 10px;
}

#realizar h1 {
    font-size: 18px;
    background-color: #f2a20f;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #003259;
    border-radius: 3px;
    float: left;
    position: relative;
    width: 97%;
    font-family: 'Roboto Condensed', sans-serif;
}

#realizar article {
    width: 53%;
    float: left;
    position: relative;
    margin-right: 10px;
}

#realizar .imgprincipal {
    width: 45%;
    float: right;
    position: relative;
}

#galeriarealizar {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    float: left;
}

		.clearfix:after {
			content:"";
			display: block;
			clear: both;
		}

		#galeriarealizar figure {
			position: relative;
			width: 240px;
			overflow: hidden;
			float: left;
			margin: 0 20px 20px 0;
		}
		#galeriarealizar figure:nth-child(4n+1) {
			margin-right: 0;
		}
		
		#galeriarealizar figure img {
			/*position: relative;
			display: block;*/
			transition: all 0.3s linear;
		}
		#galeriarealizar figure:hover img {
			-webkit-transform: scale(1.5) rotate(15deg);
		}

		#galeriarealizar figcaption {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

		#galeriarealizar figcaption a {
			display: block;
			position: absolute;
			text-decoration: none;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			transition: all 0.3s linear;
		}
		#galeriarealizar figcaption a:hover {
			background: rgba(242, 162, 15, 0.6);
		}


.fondotitulo2 {
    background-color: #03afa4;
    height: 50px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    border-top: 5px solid #027B6F;
}

.fondotitulo2 h2 {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    height: 40px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 0px;
    display: block;
    float: left;
}
.fondotitulo2 a{
    list-style: none;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 5px;
    display: block;
    float: left;
}

.fondotitulo2 a:hover{
    color: #17262D;   
}

.fondoquienes{
    margin:auto;
    background-color: #003259;
    width: 100%;
    height: 500px;
    padding-bottom: 50px;
    padding-top: 15px;
}

.contenedor_personas {
    clear: both;
    height: 170px;
    width: 960px;
}

.personas1 {
    position: relative;
    background-image: url(img/voluntario1.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas1:hover {
    position: relative;
    background-image: url(img/voluntario1hover.jpg);
}
.personas2 {
    position: relative;
    background-image: url(img/voluntario2.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas2:hover {
    position: relative;
    background-image: url(img/voluntario2hover.jpg);
}
.personas3 {
    position: relative;
    background-image: url(img/voluntario3.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas3:hover {
    position: relative;
    background-image: url(img/voluntario3hover.jpg);
}
.personas4 {
    position: relative;
    background-image: url(img/voluntario4.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas4:hover {
    position: relative;
    background-image: url(img/voluntario4hover.jpg);
}
.personas5 {
    position: relative;
    background-image: url(img/voluntario5.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas5:hover {
    position: relative;
    background-image: url(img/voluntario5hover.jpg);
}
.personas6 {
    position: relative;
    background-image: url(img/voluntario6.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas6:hover {
    position: relative;
    background-image: url(img/voluntario6hover.jpg);
}
.personas7 {
    position: relative;
    background-image: url(img/voluntario7.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas7:hover {
    position: relative;
    background-image: url(img/voluntario7hover.jpg);
}

.personas8 {
    position: relative;
    background-image: url(img/voluntario8.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas8:hover {
    position: relative;
    background-image: url(img/voluntario8hover.jpg);
}
.personas9 {
    position: relative;
    background-image: url(img/voluntario9.jpg);
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.personas9:hover {
    position: relative;
    background-image: url(img/voluntario9hover.jpg);
}

.equipo {
    clear: both;
    display: block;
    float: left;
    width: 150px;
    height: 200px;
}

.equipo h2{
    text-transform: uppercase;
    font-size: 40px;
    width: 100px;
    height: 200px;
    color: #04bfb3;
    margin-top: 10px;
    padding-left: 5px;
}

.equipo2 {
    clear: both;
    display: block;
    float: left;
    width: 90px;
    padding-top: 150px;
    margin: 0px;
}

.equipo2 h2{
    float: left;
    text-transform: uppercase;
    font-size: 40px;
    width: 90px;
    height: 200px;
    color: #04bfb3;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 5px;
}
.perfil {
    margin: 0px;
    display: block;
    float: right;
    width: 640px;
    height: 450px;
    background-color: #03afa4;
}

.fotoperfil {
    display: block;
    width: 300px;
    float: left;
}
.informacion {
    display: block;
    width: 300px;
    float: left;
}

.informacion p {
    padding-left: 20px;
    color: #fff;
    font-size: 0.9em;
    line-height: 16px;
       }
.informacion h2 {
    padding-left: 20px;
    color: #fff;
    font-size: 24px;
       }
.informacion h3 {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    
       }
video{
    float: left;
    position: relative;
    margin: 0;
    width: 640px;
    margin-bottom: 15px;
}

.quienessomos {
    border-top: 3px solid #009F95;
    display: block;
    float: right;
    margin-top: 20px;
    width: 640px;
    height: 780px;
}

.quienessomos p {
    color: #fff;
    font-size: 14px;
    float: left;
    }
.quienessomos h3 {
    color: #40bab3;
    margin: 0px;
    }
.quienessomos h2 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 2px;
    }

.objetivostitulo {
    clear: both;
    display: block;
    float: left;
    width: 90px;
    padding-top: 150px;
    margin: 0px;
}
.objetivostitulo h2{
    float: left;
    text-transform: uppercase;
    font-size: 40px;
    width: 90px;
    height: 110px;
    color: #04bfb3;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 5px;
}

.objetivostitulo p{
    clear: both;
    float: left;
    width: 260px;
    height: 200px;
    color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.objetivos {
    margin: 0px;
    display: block;
    float: right;
    width: 640px;
    height: 540px;
    background-image: url(img/objetivosdialogo.png);
   }

.informacionobj {
    width: 640px;
    height: 320px;
    float: left;
}

.informacionobj2 {
    width: 640px;
    height: 320px;
    clear: both;
    float: left;
    padding-left: 20px;
}

.informacionobj p {
    padding-left: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 0.9em;
       }

.informacionobj h3 {
    padding-top: 20px;
    display: block;
    height: 40px;
    width: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    float: left;
   }

.informacionobj h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 70px;
    padding-left: 20px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 18px;
    float: left;
    margin-left: 20px;
       }
.informacionobj h1 {
    color: #fff;
    font-size: 32px;
    padding-top: 70px;
    padding-left: 5px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 18px;
    float: left;
       }
.informacionobj .dialogo1 h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px;
    padding-top: 62px;
    padding-left: 60px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 18px;
    float: left;
       }
.informacionobj .dialogo1 h3 {
    clear: both;
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 60px;
    display: block;
    height: 40px;
    width: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    float: left;
}
	   
.informacionobj .dialogo3 h3 {
    clear: both;
    color: #fff;
    font-size: 32px;
    margin-top: 40px;
    padding-top: 55px;
    padding-left: 10px;
    display: block;
    height: 40px;
    width: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    float: left;
       }

.informacionobj2 h3 {
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 18px;
    float: left;
    margin-left: 0px;
       }
.informacionobj2 h1 {
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 25px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 18px;
    float: left;
       }

.informacionobj2 .dialogo3 {
    margin-right: 20px;
}

.informacionobj2 .dialogo4 {
    width: 80px;
    float: left;
    margin-right: 100px;
    margin-left: 90px;
}

.dialogo1 {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.dialogo2 {
    width: 200px;
    float: left;
    margin-right: 20px;
}
.dialogo3 {
    width: 80px;
    float: left;
    margin-right: 20px;
}

.informacionobj2 .dialogo2 {
    width: 200px;
    float: left;
    margin-left: 70px;
    margin-right: 0px;
    
}

.contactoperfil {
    padding-left: 15px;
    display: block;
    width: 200px;
    float: left;
}

.contenedor_comunidad {
    width: 100%;
    height: 880px;
}

.gente {
    padding-top: 60px;
    float: left;
    margin-left: 15px;
}

.casa {
    clear: both;
    float: left;
    width: 120px;
}

.contenedor_comunidad h3{
    float: left;
    margin-top: 68px;
    padding-bottom: 0px;
    margin-left: 5px;
    color: #fff;
}
.contenedor_comunidad h4{
    border-top: 3px solid #009F95;
    float: left;
    margin-top: 20px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 2px;
    color:#009F95;
}
    .contenedor_comunidad p {
    color: #fff;
    font-size: 14px;
    float: left;
    border-top: 3px solid #009F95;
    display: block;
    float: right;
    padding-top: 10px;
    margin-bottom: 5px; 
    margin-top: 20px;
    width: 640px;
      }

.contenedor_imagenvilla {
    clear: both;
    width: 640px;
    height: 500px;
    margin-left: 0px;
    margin-top: 80px;
    margin-bottom: 100px;
    font-weight: 700;
}
 .contenedor_imagenvilla p {
    color: #fff;
    font-size: 14px;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0);
    display: block;
    float: right;
    padding-top: 5px;
    margin-top: 0px;
    width: 640px;
      }

.contenidocomunidad {
    width: 640px;
    float: right;
}

.imagenvilla1 {
     clear: both;
    background-image: url(img/imagenvilla1.jpg);
    position: relative;
    display: block;
    height: 174px;
    width: 310px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: rgba(255, 255, 255, 0);
    line-height: 170px;
    text-decoration: none;
    
}

.imagenvilla1:hover {
    color:#fff;
    position: relative;
    background-image: url(img/imagenvilla1hover.jpg);
  }
   
.imagenvilla2 {
    background-image: url(img/imagenvilla2.jpg);
    position: relative;
    display: block;
    height: 174px;
    width: 310px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: rgba(255, 255, 255, 0);
    line-height: 30px;
    text-decoration: none;
    line-height: 170px;
}

.imagenvilla2:hover {
    color:#fff;
    position: relative;
    background-image: url(img/imagenvilla2hover.jpg);
  }
.imagenvilla3 {
    clear: both;
    background-image: url(img/imagenvilla3.jpg);
    position: relative;
    display: block;
    height: 174px;
    width: 310px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: rgba(255, 255, 255, 0);
    line-height: 30px;
    text-decoration: none;
    line-height: 170px;
}

.imagenvilla3:hover {
    color:#fff;
    position: relative;
    background-image: url(img/imagenvilla3hover.jpg);
  }
.imagenvilla4 {
    background-image: url(img/imagenvilla4.jpg);
    position: relative;
    display: block;
    height: 174px;
    width: 310px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
        -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: rgba(255, 255, 255, 0);
    line-height: 30px;
    text-decoration: none;
    line-height: 170px;
}

.imagenvilla4:hover {
    color:#fff;
    position: relative;
    background-image: url(img/imagenvilla4hover.jpg);
  }

.fondotitulo3 {
    background-color: #82101E;
    height: 50px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.fondotitulo3 h2 {
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    height: 40px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 0px;
    display: block;
    float: left;
}

.fondotitulo3 a {
   list-style: none;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 5px;
    display: block;
    float: left;
}

.fondotitulo3 a:hover{
    color: #17262D;   
}

.diaevento {
  margin: 0;
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 100;
  background: #f2a20f;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  /*top: 42px;*/
  width: 63px;
  height: 90px;
}

.clearfix:before {
  content: " ";
  display: table;
}

.visible-lg {
  display: block !important;
}
.contfecha{
padding: 17px 0;
}

.caja1 {     
  width: 90%;   
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 0; 
  display: block;
}
.con2 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.derecha {
float: right !important;
}
.evento {
  border-top: dotted 1px #264E63;
  padding-top: 25px;
  padding-bottom: 25px;
}    
#evento .evento {
  border-bottom: dotted 1px #222222;
  padding: 30px 0;
  }
.img {
  vertical-align: middle;
}
.fotoevento {     
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 0.5px solid #ddd;
  border-radius: 0;
  box-shadow: none;    
}
.imagencaja {
  width: 16.666666666666664%;
  float: left;
  position: relative;
  min-height: 1px;    
}

.infoevento {
    padding-left: 20px;
    font-size: 13px;
}
.cont3 {
    width: 70%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.cont3 .caja1 {
float: left;
}
    
.tituloevento {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: inherit;
    line-height: 1.27;
    display: block;
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-right: 0;
}

.tituloenlace {
    font-size: 20px;
    font-weight: 100;
    color: #82101E;
    margin: 0; 
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #f2a20f;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 0px;
    text-decoration: none;
}

 .informacionevento {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 2px;
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-right: 0; 
    color: #264E63;
}

.informacionevento h4 {
    font-size: 14px;
    line-height: 1px;
    margin-top: 1px;
}
    

.cuadrocrono{
    background-color: #DD583B;
    width: 100%;
    margin-bottom: 50px;
    height: 100%;
    display: block;
}

 .cuadrocrono article {
    color: #fff;
    line-height: 100%; 
}

 .cuadrocrono article a {
     width: 100%;
     height: 100%;
     border-bottom: 5px solid #C14733;
     
 }

 .cuadrocrono article a i {
     background-color: #C14733;
     color: #fff;
     padding: 8px;
     text-align: center;
     position: relative;
     margin-top: -27px;
 }

 .cuadrocrono article a i:hover {
     background-color: #fff;
     color: #C14733;
 }

#titulocrono {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
    width: 100%;
    border-bottom: 5px solid #C14733; 
    letter-spacing: 1px;
    padding-top: 8px;
    margin-top: 15px;
    margin-bottom: 1px;
    float: right;
}

.dia h2 {  
    padding: 0!important;
    font-size: 5px;
    width: 100%;
    font-family: inherit;
    line-height: 1.27;
    font-weight: 100;
    text-decoration: none;
    color: inherit;
    display: block;    
    margin: 0;
}

.dia h1 {  
    padding: 0!important;
    font-size: 10px;
    width: 100%;
    font-family: inherit;
    line-height: 1.27;
    font-weight: 100;
    text-decoration: none;
    color: inherit;
    display: block;    
}

.fechadia h2 {
    font-size: 20px;
    color: #264E63;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 15px;
    
}
.fechadia{
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-right: 0;
}

.botonvermas {
    text-align: center;
    float: left;
    width: 80%;
    background-color: #f2a20f;
    margin: 15px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.botonvermas:hover {
    color: #C14733;
    background-color: #fff;
    font-weight: 700;
}

#contenedor {
    /*display: table;*/
    border-spacing: 5p;    
}

#contenidos{
display: table-row;
}
#imagenbanda;#cuadrobanda{
display: table-cell;
display: inline;
}

#imagenbanda {
    background-color: #132646;
    vertical-align: inherit;
    border-color: inherit; 
    position: relative;
    float: left;
    margin: 40px 3px;
}

#imagenbanda article p {
    color: #fff;
    width: 620px;
}

#imagenbanda article a i {
    color: #fff;
    font-size: 50px;
    float: right;
    background-color: #009F95;
    padding: 10px;
}

#imagenbanda article a i:hover {
    background-color: #fff;
    color: #027B6F;
}
.imgbanda{
    margin:15px;
}

.tituloimagen {
    position align-content: center; 
    float: left;
    width: 30%;
    margin-bottom: 5px;
}

.titulosimagen h1 {
    color: #fff;
 
    font-size: 40px;
    margin-bottom: 2px;
    margin-top: 20px;
}

.tituloimagen h2 {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

#cuadrobanda {
    width:30%;
    float: right;
    margin-bottom: 50px;  
    float: right;
    position: relative;
}

 #cuadrobanda article {
    height: 100%;
    color: #fff;     
}

 #cuadrobanda article a {
     float: right;
     position: relative;
     width: 100%;
}

 #cuadrobanda article a i {
     background-color: #C14733;
     color: #fff;
     text-align: center;
     position: relative;
 }

#titulobanda {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    width: 100%;
    border-bottom: 5px solid #82101E; 
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 1px;
}
.titulobanda {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    width: 100%;
    border-bottom: 5px solid #82101E; 
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 1px;
}

.informacion2 {
    width: 300px;
    overflow: hidden;
}
    
.informacion2 h1 {
    font-size: 50px;
    color: #fff;
    overflow: hidden;
    font-size: 1.5em;
    margin-bottom: 1px;
    border-bottom: 1px solid #e5e5e5;
    line-height:normal;
}

.informacion2 h2 {
    font-size: 20px;
    color: #f2a20f;
    text-transform: uppercase;
    overflow: hidden;
    border-bottom: 1px solid #f2a20f;
    padding-bottom: 5px;
 }

.informacion2 h3 {   
    font-size: 16px;
    margin-bottom: 1px;
    overflow: hidden;
}

.informacion2 p {
    font-size: 16px;
    line-height: 15px;
}

.informacion2 h4 {
    font-size: 14px;  
    overflow: hidden;
    margin-bottom: 1px;
    border-bottom: 1px solid #e5e5e5;
}
.informacion2 a{
  color: #fff;
}
.informacion2 a:hover{
  color: #DD583B;
}
.informacionbanda {
    display: block;
    width: 300px;
    padding: 15px;
   }

.botonvermas {
    z-index: 800px;
    text-align: center;
    width: 80%;
    background-color: #82101E;
    margin: 25px 0px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.botonvermas:hover {
    color: #C14733;
    background-color: #fff;
    font-weight: 700;
}
.enlaceweb a {
    text-decoration: none;
    color: #fff;
}

.
.epidemiologia {
    clear: both;
    width: 960px;
    height: 400px;
    margin-top: 10px;
}

.fondotitulo2b {
    background-color: #16507e;
    height: 50px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    border-top: 5px solid #17262D;
}

.fondotitulo2b h2 {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    height: 40px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 0px;
    display: block;
    float: left;
}
.fondotitulo2b a{
    list-style: none;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 5px;
    display: block;
    float: left;
}

.fondotitulo2b a:hover{
    color: #03afa4;   
}
#contaminacion {
    background-color: #fff;
    width: 100%;
    position: relative;
    float: left;
    
}

#contaminacion img {
    width: 30%;
    float: right;
    margin: 10px 0px;
}

.imgcont {
    padding-top: 38px;
}

#contaminacion p {
    float: left;
}

#contaminacion h1 {
    font-size: 19px;
    font-weight: 700;
    color: #003259;
    margin: 0px 0px 15px 0px;
  }

#contaminacion h3 {
    font-size: 19px;
    font-weight: 400;
    color: #027B6F;
    margin: 0px 0px 15px 0px;
    
}


#contaminacion h4 {
    font-size: 17px;
    color: #027B6F;
    position: relative;
    float: left;
    margin: 10px 0px;
}

.noticia {
    width: 65%;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 25px;
    margin: 25px 0px;
}

#destacadocontaminacion {
    background: #003259;
    float: left;
    width: 100%;
    height: 145px;
    margin-top: 5px;
    margin-bottom: 30px;
}

#destacadocontaminacion article h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 55px;
}



#destacadocontaminacion article:first-child {
    background-color: #16507e;
    width: 30%;
    height: 100%;
    margin-top: 0px;
    float: left;
    position: relative;
    margin-right: 5px;
    margin-bottom: 30px;
}

#destacadocontaminacion article h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

#destacadocontaminacion article a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 13%;
    margin-top: 5px;
    padding: 10px;
    width: 95px;
    display: block;
    text-align: center;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;

}

#destacadocontaminacion article div {
    float: left;
    position: relative;
}

#destacadocontaminacion article div a:hover {
    background-color: #16507e;
    color: #fff;
    border-radius: 5px;
}

#destacadocontaminacion article div i {
    text-decoration: none;
    font-size: 40px;
    background: #fff;
    color: #264E63;
    text-transform: uppercase;
    margin-left: 25%;
    margin-top: 12px;
    padding: 20px 10px 0px 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 5px solid #16507e;
    
}

.infocontacto {
    width: 100%;
    height: 100%;
}

.infocontacto h3 {
    border-bottom: 3px solid #324C5F;
    border-top: 3px solid #324C5F;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.articulos {
    margin: auto;
    height: 100%;
    width: 100%,
    padding-top: 20px;
    padding-bottom: 20px;
}

.articulos article {
    float: left;
    width: 290px;
    height: 100%;
    margin: 0 45px 0 0;
    padding: 0px;
}

.articulos article:last-child {
    margin-right: 0px;
}

.articulos article li {
    color: #324C5F;
}

.articulos article li a {
    color: #324C5F;
}

.articulos article li a:hover {
    color: #009F95;
}

.fondotitulocontacto {
    background-color: #82101E;
    width: 100%;
    margin-bottom: 20px;
}

.titulocontacto {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding-top: 15px;
}


#contacto {
    background-color: #fff;
    width: 100%;
    padding: 40px 0px;
    position: relative;
    float: left;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; 
    margin: 5px 0;

}

.form-text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; 

}

.boton-enviar {
    width: 20%;
    background: #82101E;
    border: none;
    padding: 15px 0;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.boton-enviar:hover {
     background: #1c2c3c;
}