*{
    margin: 0;
    padding: 0;
}
html, body{
	height:100%;
}

header{
    width: 100%;
    background-color: #dba2c5;
    position: absolute;
    background: 
        url(../img/fondo_menu.jpg) repeat-x center bottom,
        url(../img/fondo2.jpg) repeat center top;
    
    height: 70px;
    padding-bottom: 30px;
    z-index: 99999;
}

header img, #menuPrincipal{
    float: left;
}
#menuPrincipal{
    margin-left: 5%;
    width: 75%;

}
#menuPrincipal li{
    float: left;
    width: 25%;   /*aca tengo que cambiar a 20 para agregar un boton nuevo en el menu para servicios*/
    list-style: none;
}
#menuPrincipal li a:link, #menuPrincipal li a:visited {
    width: 100%;
    display: block;
    font-family: Roboto Slab;
    text-decoration: none;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
#menuPrincipal li a:hover{
    color: #000; 
}
#menuPrincipal li #activo{
    color: #000;
    font-weight: 700; 
}
#botonResponsivo{
    display: none;
    float: right;
    line-height: 85px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 30px;
}
#menuPrincipalResponsivo{
    display: none;
     width: 100%;
    float: left;
    margin-top: 15px;
}
#menuPrincipalResponsivo ul li{
    list-style: none;
}
#menuPrincipalResponsivo ul li a{
    text-align: center;
    font-family: Roboto Slab;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    border-top: solid #fff 1px;
    line-height: 50px;
}
header img{
    width: 25%;
    max-width: 150px;
    height: auto;
    position: relative;
    top:10px;
    left: 60px;
    -moz-animation: animacionLogo 0.3s;
    -webkit-animation: animacionLogo 0.3s;
    animation: animacionLogo 0.3s;
    border-radius: 75px 75px 75px 75px;
    box-shadow: #CCC 0px 0px 15px;
}
.clear{
    clear: both;
}
.parapaginacorta{
    min-height: 100%;
}
#contendioGeneral{
    padding-top: 175px;
    padding-left: 5%;
    padding-right: 5%;
    -moz-animation: animacionDivGeneral 2s;
    -webkit-animation: animacionDivGeneral 2s;
    animation: animacionDivGeneral 2s;

}
h1{
    font-family: Roboto Slab;
    font-weight: 100;
    font-size: 60px;
    color: #aaa;
    float: left;
    width: 100%;
    position: relative;
    top:0px;
    left:0px;
    -moz-animation: animacionh1 0.5s;
    -webkit-animation: animacionh1 0.5s;
    animation: animacionh1 0.5s;

}
.h1deportfolio{
    width: 680px;
}
.descripcionTrabajo h2{
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #111;
    text-align: center;
    display: block;
    margin: 0 auto!important;
    float: none;
}
p{
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
#menu_filtros{
    float: right;
    margin-top: 20px;
}
#menu_filtros ul li{
    float: left;
    list-style: none;
    padding: 10px;
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 18px;
    border: #000 solid 1px;
    margin: 10px;
    cursor: pointer
}
#menu_filtros ul li:hover{
    background-color: #000;
    color: #fff;
}
#menu_filtros ul li.menu_filtros_seleccionado{
    background-color: #000!important;
    color: #fff!important;
}
.menu_filtros_seleccionado:hover{
    background-color: #fff!important;
    color: #000!important;
}
#trabajos, #trabajosInicio{
    width: 100%;
    margin-top: 20px;
    
}
#menu_filtros ul li a{
    text-decoration: none;
    color: #000;
    display: block;
}
#menu_filtros ul li a:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.unTrabajo{
    width: 22%;
    height: auto;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;

    
}
.unTrabajo:nth-of-type(4n){
    margin-right: 0px;
}
.unTrabajo img{
    width: 100%;
    height: auto;
   /* position: absolute;
    top: 0;
    left: 0;
    z-index: 999;*/
    
}
.unTrabajo a:hover img{
    opacity: 1;
}
.descripcionTrabajo{
    opacity: 0;
    background-color: rgba(255, 255, 255,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:5;
    display: block;

}
.unTrabajo a:hover .descripcionTrabajo{
   opacity: 1;
    animation: animacionDescripcion 0.5s;
    -webkit-animation: animacionDescripcion 0.5s;
    -moz-animation:animacionDescripcion 0.5s;
}
.unTrabajo a{
    display: block;
    position: relative;
    height: auto;
    
}
.descripcionTrabajo i{
    color: #111;
    font-size: 90px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

#descripcionAmpliacion a:link, #descripcionAmpliacion a:visited, #mostrarModal, #cerrarModal{
    font-family: Roboto Slab;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px!important;
    border: #000 solid 2px;
    padding: 5px;
    background-color: #111;
}
#descripcionAmpliacion a:hover, #mostrarModal:hover, #cerrarModal:hover{
    color: #111;
    background-color: #fff;
}
#cerrarModal{
    float: right;
    
    margin-top: 213px!important;
    opacity: 0.9;
}

#descripcionAmpliacion p{
    margin-top: 30px;
}

#modal{
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
    opacity: 0.9;
    display: none;
}
#contenidoModal{
    width: 377px;
    height: 720px;
    position: absolute;
    z-index: 1001;
    top: -1500px;
    left: 35%;
    background:url(../img/celular_iframe.png);
    z-index: 99999;
    
}
#descripcionAmpliacion a#botonResponsivoapp{
    display: none!important;
}
#descripcionAmpliacion #mostrarModal{
    display: inline-block;
    cursor: pointer;
}
#iframe{
    width: 315px;
    height: 558px;
    position: relative;
    top:85px;
    left: 29px;
    background-color: blue;
}
.datosSobreMi{
    margin-top: 20px;
    width: 49%;
    margin-right: 2%;
    float: left;
}
.datosSobreMi:nth-child(3){
    margin-right: 0;
}
.unDato{
    border: #000 solid 2px;
    padding: 15px;
    margin-bottom: 20px;
    
}
h2, .mostrarDato{
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 30px;
    color: #111;
    float: left;
}
.mostrarDato{
    float: right;
    cursor: pointer;

}
.unDato p:nth-child(3){
    float: left;
    width: 100%;
    display: none;
    border-top: #000 solid 2px;
    margin-top: 15px;
    padding-top: 10px;
    
}
#contendioGeneral input{
    width: 50%;
    padding: 1%;
    margin-bottom: 2%;
    font-family: Roboto Slab;
    font-size: 1.5em;
    font-weight: 700;
    border: solid #111 3px;
    background-color: #EEE;
}
#contendioGeneral input:last-child{
    background-color: #dba2c5;
    color: #FFF;
    width: 52.5%;
    border: 0;
    padding: 1%;
    cursor: pointer;
}
#contendioGeneral input:last-child:hover{
    background-color: #FFF;
    color: #dba2c5;
}
#footerFalso{
    height: 100px;
    margin-top: 20px;
}
footer{
    height: 100px;
    position:relative;
    top:-110px;
    width: 96%;
    background-color: #dba2c5;
    padding: 10px 2% 10px 2%;
}
footer address{
    text-align: center;
    font-family: Roboto Slab;
    color: #FFF;
    font-size: 20px;
}
footer small{
    text-align: center!important;
    font-family: Roboto Slab;
    color: #FFF;
    font-size: 10px;
    display: block;
    margin-top: 10px;
}
/*Estilos para inicio*/
.h1inicio{
    margin-top: 10px;
    font-size: 45px;
    color: #FFF;

}
.h1inicioRosa{
    border-bottom: 5px solid #dba2c5;
}