@charset "utf-8";

/*@import url("webfonts/Adlinnaka_Bold/stylesheet.css");*/
@import url("webfonts/HelveticaNeueLight/stylesheet.css");
@import url("webfonts/Helvetica/stylesheet.css");
@import url("webfonts/Roboto_Regular/stylesheet.css");





/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
}
#head1 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
}
#head2 {
	clear: none;
	width: 100%;
	display: block;
	background-color: #000;
}
#slider {
	clear: none;
	width: 100%;
	display: none;
}
#slider-mobil {
	clear: both;
	width: 100%;
	display: block;
}
main {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 760px;
}
article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
aside {
	clear: both;
	width: 60%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
#hero1 {
	clear: both;
	width: 100%;
	display: block;
}
#hero2 {
	clear: both;
	width: 98%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 1000px;
}
#container1  {
	clear: none;
	width: 94%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
#container2 {
	clear: none;
	width: 100%;
	display: block;
	/* [disabled]height: 550px; */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}	
#ruler{
	clear: none;
	width: 100%;
	display: none;
	text-align: center;
	height: 260px;
	}

#visual {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	height: 1350px;
	margin-right: auto;
	text-align: center;
}
#vis1 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 270px;
	margin-right: auto;
}
#vis2 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 270px;
	margin-right: auto;
}
#vis3 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 270px;
	margin-right: auto;
}
#vis4 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 270px;
	margin-right: auto;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 800px;
	padding-top: 30px;
	/* [disabled]text-align: center; */
	background-image: url(images/background/footer-mobil.jpg);
	background-color: #069;
}
#foot1 {
	clear: none;
	width: 86%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	line-height: 30px;
}
#foot2 {
	clear: none;
	width: 40%;
	display: block;
	height: 250px;
	line-height: 35px;
	float: left;
	margin-left: 7%;
}
#foot3 {
	clear: none;
	width: 40%;
	display: block;
	height: 250px;
	line-height: 35px;
	float: left;
	margin-left: 10%;
}
#foot4 {
	clear: none;
	width: 86%;
	display: block;
	margin-left: 7%;
	height: 150px;
	line-height: 35px;
	float: left;
} 
.text-menu {
	font-family: "Roboto Regular";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.green{
	color:#0C0;
	font-size: 14px;
	font-family: "Roboto Regular";
	font-weight: normal;
	margin: 0px;
	}
.text-principal {
	font-family: "Adlinnaka Bold";
	font-size: 23px;
	color: #0085B2;
	line-height: 32px;
}
.text-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #2A3E4F;
	line-height: 20px;
}
.text-contenidos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.text-options {
	font-family: HelveticaNeueLight;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 28px;
	text-decoration: none;
	text-align: left;
}

#analyzer-seo {
	width: 80%;
	display: block;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: 30px;
	
}
.analyzer0{
	font-family: HelveticaNeueLight;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	text-decoration: none;
	width: 36%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
}
.analyzer1{
	font-family: HelveticaNeueLight;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	text-decoration: none;
	width: 30%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
	margin-left:1px;
}
.analyzer2{
	font-family: HelveticaNeueLight;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	width: 30%;
	height: 46px;
	float: right;
	display: block;
	clear: none;
	background-color: #0085B2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:1px;
}
#social-media{
	clear: both;
	width: 85%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130px;
}
#important{
	clear: both;
	width: 100%;
	display: none;
}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
}
#head1 {
	clear: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	text-align: center;
	margin-top: 5px;
}
#head2 {
	clear: none;
	display: block;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#slider-mobil {
	clear: none;
	width: 100%;
	display: none;
}
#slider {
	clear: both;
	width: 100%;
	display: block;
}
main {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
aside {
	clear: both;
	width: 40%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
article {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#hero {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 800px; */
}
#hero1 {
	clear: both;
	width: 94%;
	display: block;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 380px;
}
#hero2 {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#container {
	clear: both;
	width: 97%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 830px;
    }
#container1 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	height: 500px;
    }
#container2 {
	clear: none;
	width: 100%;
	display: block;
	text-align: left;
	height: 480px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
    }	
#visual {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	height: 750px;
	color: #666;
	margin-right: auto;
	text-align: center;
    }
#vis1 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center;
	height: 300px
    }
#vis2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 300px
    }
#vis3 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center
    }
