@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}







.intro {
	/* [disabled]display: table; */
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../img/portadaNoche.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



.intro-body {
	/* [disabled]display: table-cell; */
	vertical-align: middle;
}



@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

  
}



@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}









::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
#perro {
	position: absolute;
	z-index: 100;
	right: 15px;
	bottom: 0px;
}
.contacto {
	position: absolute;
	left: 60px;
	top: 60px;
	text-align: left;
	display: inline;
	color:rgba(204,204,204,1);
}
@media(max-width:916px) {
    .contacto {
	text-align: right;
	right: 20px;
	bottom: 20px;
	position: absolute;
	top: auto;
    }
}

.contacto2 {
	display: none;
	color:rgba(204,204,204,1);
}
@media(max-width:630px) {
    .contacto2 {
	bottom: 20px;
	position: absolute;
	top: auto;
	display: block;
	width: 95%;
	text-align: center;
	padding-left: -15px;
    }
}
@media(max-width:630px) {
    .contacto {
	
	display: none;
    }
}


