@charset "utf-8";
/* CSS Document */

a {
	color:#FFF;
	text-decoration:none;
	}

@font-face {
    font-family:openSansBold;
    src:url(../fonts/opensans-condbold-webfont.woff);
}

@font-face {
    font-family:openSansLight;
    src:url(../fonts/opensans-condlight-webfont.woff);
}



@font-face {
    font-family:typoBold;
    src:url(../fonts/typograph_pro_semi_bold-webfont.woff);
}

body {
	margin:0;
	padding:0;
	background-color:#000;
}

#contenedor {
	width:100% !important;
	min-height:900px !important;
	height:100%;
		background:url(../imagenes/fondo.jpg) no-repeat;
		background-position:top;
		background-size:cover;

}


#franja {
	width:100%;
	height:auto;
	background-color:#b42a36;
	position:absolute;
	bottom:5%;
	left:0px;
	opacity:0.95;
	font-family:typoBold;
	color:#FFF;
}

#pagina {
	width:60%;
	margin:20px auto 0px auto;
	text-align:center;
	font-size:1.5em;
}

#contenedorLogo {
	width:80%;
	margin:0 auto;
	padding-top:7%;
}

#logo {
	-webkit-transform-origin:center;
	width:246px;
	height:246px;
	background:url(../imagenes/logo.png) no-repeat;
	margin:0 auto;

-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);

-webkit-animation-name:pulso;
-webkit-animation-duration:2s;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
-webkit-animation-iteration-count:infinite;



-moz-animation-name:pulso;
-moz-animation-duration:2s;
-moz-animation-direction:alternate;
-moz-animation-play-state:running;
-moz-animation-iteration-count:infinite;


animation-name:pulso;
animation-duration:2s;
animation-direction:alternate;
animation-play-state:running;
animation-iteration-count:infinite;
}


@-webkit-keyframes pulso {
from{-webkit-transform:scale(1,1);}
to{-webkit-transform:scale(1.3,1.3);}	
	
}


@-moz-keyframes pulso {
from{-webkit-transform:scale(1,1);}
to{-webkit-transform:scale(1.3,1.3);}	
	
}


@keyframes pulso {
from{-webkit-transform:scale(1,1);}
to{-webkit-transform:scale(1.3,1.3);}	
	
}


#frase {
	width:70%;
	font-family:openSansBold;
	font-size:2.5em;
position:absolute;
top:50%;
left:15%;
text-align:center;
color:#FFF;
}

.flaquita {
	font-family:openSansLight;
}

#redes {
	width:700px;
	position:relative;
	margin:20px auto;
	font-family:openSansLight;
	font-size:.8em;
	line-height:30px;
}

#redes ul {
	list-style:none;
}

#redes ul li {
	float:left;
	margin-left:15px;
}