#vis4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center
}
#ruler{
	clear:both;
	width:100%;
	display:block;
	text-align:center
	}		
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 600px;
	padding-top: 60px;
	background-image: url(images/background/footer-tablet.jpg);
}
#foot1 {
	clear: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 280px;
	line-height: 20px;
	margin-top: 60px;
	text-align: center;
}
#foot2 {
	clear: none;
	width: 20%;
	display: block;
	height: 260px;
	float: left;
	margin-left: 5%;
	line-height: 35px;
}
#foot3 {
	clear: none;
	width: 20%;
	display: block;
	height: 260px;
	float: left;
	margin-left: 5%;
	line-height: 35px;
}
#foot4 {
	clear: none;
	width: 30%;
	display: block;
	height: 260px;
	line-height: 35px;
	margin-left: 9%;
}	 
.text-menu {
	font-family: "Roboto Regular";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.text-principal {
	font-family: "Adlinnaka Bold";
	font-size: 28px;
	color: #0085B2;
	line-height: 16px;
}
.text-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #2A3E4F;
}
.text-contenidos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.text-options {
	font-family: HelveticaNeueLight;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	text-decoration: none;
}
#analyzer-seo {
	clear: both;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.analyzer0{
	font-family: HelveticaNeueLight;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	text-decoration: none;
	width: 49%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
	margin-left:2px;
}
.analyzer1{
	font-family: HelveticaNeueLight;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	text-decoration: none;
	width: 59%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
	margin-left:3px;
}
.analyzer2{
	font-family: HelveticaNeueLight;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	width: 33%;
	height: 46px;
	float: right;
	display: block;
	clear: none;
	background-color: #0085B2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:1px;
}
#social-media{
	clear: both;
	width: 85%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#important{
	clear: both;
	width: 100%;
	display: none;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 920px) {
.gridContainer {
	width: 100%;
	/* [disabled]background-color: #606; */
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	/* [disabled]background-color: #3CC; */
}

#head1 {
	clear: none;
	float: left;
	width: 26%;
	display: block;
	height: 70px;
	margin-top: 5px;
}
#head2 {
	clear: none;
	float: right;
	/* [disabled]margin-left: 10%; */
	width: 74%;
	display: block;
	margin-top: 20px;
	background-color: #FFF;
	height: 55px;
	}
#slider {
	clear: both;
	width: 100%;
	display: block;
	height: 750px;
	z-index: 1;
	background-image: url(slider/background-1.jpg);
	padding-top: 150px;
		-webkit-animation-name: animationx;
	animation: linear infinite;
	animation-delay: 1ms;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-direction: alternate;
	-webkit-animation: animationx 40s linear infinite;
	animation-timing-function: ease;
}
#slider-mobil {
	clear: none;
	width: 100%;
	display: none;
}
main {
	clear: both;
	width: 100%;
	display: block;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
aside {
	clear: none;
	float: left;
	width: 25%;
	display: block;
	margin-left: 10%;
	height: 450px;
}
article {
	clear: none;
	float: right;
	width: 47%;
	display: block;
	z-index: 20;
	margin-right: 15%;
	height: 450px;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
	height: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#hero1 {
	clear: none;
	float: left;
	width: 34%;
	display: block;
	margin-left: 10%;
	height: 450px;
	text-align: left;
}
#hero2 {
	clear: none;
	float: right;
	width: 45%;
	display: block;
	z-index: 25;
	margin-right: 8%;
	height: 450px;
}
#container {
	clear: both;
	margin-left: auto;
	/* [disabled]max-width: 1050px; */
	width: 100%;
	display: block;
	height: 550px;
	margin-right: auto
    }
#container1 {
	z
	float: left;
	width: 42%;
	display: block;
	height: 420px;
	text-align: center;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-left: 6%;
    }
#container2 {
	clear: none;
	float: right;
	width: 40%;
	display: block;
	height: 420px;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	margin-right: 8%;
    }	
#visual {
	clear: both;
	margin-left: auto;
	max-width: 1300px;
	width: 100%;
	margin-right: auto;
	height: 450px;
	line-height: 19px;
	background-image: url(imagenes/visual/visual-general.png);
	background-repeat: no-repeat;
	text-align: center;
    }
#vis1 {
    clear: none;
    float: left;
    width: 20%;
    display: block;
    height: 250px;
    text-align: left;
    margin-left: 5%
    }
#vis2 {
    clear: none;
    margin-left: 4%;
    width: 20%;
    display: block;
    height: 250px;
    float: left;
    text-align: left
    }
#vis3 {
    clear: none;
    margin-left: 4%;
    width: 20%;
    display: block;
    height: 250px;
    float: left;
    text-align: left
    }
#vis4 {
    clear: none;
    float: left;
    width: 20%;
    display: block;
    height: 250px;
    margin-left: 5%;
    text-align: left
}
#ruler{
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	height: 300px;
	}			
#analyzer-seo {
	clear: both;
	width: 60%;
	display: block;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	z-index: 20;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.analyzer0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #0085B2;
	line-height: 26px;
	text-decoration: none;
	width: 45%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
	
}
.analyzer1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0085B2;
	line-height: 26px;
	text-decoration: none;
	width: 24%;
	height: 42px;
	float: left;
	display: block;
	clear: none;
	border: 1px solid #0085B2;
	margin-left: 2px;
}
.analyzer2{
	font-family: HelveticaNeueLight;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	width: 20%;
	height: 46px;
	float: left;
	display: block;
	clear: none;
	background-color: #0C0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 3px;
	padding: 10px;
}
.analyzer2:hover{	
	background-color:#0C0;
}
#social-media{
	clear: both;
	width: 40%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 120px;
	padding-right: 30px;
}
#important{
	clear: both;
	margin-left: auto;
	width: 80%;
	display: none;
	/* [disabled]background-color: #FFF; */
	height: 120px;
	margin-right: auto;
	text-align: center;
}
 
::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
  padding:10px;
 } 
 fieldset { 
 padding:10px;
 margin:10px;
 } 
input:invalid {
  box-shadow: 0 0 0px 0px  ;
}

input:focus:invalid {
  box-shadow: 0 0 2px 1px red;
} 
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 310px;
	background-color: #666;
	background-image: url(images/background/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
#foot1 {
	clear: none;
	float: left;
	margin-left: 6%;
	width: 25%;
	display: block;
	height: 250px;
	text-align: justify;
	margin-top: 0px;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 15%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 15%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
#foot4 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 28%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
.text-menu {
	font-family: "Roboto Regular";
	font-size: 14px;
	font-weight: normal;
	color: #2A3E4F;
	margin: 0px;
	line-height: 22px;
}
.text-premium {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 37px;
	color: #1E87B4;
	font-display: optional;
}
.text-subpremium {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	color: #FFF;
	font-display: optional;
}

.text-contents {
	font-family: "Roboto Regular";
	font-size: 20px;
	color: #FFF;
	line-height: 30px;
}
.text-principal {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	color: #0085B2;
	line-height: 22px;
	font-weight: normal;
}


.text-title {
	font-family: "Roboto Regular";
	font-size: 16px;
	color: #2A3E4F;
}
.text-visual {
	font-family: "Adlinnaka Bold";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #2A3E4F;
}

.text-contenidos {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	font-display: optional;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.text-options {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 28px;
	text-decoration: none;
}

}
h4{
	font-size: 0px;
	line-height: 0px;
	}
#astronauta{
	-webkit-animation-name:levitar;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-webkit-animation-delay:1ms;
	}
@-webkit-keyframes levitar{
	from{ -webkit-transform:translateY(5px)}
	to{-webkit-transform:translateY(40px)}

}
.seo-layer{
	-webkit-animation-name:ampliar;
	-webkit-animation-delay:1ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-duration:1s;
	-webkit-animation-play-state:paused;
	}
.seo-layer:hover{
	-webkit-animation-play-state:running;
    }
@-webkit-keyframes  ampliar{
	from{-webkit-transform:scale(1.0,1.0 )}
	to{-webkit-transform:scale(1.03,1.03)}
	}	

.h6{
	font-size: 0px;
	color:#FFF;
	line-height: 0px;
	}
.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 35s linear infinite;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  
}

.marquee:hover {
  animation-play-state: paused;
}
#astronauta{
	-webkit-animation-name:levitar;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-webkit-animation-delay:1ms;
	}
@-webkit-keyframes levitar{
	from{ -webkit-transform:translateY(5px)}
	to{-webkit-transform:translateY(40px)}

}

@keyframes marquee { 
	   0% { text-indent: 10% }
       100%{text-indent: -100%}
			  }
a{
	text-decoration:none;
	color: #fff;}
a:visited{
	text-decoration: none;
	color: #fff;
}a:hover{
	text-decoration: none;
	color: #FFF;
}a:focus{
	text-decoration: none;
	color: #FFF;
}a:active,a:hover{
	outline: 0;
	color: #FFF;	
