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

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	/*background-color:#000;*/
}


#contenedor {
	alignment-adjust:central;
	width:100%;
	height:100%;
	padding: 0% 0%;
	margin:0%;
	/*background-color: rgb(51,153,0); /*Verde*/
	background-color: #000; /*Negro*/
}

#cabecero {
	display:none;
}

#cabecero_pc {
	display:none;
}

#cabecero_movil {
	margin: 0%;
	padding: 0%;
	alignment-adjust: central;
	position: relative;
	width:100%;
	height:auto;
	height:70px;
	background-color:rgb(0,255,255);
}

/*Fuentes*/
span.icon-menu3 {
	font-size:40px;
	padding:40% 25% 0% 20%;
}

span.icon-home3 {
	font-size:50px;
	float:right;
	padding:40% 15% 0% 20%;
}

span.icon-home3 a {
	font-size:50px;
	margin:0% 10px 1% 10px;
	text-decoration:none;
	color:rgba(255,255,255,1);
}

/*Fuentes para menu*/
span.icon-home {
	font-size:25px;
	margin:-1% 10px 3% 0px;
}

span.icon-man-woman, span.icon-books, span.icon-cart, 
span.icon-address-book, span.icon-earth  {
	font-size:25px;
	margin:-1% 10px 3% 10px;
}



/*Fuentes para categorias*/

span.icon-truck, span.icon-flag, span.icon-mug, span.icon-appleinc, span.icon-plus,
span.icon-dribbble, span.icon-rocket, span.icon-wink, span.icon-cogs, span.icon-video-camera,
span.icon-hipster, span.icon-warning, span.icon-star-empty, span.icon-library, span.icon-book {
	font-size:20px;
	margin:0% 2% 0% -4%;
	}

/*Fuentes para partes del sitio*/

span.icon-file-excel {
	font-size:20px;
	margin:0% 2% 0% 0%;
	color: rgba(0,153,0,1);
	background-color: rgba(255,255,255,1);
	border-radius:4px;
	padding: 1px 0px 2px 1px;
}

span.icon-file-pdf {
	font-size:20px;
	margin:0% 2% 0% 0%;
	color: rgba(255,0,0,1);
	background-color: rgba(255,255,255,1);
	border-radius:4px;
	padding: 1px 0px 2px 1px;
}

span.icon-image, span.icon-credit-card, span.icon-mobile, span.icon-users, span.icon-user-tie,
span.icon-mail, span.icon-html-five, span.icon-phone, span.icon-envelop, span.icon-point-right {
	font-size:20px;
	margin:1% 2% 0% 0%;
	color: rgba(255,255,0,1);
	}
	
/*Fuentes para el modal*/

span.icon-cancel-circle, span.icon-circle-right, span.icon-circle-left {
	font-size:50px;
	margin:0%;
	color: rgba(0,255,255,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	opacity:0.8;
}

span.icon-circle-left {
	font-size:50px;
	margin:0%;
	color: rgba(0,255,255,1);
	float:left;
	margin-left:-60%;
	margin-top:65%;
	}
	
	span.icon-circle-right {
	font-size:50px;
	margin:0%;
	color: rgba(0,255,255,1);
	float:right;
	margin-right:-60%;
	margin-top:65%;
	}
	
	span.icon-cancel-circle {
	font-size:50px;
	margin:0%;
	color: rgba(0,255,255,1);
	}

span.icon-cancel-circle:hover {
	font-size:50px;
	margin:0%;
	color: rgba(255,255,255,1);
}

span.icon-circle-right:active, span.icon-circle-left:active {
	color: rgba(0,255,0,1);
	text-shadow:0px 0px 8px rgba(0,255,255,1);
	-webkit-text-shadow:0px 0px 8px rgba(0,255,255,1);
	-moz-text-shadow:0px 0px 8px rgba(0,255,255,1);
	-o-text-shadow:0px 0px 8px rgba(0,255,255,1);
	-ms-text-shadow:0px 0px 8px rgba(0,255,255,1);
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
}

span.icon-cancel-circle:active {
	color: rgba(255,0,0,1);
	text-shadow:0px 0px 8px #FF3333;
	-webkit-text-shadow:0px 0px 8px #FF3333;
	-moz-text-shadow:0px 0px 8px #FF3333;
	-o-text-shadow:0px 0px 8px #FF3333;
	-ms-text-shadow:0px 0px 8px #FF3333;
}


/*Fuentes para navegadores*/

span.icon-chrome, span.icon-firefox, span.icon-opera {
	font-size:1.2em;
	margin:0%;
	color: rgba(0,255,255,1);
	}

/*Fuentes para redes sociales*/

span.icon-whatsapp {
	font-size:1.5em;
	margin:0% 1%;
	color: rgba(255,255,255,1);
	background-color:rgba(0,204,0,1);
	border-radius:20px;
}

span.icon-facebook {
	font-size:1.2em;
	margin:1% 2% 0% 2%;
	color: rgba(255,255,255,1);
	background-color: rgba(0,102,255,1);
	border-radius:4px;
	padding: 2px 1px 1px 1px ;
}

span.icon-twitter {
	font-size:1.2em;
	margin:1% 2% 0% 2%;
	color: rgba(255,255,255,1);
	background-color: rgba(0,153,255,1);
	border-radius:4px;
	padding: 2px 1px 1px 2px ;
}

span.icon-instagram {
	font-size:1.2em;
	margin:1% 2% 0% 2%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,102,255,1);
	background-image: linear-gradient(45deg, orange, purple);
	border-radius:4px;
	padding: 1px 1px 1px 1px;
}

span.icon-pinterest {
	font-size:1.2em;
	margin:1% 2% 0% 2%;
	color: rgba(204,0,0,1);
	background-color: rgba(255,255,255,1);
	border-radius:30px;
	padding: 1px 1px 1px 1px;
}

span.icon-youtube2 {
	font-size:1.2em;
	margin:1% 2% 0% 2%;
	color: rgba(255,0,0,1);
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	padding: 1px 1px 1px 1px;
}

/*Cierre de fuentes*/


/*Para la barra de menu y busqueda*/
header label {
	display:block;
	border-right:2px solid rgb(255,255,255);
	width:80px;
	height:50px;
	padding-top:15px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}


header label:hover {
	cursor:pointer;
	background-color:rgb(0,204,255);
	width:80px;
	height:50px;
}


.menu-movil {
	width:30%;
	background-color:rgb(0,255,255);
	position:absolute;
	z-index:2;
	margin-left:-70%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	opacity:0;
	font-size:20px;
}


.menu-movil ul {
	margin:0%;
	padding:0%;
	display:flex;
	flex-direction: column;
	z-index:2;
}

.menu-movil ul li:hover {
	background-color:rgb(0,153,255);
	z-index:2;
	color: rgba(0,0,0,1);
	}

.menu-movil li {
	text-align:left;
	margin:0%;
	padding:0%;
	z-index:2;
}

.menu-movil ul li {
	margin:0%;
	padding:0%;
	display:flex;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight:bold;
	z-index:2;
}	

.menu-movil ul li a {
	margin:0%;
	padding:5px 5px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	z-index:2;
	color: rgba(0,0,0,1);
}


.menu-movil ul li a:hover {
	background-color:rgb(0,153,255);
	color:rgb(255,255,255);
	z-index:2;
}

.menu-movil ul a li {
	margin:0% 0% 0% 0%;
	border-right: 3px solid rgb(255,255,255);
	border-left: 3px solid rgb(255,255,255);
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	text-align:left;
	padding:6% 2% 0% 2%;
	z-index:2;
}

#btn-menu {
	display:none;
}


#icono_inicio {
	float:right;
	z-index:1;
	margin-top:-55px;
	margin-right:2%;
	font-size:50px;
	color:rgb(0,0,0);
	cursor:pointer;
}

#icono_inicio a {
	color:rgb(0,0,0);
	text-decoration:none;
	cursor:pointer;
}

#icono_inicio a:hover {
	color: rgba(255,255,255,1);
	text-decoration:none;
}

#btn-menu:checked ~ .menu-movil {
	margin:0%;
	opacity:1;
	z-index:2;
}

.logo_tuscalcomanias_movil {
	background-image:url(../imagenes/banner/logo-tuscalcomanias.com.ve-venezuela.png);
	background-size:100%;
	background-repeat:no-repeat;
	width:70%;
	height:45px;
	float:rigth;
	background-position:center;
	margin-top:-50px;
	margin-left:16%;
}

.barra_busqueda_movil {
	width:100%;
	height:40px;
	padding:5px 0px;
	background-color:rgba(0,204,255,1); /*Azul turquesa*/
}

#input-search {
	width:80%;
	height:40px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:10px;
	color:rgba(0,0,0,1);
	background-image:url(../imagenes/lupa/search.png);
	background-repeat:no-repeat;
	background-size:6%;
	background-position:right;
	background-position:92%;
}

.content-search {
	width:80%;
	height:auto;
	position: absolute;
	top:120px;
	left:0px;
	background-color: rgba(0,255,255,0.5);
	z-index:1;
	display:none;
}

.content-table {
	width:99%;
	height:auto;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
}

.content-table table {
	width:99%;
	overflow-x: visible;
	overflow-y: hidden;
	overflow: hidden;
	z-index:1;
	padding:10px;
}

tbody tr td a {
	display:block;
	width:99%;
	color:rgba(0,0,0,1);
	text-decoration:none;
	z-index:1;
	padding:10px 5px;
	border: 1px solid rgba(255,255,255,0);
	transition:all 1s;
}

tbody tr td a:hover {
	background-color:rgba(0,153,255,1);
	width:99%;
	z-index:1;
	border: 1px solid rgba(255,255,255,1);
	padding:10px 5px;
}



#table_length, #table_filter, #table_info, #table_paginate {
	display:none;
}


a.enlace-menu-movil{
	color:rgb(0,0,0);
	text-shadow:rgb(0,0,0);
	z-index:1;
	text-decoration:none;
}

a.enlace-menu-movil:hover{
	text-decoration: blink;
}

#menu_pc {
	display:none;
}

header {
	width:100%;
	height:auto;
}

/*Cierre de la barra de menu y busqueda*/

/*Para silder*/
iframe {
	width:100%;
	height:465px;
	display:block;
	margin: -15px 0% 10px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:#C3F;/*Morado*/
}

@media only screen and (min-width:668px) and (max-width:700px){
	iframe {
	height:465px;
	margin: -15px 0% -10px 0px;
}
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight:bold;
	color:#0FF;
	text-align:center;
	alignment-adjust:central;
	margin: 0% auto;
}

.h1_para_pc {
	display:none;
}

.h1_para_movil h1 {
	width: auto;
	text-align:center;
	margin:1% auto;
	alignment-adjust:central;
	text-align: center;
	font-size: 1.6em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight:bold;
	color:#0FF;
	clear:both;
}

h2.inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color:#0FF;
	clear:both;
	text-align: center;
	margin-top:4%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.02em;
	font-weight:bold;
	color:#0FF;
}


h2.h2-catalogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	color:#0FF;
	clear:both;
	text-align:center;
}

#cont1 h3.h3-galeria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
}

p {font-family: Arial, Helvetica, sans-serif;
	margin: 2px 2px; 
	text-align:justify;
	font-size: 1.2em; 
	text-indent:1.1em; 
	line-height:1.6;
	width:auto;
	color:#FFF;
}

.enlace-fuentes {
	text-align:left;
	margin:auto;
}


.parrafo_marco_inicio {font-family: Arial, Helvetica, sans-serif;
	margin: 0%; 
	text-align:justify;
	font-size: 1.2em; 
	text-indent:0.5em; 
	line-height:1.3;
	width:auto;
	color:#FFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color:#0FF;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:rgba(0,255,0,1);
}


section {
	width:100%;
	height:auto;
	padding:0px;
	border:0px;
	position:relative;
	margin:0% 0% 0% 0%;
	/*background-color: rgba(0,255,0,1);*/
}

article {
	width:90%;
	height:auto;
	margin: 0% auto;
	padding:0%;
	border:0%;
	/*background-color:#CFC;*/
	}
	
	
	
#cont1 {
	position: relative;
	width:100%;
	alignment-adjust:center;
	margin: 0%;
	padding: 1%;
	border:0%;
	left:-1%;
	/*background-color:#C3F;/*Morado*/
}


#cont1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
}

#cont2 {
	position:relative;
	width: 96%;
	margin:0%;
	padding: 1% 1% 0% 1%;
	alignment-adjust:central;
	clear:both;
}

#cont21 {
	position:relative;
	width: 100%;
	margin:0% 0% 0% 0%;
	padding: 1% 1% 0% 3%;
	alignment-adjust:central;
}

#cont22 {
	position:relative;
	width: 100%;
	margin:2% 0% 2% 0%;
	padding: 1% 1% 0% 3%;
	alignment-adjust:central;
	clear:both;
	left:2%;
}

#cont3 {
	position:relative;
	width: 90%;
	margin:0% 0% -4% 1%;
	padding: 1% 1% 0% 3%;
	alignment-adjust:central;
	clear:both;
	height: auto;
}

.cont_categoria_1 {
	float:left;
	margin-left:1%;
	margin-bottom:5%;
	width:48%;
	/*background-color:rgba(0,153,0,1);*/
}

.cont_categoria_2 {
	float:right;
	margin-left:1%;
	margin-right:0%;
	margin-bottom:5%;
	width:49%;
	/*background-color:rgba(0,153,0,1)*/;
	padding:0%;
}

.jhonatan {
	width:80%;
	margin:0% 2% 4% 11.5%;
	alignment-adjust:central;
}



/*Para catalogos e imagenes de galeria*/

.catalogo {
	/*Estan funcionando las propiedades de los elementos en px*/
	width:500px;
	height:650px;
	position: relative;
	margin:auto;
	margin:auto;
	padding:0% auto;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	background-color: rgb(0,0,0);*/
	/*Nuevo diseño*/
	width: 60%;
	height:auto;
	margin:8% auto 10%;
	padding:0% auto;
	border:0%;
	position: relative;
}


.imagen_de_catalogo {
	clear:both;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-o-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	border:rgba(255,255,255,1) 5px solid;
	border-radius:5px;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	/*Nuevo diseño*/
	width: 98%;
	height:auto;
	position: relative;
	margin:1% auto;
	padding:0%;
	top:1%;
	opacity:1;
}

.imagen_de_catalogo:hover {
	box-shadow: 0px 0px 10px 6px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px 6px #00FFFF;
	-moz-box-shadow: 0px 0px 10px 6px #00FFFF;
	-o-box-shadow: 0px 0px 10px 6px #00FFFF;
	-ms-box-shadow: 0px 0px 10px 6px #00FFFF;
}



/*Nuevo marco*/
#rectangulo-base-catalogo {
	background-color: rgb(18,36,46,0);
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	z-index:1;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	opacity:0;
	margin:1%;
	background-color:rgb(255,51,51,0);
	/*Animacion exclusiva para moviles*/
	animation: anim-image-catalogo-1 15s linear infinite normal;
	-webkit-animation: anim-image-catalogo-1 15s linear infinite normal;
	-moz-animation: anim-image-catalogo-1 15s linear infinite normal;
	-o-animation: anim-image-catalogo-1 15s linear infinite normal;
	-ms-animation: anim-image-catalogo-1 15s linear infinite normal;
	/*Nuevo diseño*/
	width: 98%;
	height:auto;
	position: absolute;
	padding:0%;
	border:0%;
	margin:1 auto;
	}
	
	#rectangulo-base-catalogo:hover {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	}
	
	@keyframes anim-image-catalogo-1 {
	0% {
	opacity:0;
	top:-4%;
	}
	2% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	4% {
	opacity:1;}
	5% {
	opacity:0;}
	6% {
	opacity:1;}
	7% {
	opacity:1;}
	8% {
	opacity:0;}
	9% {
	opacity:1;}
	19% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	20% {
	opacity:0;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	30% {opacity:0;}
	100% {opacity:0;}
}

	@-webkit-keyframes anim-image-catalogo-1 {
	0% {
	opacity:0;
	top:-4%;
	}
	2% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	4% {
	opacity:1;}
	5% {
	opacity:0;}
	6% {
	opacity:1;}
	7% {
	opacity:1;}
	8% {
	opacity:0;}
	9% {
	opacity:1;}
	19% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	20% {
	opacity:0;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	30% {opacity:0;}
	100% {opacity:0;}
}
	
	@-moz-keyframes anim-image-catalogo-1 {
	0% {
	opacity:0;
	top:-4%;
	}
	2% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	4% {
	opacity:1;}
	5% {
	opacity:0;}
	6% {
	opacity:1;}
	7% {
	opacity:1;}
	8% {
	opacity:0;}
	9% {
	opacity:1;}
	19% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	20% {
	opacity:0;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	30% {opacity:0;}
	100% {opacity:0;}
}

@-o-keyframes anim-image-catalogo-1 {
	0% {
	opacity:0;
	top:-4%;
	}
	2% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	4% {
	opacity:1;}
	5% {
	opacity:0;}
	6% {
	opacity:1;}
	7% {
	opacity:1;}
	8% {
	opacity:0;}
	9% {
	opacity:1;}
	19% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	20% {
	opacity:0;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	30% {opacity:0;}
	100% {opacity:0;}
}

@-ms-keyframes anim-image-catalogo-1 {
	0% {
	opacity:0;
	top:-4%;
	}
	2% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	4% {
	opacity:1;}
	5% {
	opacity:0;}
	6% {
	opacity:1;}
	7% {
	opacity:1;}
	8% {
	opacity:0;}
	9% {
	opacity:1;}
	19% {
	opacity:1;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	20% {
	opacity:0;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);}
	30% {opacity:0;}
	100% {opacity:0;}
}
/*Se esta resolviendo el problema ya que cuando se aumenta la resolucion, el catalogo aumenta y el rectangulo se reduce*/
/*Al colocar el rectangulo en %, el ancho se adapta mas no el alto.*/

#catalogo-rectangulo-bordes-a-iz-1 {
	background-color:rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:0.3%;
	height:70px;
	position: absolute;
	float:left;
}

#catalogo-rectangulo-bordes-a-iz-2 {
	background-color:rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:70px;
	height:0.3%;
	position:relative;
	float:left;
	left:0.5%;
}

#catalogo-rectangulo-bordes-a-de-1 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:0.35%;
	height:70px;
	position: absolute;
	float:right;
	left:98.7%;
}

#catalogo-rectangulo-bordes-a-de-2 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:70px;
	height:0.3%;
	position: relative;
	float:right;
}


#catalogo-rectangulo-bordes-ab-iz-1 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:0.3%;
	height:70px;
	position: relative;
	position:absolute;
	float:left;
	top:9560%;
	opacity:1;
}


#catalogo-rectangulo-bordes-ab-iz-2 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:70px;
	height:0.3%;
	position: relative;
	position:absolute;
	float:left;
	top:10750%;
	opacity:1;
}

#catalogo-rectangulo-bordes-ab-de-1 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:0.3%;
	height:70px;
	position:absolute;
	float: right;
	left:98.7%;
	left:16%;
	top:0%;
	opacity:1;
	position:absolute;
	left:98.7%;
	top:9590%;
}

#catalogo-rectangulo-bordes-ab-de-2 {
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	/*Nuevo diseño*/
	width:70px;
	height:0.3%;
	position: relative;
	position:absolute;
	top:10750%;
	left:84%;
	opacity:1;
}
/*Cierre del catálogo o catalogos*/


/*Estilos de la galeria y el modal*/
.galeria {
	width:100%;
	margin: 0% auto;
	list-style:none;
	padding:2% 2% 2% 7%;
	box-sizing: border-box;
	justify-content: space-around;
	height:650px;
	clear:both;
	/*background-color:rgba(0,153,255,1); /*Azul claro*/
}

@media only screen and (min-width:668px) and (max-width:700px){
	.galeria {
	height:550px;
}
}

.galeria li {
	margin:2%;
	height:auto;
}

.galeria img {
	width:45%;
	height:auto;
}

.imagen_galeria_1, .imagen_galeria_2, .imagen_galeria_3, 
.imagen_galeria_4, .imagen_galeria_5, .imagen_galeria_6 {
	width:40%;
	height:auto;
	float:left;
	margin:1%;
}

.modal {
	visibility:visible;
	width:100%;
	opacity:0;
	background-color:rgba(102,102,102,1);
	margin:-100%;
	top:0%;
	display:none;
}

.modal:target {
	visibility: visible;
	opacity:1;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	width:110%;
	top:0%;
	left:0%;
	height:100%;
	margin-top:0%;
	margin-bottom:0%;
	margin-left:-5%;
	display: block;
	transition:all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	z-index:2;
}

/*Imagenes mostradas en el target*/

.imagen-catalogo {
	width: 500px;
	height:380px;
	/*margin: 16% auto 1%;*/
	margin-top:10%;
	/*left:10%;*/
	padding: 0%;
	/*Al colocar el margen auto, la imagen queda centrada, pero se altera la posicion de los botones de arriba y abajo*/
	position: relative;;
	/*Se modifico el margen para que quedara centrada la imagen. Hay otro margen con una resolucion mayor*/
	box-shadow: 0px 0px 10px rgba(0,255,255,0);
	-webkit-box-shadow: 0px 0px 10px rgba(0,255,255,0);
	-moz-box-shadow: 0px 0px 10px rgba(0,255,255,0);
	-o-box-shadow: 0px 0px 10px rgba(0,255,255,0);
	-ms-box-shadow: 0px 0px 10px rgba(0,255,255,0);
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	animation: anim-image-catalogo 60s linear infinite normal;
	-webkit-animation: anim-image-catalogo 60s linear infinite normal;
	-moz-animation: anim-image-catalogo 60s linear infinite normal;
	-o-animation: anim-image-catalogo 60s linear infinite normal;
	-ms-animation: anim-image-catalogo 60s linear infinite normal;
}


@keyframes anim-image-catalogo {
	0% {
	opacity:0;}
	2% {
	opacity:1;
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);}
	3% {
	box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 0px rgba(0,255,255,1);}
	100% {opacity:1;}
}

@-webkit-keyframes anim-image-catalogo {
	0% {
	opacity:0;}
	2% {
	opacity:1;
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);}
	3% {
	box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 0px rgba(0,255,255,1);}
	100% {opacity:1;}
}

@-moz-keyframes anim-image-catalogo {
	0% {
	opacity:0;}
	2% {
	opacity:1;
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);}
	3% {
	box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 0px rgba(0,255,255,1);}
	100% {opacity:1;}
}

@-o-keyframes anim-image-catalogo {
	0% {
	opacity:0;}
	2% {
	opacity:1;
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);}
	3% {
	box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 0px rgba(0,255,255,1);}
	100% {opacity:1;}
}

@-ms-keyframes anim-image-catalogo {
	0% {
	opacity:0;}
	2% {
	opacity:1;
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);}
	3% {
	box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 0px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 0px rgba(0,255,255,1);}
	100% {
	opacity:1;}
}


.imagen-catalogo:hover {
	box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-o-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	-ms-box-shadow: 0px 0px 20px rgba(0,255,255,1);
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;}

.imagen {
	width:85%;
	/*al colocar el ancho mas pequeño y se centro, respondio mejor al centrado;*/
	height::500px;
	display: flex;
	justify-content:center;
	align-items: center;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	padding:1% auto 0%;
	margin:1% auto;
	/*background-color:rgba(102,255,0,0.5);*/
}

/*Nuevo marco*/
#rectangulo-base {
	width: 550px;
	height: 450px;
	/*Se cambio el alto debido a que los bordes se desconfiguran al adaptar la pantalla*/
	/*Se aumento el alto en la resolucion 901x1024, para que entrera mejor la imagen*/
	position: absolute;
	background-color:rgba(0,255,255,0.1);
	background-color: rgb(18,36,46,0.5);
	border:1px solid rgba(255,255,255,1);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 5px #00FFFF;
	-webkit-box-shadow: 0px 0px 5px #00FFFF;
	-moz-box-shadow: 0px 0px 5px #00FFFF;
	-o-box-shadow: 0px 0px 5px #00FFFF;
	-ms-box-shadow: 0px 0px 5px #00FFFF;
	margin:3% auto 2%;
	padding: 1% auto;
	/*Se colocara un mismo tipo de animacion parecida a las imagenes*/
	animation: anim-image-marco 60s linear infinite normal;
	-webkit-animation: anim-image-marco 60s linear infinite normal;
	-moz-animation: anim-image-marco 60s linear infinite normal;
	-o-animation: anim-image-marco 60s linear infinite normal;
	-ms-animation: anim-image-marco 60s linear infinite normal;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	z-index:0;
	}

@keyframes anim-image-marco {
	0% {
	opacity:0;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);}
	1% {
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);}
	100% {opacity:1;}
}

@-webkit-keyframes anim-image-marco {
	0% {
	opacity:0;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);}
	1% {
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);}
	100% {opacity:1;}
}

@-moz-keyframes anim-image-marco {
	0% {
	opacity:0;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);}
	1% {
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);}
	100% {opacity:1;}
}

@-o-keyframes anim-image-marco {
	0% {
	opacity:0;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);}
	1% {
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);}
	100% {opacity:1;}
}

@-ms-keyframes anim-image-marco {
	0% {
	opacity:0;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);}
	1% {
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);}
	100% {opacity:1;}
}

#rectangulo-bordes-a-iz-1 {
	width:0.3%;
	height:70px;
	/*El alto se dejo en px, para que pueda aparecer en el marco*/
	position: absolute;
	float:left;
	background-color:rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3.5px solid rgba(255,255,255,1);
	left:-0.8%;
	top:-0.5%
	
	/*El translate se dejo en pixeles y se ha mantenido bien en la posicion*/
}


#rectangulo-bordes-a-iz-2 {
	width:80px;
	height:0.5%;
	position:relative;
	float:left;
	background-color:rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:4px solid rgba(255,255,255,1);
	left:-0.7%;
	margin-top:-1%;
}

#rectangulo-bordes-a-de-1 {
	width:0.3%;
	height:70px;
	position: relative;
	float:right;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3.5px solid rgba(255,255,255,1);
	right:-0.9%;
	top:-0.8%
}

#rectangulo-bordes-a-de-2 {
	width:80px;
	height:0.3%;
	position: relative;
	float:right;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:4px solid rgba(255,255,255,1);
	right:-2.45%;
	margin-top:-1%;
}


#rectangulo-bordes-ab-iz-1 {
	width:0.3%;
	height:70px;
	position: relative;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3.5px solid rgba(255,255,255,1);
	left:-0.7%;
	top:83%;
	/*Se modificaran de acuerdo al cambio en px;*/
}

#rectangulo-bordes-ab-iz-2 {
	width:70px;
	height:0.3%;
	position: relative;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:4px solid rgba(255,255,255,1);
	left:-0.7%;
	top:82%;
}

#rectangulo-bordes-ab-de-1 {
	width:0.3%;
	height:70px;
	position: relative;
	float:right;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:3px solid rgba(255,255,255,1);
	right:-1%;
	top:65%;
}


#rectangulo-bordes-ab-de-2 {
	width:70px;
	height:0.3%;
	position: relative;
	float:right;
	background-color: rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0px 0px 10px #00FFFF;
	-webkit-box-shadow: 0px 0px 10px #00FFFF;
	-moz-box-shadow: 0px 0px 10px #00FFFF;
	-o-box-shadow: 0px 0px 10px #00FFFF;
	-ms-box-shadow: 0px 0px 10px #00FFFF;
	border:4px solid rgba(255,255,255,1);
	right:-2.5%;
	top:80%;
}

.imagen a:hover {
	transition:all 1s;
}

.imagen a:nth-child(2) {
	flex-shrink: 2;
}

.cerrar {
	display:block;
	color:rgba(0,0,0,1);
	width:35px;
	height:35px;
	margin:4% auto -10% 46.5%;
	text-align:center;
	text-decoration:none;
	padding:5px;
	border-radius:50%;
	font-size:24px;
	line-height:25px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

.cerrar:hover {
	color: rgba(255,255,255,1);
}

@media only screen and (min-width:668px) and (max-width:700px){
.cerrar {
	margin:4% auto -6% 45.8%;
}
}

/*Diferentes alturas para un mismo ancho*/

@media only screen and (min-height:400px) and (max-height:415px){
	/*Para iPhone 6,7,8 y Pixel 2*/
	.imagen {
	width:85%;
	height:400px;
}

	.imagen-catalogo {
	width: 360px;
	height:310px;
	margin-top:-8%;
	padding: 0%;
}

	#rectangulo-base {
	width: 420px;
	height: 350px;
	margin:-2% auto 2%;
	}
	
	.cerrar {
	margin:-7.5% auto 2% 45.5%;
}

	span.icon-cancel-circle {
	font-size:45px;
	margin:0%;
	color: rgba(0,255,255,1);
	}

	span.icon-circle-left {
	font-size:60px;
	margin-left:-120%;
	margin-top:4%;
	}
	
	span.icon-circle-right {
	font-size:60px;
	margin-right:-120%;
	margin-top:4%;
	}
	
	#rectangulo-bordes-ab-iz-1 {
	left:-0.9%;
	top:79%;
}

	#rectangulo-bordes-ab-iz-2 {
	left:-0.7%;
	top:77%;
}

	#rectangulo-bordes-ab-de-1 {
	right:-1.1%;
	top:54.7%;
}

	#rectangulo-bordes-ab-de-2 {
	right:-2.2%;
	top:74%;
}

}

/*Cierre de las imagenes mostradas en el target*/

/* Para la pagina de inicio*/

.boton_inicio a {
	color:#FFF;
}

.boton_inicio a:hover {
	color: #FFF;
}


li.boton_inicio a { /*Para las clases que estan en etiquetas*/
	color: #FFF;
}

li.boton_inicio a:hover {
	color:#FFF;
}

.boton_inicio {
	display:none;
}

.boton_inicio:hover {
	display:none;
}


/*Para los botones en el marco de calcomanias*/
.boton_inicio_marco {
	width:85%;
	height:40px;
	margin:0% 0% 0% 8%;
	padding:4% 5% 0% 0%;
	text-align:center;
	alignment-adjust:central;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	box-shadow: 0px 0px 10px #00FFFF, 0px 0px 10px #CCCCCC inset;
	-webkit-box-shadow: 0px 0px 10px #00FFFF, 0px 0px 10px #CCCCCC inset;
	-moz-box-shadow: 0px 0px 10px #00FFFF, 0px 0px 10px #CCCCCC inset;
	-o-box-shadow: 0px 0px 10px #00FFFF, 0px 0px 10px #CCCCCC inset;
	-ms-box-shadow: 0px 0px 10px #00FFFF, 0px 0px 10px #CCCCCC inset;
	text-shadow:#000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	-webkit-text-shadow:#000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	-moz-text-shadow:#000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	-o-text-shadow:#000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	-ms-text-shadow:#000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	border:3px solid rgba(255,255,255,1);
	width:75%;
	height:30px;
	margin:2% auto;
	padding: 0% 0%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

.boton_inicio_marco:hover {
	background-color:rgb(0,255,0);
	box-shadow: 0px 0px 10px rgb(0,255,0), 0px 0px 10px 2px #333333 inset;;
	-webkit-box-shadow: 0px 0px 10px rgb(0,255,0), 0px 0px 10px 2px #333333 inset;
	-moz-box-shadow: 0px 0px 10px rgb(0,255,0), 0px 0px 10px 2px #333333 inset;
	-o-box-shadow: 0px 0px 10px rgb(0,255,0), 0px 0px 10px 2px #333333 inset;
	-ms-box-shadow: 0px 0px 10px rgb(0,255,0), 0px 0px 10px 2px #333333 inset;;
}

.boton_inicio_marco:active {
	background-color: #FF0;
	box-shadow: 0px 0px 10px #FF0, 0px 0px 10px 2px #333333 inset;;
	-webkit-box-shadow: 0px 0px 10px #FF0, 0px 0px 10px 2px #333333 inset;
	-moz-box-shadow: 0px 0px 10px #FF0, 0px 0px 10px 2px #333333 inset;
	-o-box-shadow: 0px 0px 10px #FF0, 0px 0px 10px 2px #333333 inset;
	-ms-box-shadow: 0px 0px 10px #FF0, 0px 0px 10px 2px #333333 inset;;
}


.boton_inicio_marco a {
	text-decoration:none;
}

/*Cierre de los botones en el marco de calcomanias*/

#texto_enlace_blanco {
	width:auto;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align:center;
	margin: 0%;
	padding:0%;
	padding-left:-4%;
	padding-right:4%;
	text-decoration:none;
	z-index:2;
	text-shadow:#000 2px 2px 2px 2px;
	-webkit-text-shadow:#000 2px 2px 2px 2px;
	-moz-text-shadow:#000 2px 2px 2px 2px;
	-o-text-shadow:#000 2px 2px 2px 2px;
	-ms-text-shadow:#000 2px 2px 2px 2px;
	/*background-color:rgb(204,51,51);*/
}

#texto_enlace_blanco: hover{
	color:#000;
	z-index:2;
	text-shadow:#000 2px 2px 2px 2px;
	-webkit-text-shadow:#000 2px 2px 2px 2px;
	-moz-text-shadow:#000 2px 2px 2px 2px;
	-o-text-shadow:#000 2px 2px 2px 2px;
	-ms-text-shadow:#000 2px 2px 2px 2px;
}

#texto_enlace_blanco: active{
	color:#000;
	z-index:2;
	text-shadow:#000 2px 2px 2px 2px;
	-webkit-text-shadow:#000 2px 2px 2px 2px;
	-moz-text-shadow:#000 2px 2px 2px 2px;
	-o-text-shadow:#000 2px 2px 2px 2px;
	-ms-text-shadow:#000 2px 2px 2px 2px;
	
}

.paquetes_de_calcomanias {
	margin: 0%;
	/*background-color:#036;*/
	width:100%;}


.marco_inicio_stickers {
	width:48%;
	background-image: url(../imagenes/marcos/marco_1.png);
	background-size:90%;
	background-repeat:no-repeat;
	background-position:top;
	margin:2% 1%;
	float:left;
	padding:1% -5% 0% -5%;
	height:420px;
}


.marco_inicio_stickers p {
	font-size:1em;
	text-align:center;
}

.barra_blanca {
	width:95%;
}

/* Cierre de la pagina de inicio*/



/*Para las animaciones*/

/*Animaciones de inicio en marcos*/

#anim_calc_1_ford { /*Logo de Ford*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 0% 10% 10%;
	animation: anim_calc_1_ford 30s linear infinite normal both;
	-webkit-animation: anim_calc_1_ford 30s linear infinite normal both;
	-moz-animation: anim_calc_1_ford 30s linear infinite normal both;
	-ms-animation: anim_calc_1_ford 30s linear infinite normal both;
	-o-animation: anim_calc_1_ford 30s linear infinite normal both;
}

@keyframes anim_calc_1_ford {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	33% {
	opacity:1;}
	
	34% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_1_ford {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	33% {
	opacity:1;}
	
	34% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_1_ford {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	33% {
	opacity:1;}
	
	34% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_1_ford {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	33% {
	opacity:1;}
	
	34% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_1_ford {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	33% {
	opacity:1;}
	
	34% {
	opacity:0;}
	
	100% {opacity:0;}
}


#anim_calc_1_chevrolet { /*Logo de Chevrolet*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_calc_1_chevrolet 30s linear infinite normal;
	-webkit-animation: anim_calc_1_chevrolet 30s linear infinite normal;
	-moz-animation: anim_calc_1_chevrolet 30s linear infinite normal;
	-ms-animation: anim_calc_1_chevrolet 30s linear infinite normal;
	-o-animation: anim_calc_1_chevrolet 30s linear infinite normal;
}

@keyframes anim_calc_1_chevrolet {
	0% {
	opacity:0;}
	
	33% {
	opacity:0;}
	
	34% {
	opacity:1;}
	
	66% {
	opacity:1;}
	
	67% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_1_chevrolet {
	0% {
	opacity:0;}
	
	33% {
	opacity:0;}
	
	34% {
	opacity:1;}
	
	66% {
	opacity:1;}
	
	67% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_1_chevrolet {
	0% {
	opacity:0;}
	
	33% {
	opacity:0;}
	
	34% {
	opacity:1;}
	
	66% {
	opacity:1;}
	
	67% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_1_chevrolet {
	0% {
	opacity:0;}
	
	33% {
	opacity:0;}
	
	34% {
	opacity:1;}
	
	66% {
	opacity:1;}
	
	67% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_1_chevrolet {
	0% {
	opacity:0;}
	
	33% {
	opacity:0;}
	
	34% {
	opacity:1;}
	
	66% {
	opacity:1;}
	
	67% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_1_fiat { /*Logo de Fiat*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_calc_1_fiat 30s linear infinite normal;
	-webkit-animation: anim_calc_1_fiat 30s linear infinite normal;
	-moz-animation: anim_calc_1_fiat 30s linear infinite normal;
	-ms-animation: anim_calc_1_fiat 30s linear infinite normal;
	-o-animation: anim_calc_1_fiat 30s linear infinite normal;
}

@keyframes anim_calc_1_fiat {
	0% {opacity:0;}
	
	66% {opacity:0;}
	
	67% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_1_fiat {
	0% {opacity:0;}
	
	66% {opacity:0;}
	
	67% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_1_fiat {
	0% {opacity:0;}
	
	66% {opacity:0;}
	
	67% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_1_fiat {
	0% {opacity:0;}
	
	66% {opacity:0;}
	
	67% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_1_fiat {
	0% {opacity:0;}
	
	66% {opacity:0;}
	
	67% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_calc_2_JurassicPark { /*Logo de Jurassick Park*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_calc_2_JurassicPark 30s linear infinite normal;
	-webkit-animation: anim_calc_2_JurassicPark 30s linear infinite normal;
	-moz-animation: anim_calc_2_JurassicPark 30s linear infinite normal;
	-ms-animation: anim_calc_2_JurassicPark 30s linear infinite normal;
	-o-animation: anim_calc_2_JurassicPark 30s linear infinite normal;
}

@keyframes anim_calc_2_JurassicPark {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	35% {
	opacity:1;}
	
	36% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_2_JurassicPark {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	35% {
	opacity:1;}
	
	36% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_2_JurassicPark {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	35% {
	opacity:1;}
	
	36% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_2_JurassicPark {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	35% {
	opacity:1;}
	
	36% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_2_JurassicPark {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	35% {
	opacity:1;}
	
	36% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_2_StarWars { /*Logo de Star Wars*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_calc_2_StarWars 30s linear infinite normal;
	-webkit-animation: anim_calc_2_StarWars 30s linear infinite normal;
	-moz-animation: anim_calc_2_StarWars 30s linear infinite normal;
	-ms-animation: anim_calc_2_StarWars 30s linear infinite normal;
	-o-animation: anim_calc_2_StarWars 30s linear infinite normal;
}

@keyframes anim_calc_2_StarWars {
	0% {
	opacity:0;}
	
	35% {
	opacity:0;}
	
	36% {
	opacity:1;}
	
	68% {
	opacity:1;}
	
	69% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_2_StarWars {
	0% {
	opacity:0;}
	
	35% {
	opacity:0;}
	
	36% {
	opacity:1;}
	
	68% {
	opacity:1;}
	
	69% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_2_StarWars {
	0% {
	opacity:0;}
	
	35% {
	opacity:0;}
	
	36% {
	opacity:1;}
	
	68% {
	opacity:1;}
	
	69% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_2_StarWars {
	0% {
	opacity:0;}
	
	35% {
	opacity:0;}
	
	36% {
	opacity:1;}
	
	68% {
	opacity:1;}
	
	69% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_2_StarWars {
	0% {
	opacity:0;}
	
	35% {
	opacity:0;}
	
	36% {
	opacity:1;}
	
	68% {
	opacity:1;}
	
	69% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_2_Ovnis { /*Logo de Ovnis*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_calc_2_Ovnis 30s linear infinite normal;
	-webkit-animation: anim_calc_2_Ovnis 30s linear infinite normal;
	-moz-animation: anim_calc_2_Ovnis 30s linear infinite normal;
	-ms-animation: anim_calc_2_Ovnis 30s linear infinite normal;
	-o-animation: anim_calc_2_Ovnis 30s linear infinite normal;
	
}

@keyframes anim_calc_2_Ovnis {
	0% {opacity:0;}
	
	68% {opacity:0;}
	
	69% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_2_Ovnis {
	0% {opacity:0;}
	
	68% {opacity:0;}
	
	69% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_2_Ovnis {
	0% {opacity:0;}
	
	68% {opacity:0;}
	
	69% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_2_Ovnis {
	0% {opacity:0;}
	
	68% {opacity:0;}
	
	69% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_2_Ovnis {
	0% {opacity:0;}
	
	68% {opacity:0;}
	
	69% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_calc_3_batman { /*Logo de Batman*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_calc_3_batman 30s linear infinite normal;
	-webkit-animation: anim_calc_3_batman 30s linear infinite normal;
	-moz-animation: anim_calc_3_batman 30s linear infinite normal;
	-moz-animation: anim_calc_3_batman 30s linear infinite normal;
	-o-animation: anim_calc_3_batman 30s linear infinite normal;
}

@keyframes anim_calc_3_batman {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	37% {
	opacity:1;}
	
	38% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_3_batman {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	37% {
	opacity:1;}
	
	38% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_3_batman {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	37% {
	opacity:1;}
	
	38% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_3_batman {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	37% {
	opacity:1;}
	
	38% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_3_batman {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	37% {
	opacity:1;}
	
	38% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_3_superman { /*Logo de Superman*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 2% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_calc_3_superman 30s linear infinite normal;
	-webkit-animation: anim_calc_3_superman 30s linear infinite normal;
	-moz-animation: anim_calc_3_superman 30s linear infinite normal;
	-ms-animation: anim_calc_3_superman 30s linear infinite normal;
	-o-animation: anim_calc_3_superman 30s linear infinite normal;
}

@keyframes anim_calc_3_superman {
	0% {
	opacity:0;}
	
	37% {
	opacity:0;}
	
	38% {
	opacity:1;}
	
	70% {
	opacity:1;}
	
	71% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_3_superman {
	0% {
	opacity:0;}
	
	37% {
	opacity:0;}
	
	38% {
	opacity:1;}
	
	70% {
	opacity:1;}
	
	71% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_3_superman {
	0% {
	opacity:0;}
	
	37% {
	opacity:0;}
	
	38% {
	opacity:1;}
	
	70% {
	opacity:1;}
	
	71% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_3_superman {
	0% {
	opacity:0;}
	
	37% {
	opacity:0;}
	
	38% {
	opacity:1;}
	
	70% {
	opacity:1;}
	
	71% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_3_superman {
	0% {
	opacity:0;}
	
	37% {
	opacity:0;}
	
	38% {
	opacity:1;}
	
	70% {
	opacity:1;}
	
	71% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_3_capitan { /*Logo de Capitán*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 2% 2% 10% 10%;
	float:left;
	margin-top:-73%;
	animation: anim_calc_3_capitan 30s linear infinite normal;
	-webkit-animation: anim_calc_3_capitan 30s linear infinite normal;
	-moz-animation: anim_calc_3_capitan 30s linear infinite normal;
	-ms-animation: anim_calc_3_capitan 30s linear infinite normal;
	-o-animation: anim_calc_3_capitan 30s linear infinite normal;
}

@keyframes anim_calc_3_capitan {
	0% {opacity:0;}
	
	70% {opacity:0;}
	
	71% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_3_capitan {
	0% {opacity:0;}
	
	70% {opacity:0;}
	
	71% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_3_capitan {
	0% {opacity:0;}
	
	70% {opacity:0;}
	
	71% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_3_capitan {
	0% {opacity:0;}
	
	70% {opacity:0;}
	
	71% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_3_capitan {
	0% {opacity:0;}
	
	70% {opacity:0;}
	
	71% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_calc_4_fifa { /*Logo de FIFA*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_calc_4_fifa 30s linear infinite normal;
	-webkit-animation: anim_calc_4_fifa 30s linear infinite normal;
	-moz-animation: anim_calc_4_fifa 30s linear infinite normal;
	-ms-animation: anim_calc_4_fifa 30s linear infinite normal;
	-o-animation: anim_calc_4_fifa 30s linear infinite normal;
}

@keyframes anim_calc_4_fifa {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	39% {
	opacity:1;}
	
	40% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_4_fifa {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	39% {
	opacity:1;}
	
	40% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_4_fifa {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	39% {
	opacity:1;}
	
	40% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_4_fifa {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	39% {
	opacity:1;}
	
	40% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_4_fifa {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	39% {
	opacity:1;}
	
	40% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_4_mlb { /*Logo de MLB*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-73%;
	animation: anim_calc_4_mlb 30s linear infinite normal;
	-webkit-animation: anim_calc_4_mlb 30s linear infinite normal;
	-moz-animation: anim_calc_4_mlb 30s linear infinite normal;
	-ms-animation: anim_calc_4_mlb 30s linear infinite normal;
	-o-animation: anim_calc_4_mlb 30s linear infinite normal;
}

@keyframes anim_calc_4_mlb {
	0% {
	opacity:0;}
	
	39% {
	opacity:0;}
	
	40% {
	opacity:1;}
	
	72% {
	opacity:1;}
	
	73% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_4_mlb {
	0% {
	opacity:0;}
	
	39% {
	opacity:0;}
	
	40% {
	opacity:1;}
	
	72% {
	opacity:1;}
	
	73% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_4_mlb {
	0% {
	opacity:0;}
	
	39% {
	opacity:0;}
	
	40% {
	opacity:1;}
	
	72% {
	opacity:1;}
	
	73% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_4_mlb {
	0% {
	opacity:0;}
	
	39% {
	opacity:0;}
	
	40% {
	opacity:1;}
	
	72% {
	opacity:1;}
	
	73% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_4_mlb {
	0% {
	opacity:0;}
	
	39% {
	opacity:0;}
	
	40% {
	opacity:1;}
	
	72% {
	opacity:1;}
	
	73% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_calc_4_nba { /*Logo de NBA*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 2% 2% 10% 10%;
	float:left;
	margin-top:-70%;
	animation: anim_calc_4_nba 30s linear infinite normal;
	-webkit-animation: anim_calc_4_nba 30s linear infinite normal;
	-moz-animation: anim_calc_4_nba 30s linear infinite normal;
	-ms-animation: anim_calc_4_nba 30s linear infinite normal;
	-o-animation: anim_calc_4_nba 30s linear infinite normal;
}

@keyframes anim_calc_4_nba {
	0% {opacity:0;}
	
	72% {opacity:0;}
	
	73% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_calc_4_nba {
	0% {opacity:0;}
	
	72% {opacity:0;}
	
	73% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_calc_4_nba {
	0% {opacity:0;}
	
	72% {opacity:0;}
	
	73% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_calc_4_nba {
	0% {opacity:0;}
	
	72% {opacity:0;}
	
	73% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_calc_4_nba {
	0% {opacity:0;}
	
	72% {opacity:0;}
	
	73% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_1_4x4 { /*Logo de 4 x 4 (1) */
	width:80%;
	position: relative;
	z-index:3;
	margin-top:-75%;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_1_4x4 30s linear infinite normal;
	-webkit-animation: anim_1_4x4 30s linear infinite normal;
	-moz-animation: anim_1_4x4 30s linear infinite normal;
	-ms-animation: anim_1_4x4 30s linear infinite normal;
	-o-animation: anim_1_4x4 30s linear infinite normal;
}

@keyframes anim_1_4x4 {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	41% {
	opacity:1;}
	
	42% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_1_4x4 {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	41% {
	opacity:1;}
	
	42% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_1_4x4 {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	41% {
	opacity:1;}
	
	42% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_1_4x4 {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	41% {
	opacity:1;}
	
	42% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_1_4x4 {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	41% {
	opacity:1;}
	
	42% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_2_4x4 { /*2_4x4_inicio */
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_2_4x4 30s linear infinite normal;
	-webkit-animation: anim_2_4x4 30s linear infinite normal;
	-moz-animation: anim_2_4x4 30s linear infinite normal;
	-ms-animation: anim_2_4x4 30s linear infinite normal;
	-o-animation: anim_2_4x4 30s linear infinite normal;
}

@keyframes anim_2_4x4 {
	0% {
	opacity:0;}
	
	41% {
	opacity:0;}
	
	42% {
	opacity:1;}
	
	74% {
	opacity:1;}
	
	75% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_2_4x4 {
	0% {
	opacity:0;}
	
	41% {
	opacity:0;}
	
	42% {
	opacity:1;}
	
	74% {
	opacity:1;}
	
	75% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_2_4x4 {
	0% {
	opacity:0;}
	
	41% {
	opacity:0;}
	
	42% {
	opacity:1;}
	
	74% {
	opacity:1;}
	
	75% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_2_4x4 {
	0% {
	opacity:0;}
	
	41% {
	opacity:0;}
	
	42% {
	opacity:1;}
	
	74% {
	opacity:1;}
	
	75% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_2_4x4 {
	0% {
	opacity:0;}
	
	41% {
	opacity:0;}
	
	42% {
	opacity:1;}
	
	74% {
	opacity:1;}
	
	75% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_3_4x4 { /*3_4x4_inicio */
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_3_4x4 30s linear infinite normal;
	-webkit-animation: anim_3_4x4 30s linear infinite normal;
	-moz-animation: anim_3_4x4 30s linear infinite normal;
	-ms-animation: anim_3_4x4 30s linear infinite normal;
	-o-animation: anim_3_4x4 30s linear infinite normal;
}

@keyframes anim_3_4x4 {
	0% {opacity:0;}
	
	74% {opacity:0;}
	
	75% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_3_4x4 {
	0% {opacity:0;}
	
	74% {opacity:0;}
	
	75% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_3_4x4 {
	0% {opacity:0;}
	
	74% {opacity:0;}
	
	75% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_3_4x4 {
	0% {opacity:0;}
	
	74% {opacity:0;}
	
	75% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_3_4x4 {
	0% {opacity:0;}
	
	74% {opacity:0;}
	
	75% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_danger { /*Logo de Danger */
	width:80%;
	position: relative;
	z-index:3;
	margin-top:-75%;
	alignment-adjust:central;
	margin: 2% 2% 8% 10%;
	animation: anim_danger 30s linear infinite normal;
	-webkit-animation: anim_danger 30s linear infinite normal;
	-moz-animation: anim_danger 30s linear infinite normal;
	-ms-animation: anim_danger 30s linear infinite normal;
	-o-animation: anim_danger 30s linear infinite normal;
}

@keyframes anim_danger {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	43% {
	opacity:1;}
	
	44% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_danger {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	43% {
	opacity:1;}
	
	44% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_danger {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	43% {
	opacity:1;}
	
	44% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_danger {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	43% {
	opacity:1;}
	
	44% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_danger {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	43% {
	opacity:1;}
	
	44% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_bebe { /*Bebe */
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-73%;
	animation: anim_bebe 30s linear infinite normal;
	-webkit-animation: anim_bebe 30s linear infinite normal;
	-moz-animation: anim_bebe 30s linear infinite normal;
	-ms-animation: anim_bebe 30s linear infinite normal;
	-o-animation: anim_bebe 30s linear infinite normal;
}

@keyframes anim_bebe {
	0% {
	opacity:0;}
	
	43% {
	opacity:0;}
	
	44% {
	opacity:1;}
	
	76% {
	opacity:1;}
	
	77% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_bebe {
	0% {
	opacity:0;}
	
	43% {
	opacity:0;}
	
	44% {
	opacity:1;}
	
	76% {
	opacity:1;}
	
	77% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_bebe {
	0% {
	opacity:0;}
	
	43% {
	opacity:0;}
	
	44% {
	opacity:1;}
	
	76% {
	opacity:1;}
	
	77% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_bebe {
	0% {
	opacity:0;}
	
	43% {
	opacity:0;}
	
	44% {
	opacity:1;}
	
	76% {
	opacity:1;}
	
	77% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_bebe {
	0% {
	opacity:0;}
	
	43% {
	opacity:0;}
	
	44% {
	opacity:1;}
	
	76% {
	opacity:1;}
	
	77% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_basicas { /*Basicas */
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_basicas 30s linear infinite normal;
	-webkit-animation: anim_basicas 30s linear infinite normal;
	-moz-animation: anim_basicas 30s linear infinite normal;
	-ms-animation: anim_basicas 30s linear infinite normal;
	-o-animation: anim_basicas 30s linear infinite normal;
}

@keyframes anim_basicas {
	0% {opacity:0;}
	
	76% {opacity:0;}
	
	77% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_basicas {
	0% {opacity:0;}
	
	76% {opacity:0;}
	
	77% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_basicas {
	0% {opacity:0;}
	
	76% {opacity:0;}
	
	77% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_basicas {
	0% {opacity:0;}
	
	76% {opacity:0;}
	
	77% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_basicas {
	0% {opacity:0;}
	
	76% {opacity:0;}
	
	77% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_venezuela { /*Venezuela*/
	width:80%;
	position: relative;
	z-index:3;
	margin-top:-75%;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_venezuela 30s linear infinite normal;
	-webkit-animation: anim_venezuela 30s linear infinite normal;
	-moz-animation: anim_venezuela 30s linear infinite normal;
	-ms-animation: anim_venezuela 30s linear infinite normal;
	-o-animation: anim_venezuela 30s linear infinite normal;
}

@keyframes anim_venezuela {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	46% {
	opacity:1;}
	
	47% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_venezuela {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	46% {
	opacity:1;}
	
	47% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_venezuela {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	46% {
	opacity:1;}
	
	47% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_venezuela {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	46% {
	opacity:1;}
	
	47% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_venezuela {
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	46% {
	opacity:1;}
	
	47% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_rusia { /*Rusia */
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-74%;
	animation: anim_rusia 30s linear infinite normal;
	-webkit-animation: anim_rusia 30s linear infinite normal;
	-moz-animation: anim_rusia 30s linear infinite normal;
	-ms-animation: anim_rusia 30s linear infinite normal;
	-o-animation: anim_rusia 30s linear infinite normal;
}

@keyframes anim_rusia {
	0% {
	opacity:0;}
	
	45% {
	opacity:0;}
	
	46% {
	opacity:1;}
	
	78% {
	opacity:1;}
	
	79% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_rusia {
	0% {
	opacity:0;}
	
	45% {
	opacity:0;}
	
	46% {
	opacity:1;}
	
	78% {
	opacity:1;}
	
	79% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_rusia {
	0% {
	opacity:0;}
	
	45% {
	opacity:0;}
	
	46% {
	opacity:1;}
	
	78% {
	opacity:1;}
	
	79% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_rusia {
	0% {
	opacity:0;}
	
	45% {
	opacity:0;}
	
	46% {
	opacity:1;}
	
	78% {
	opacity:1;}
	
	79% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_rusia {
	0% {
	opacity:0;}
	
	45% {
	opacity:0;}
	
	46% {
	opacity:1;}
	
	78% {
	opacity:1;}
	
	79% {
	opacity:0;}
	
	100% {opacity:0;}
}


#anim_china { /*China*/
width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-74%;
	animation: anim_china 30s linear infinite normal;
	-webkit-animation: anim_china 30s linear infinite normal;
	-moz-animation: anim_china 30s linear infinite normal;
	-ms-animation: anim_china 30s linear infinite normal;
	-o-animation: anim_china 30s linear infinite normal;
}

@keyframes anim_china {
	0% {opacity:0;}
	
	78% {opacity:0;}
	
	79% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_china {
	0% {opacity:0;}
	
	78% {opacity:0;}
	
	79% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_china {
	0% {opacity:0;}
	
	78% {opacity:0;}
	
	79% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_china {
	0% {opacity:0;}
	
	78% {opacity:0;}
	
	79% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_china {
	0% {opacity:0;}
	
	78% {opacity:0;}
	
	79% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

#anim_fun_race { /*Fun race*/
	width:80%;
	position: relative;
	z-index:3;
	margin-top:-75%;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	animation: anim_fun_race 30s linear infinite normal;
	-webkit-animation: anim_fun_race 30s linear infinite normal;
	-moz-animation: anim_fun_race 30s linear infinite normal;
	-ms-animation: anim_fun_race 30s linear infinite normal;
	-o-animation: anim_fun_race 30s linear infinite normal;
}

@keyframes anim_fun_race {
	
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	48% {
	opacity:1;}
	
	49% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_fun_race {
	
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	48% {
	opacity:1;}
	
	49% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_fun_race {
	
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	48% {
	opacity:1;}
	
	49% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_fun_race {
	
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	48% {
	opacity:1;}
	
	49% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_fun_race {
	
	0.00% {
	opacity:0;}
	
	0.9% {
	opacity:1;}
	
	48% {
	opacity:1;}
	
	49% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_fox { /*Fox*/
	width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_fox 30s linear infinite normal;
	-webkit-animation: anim_fox 30s linear infinite normal;
	-moz-animation: anim_fox 30s linear infinite normal;
	-ms-animation: anim_fox 30s linear infinite normal;
	-o-animation: anim_fox 30s linear infinite normal;
}

@keyframes anim_fox {
	0% {
	opacity:0;}
	
	47% {
	opacity:0;}
	
	48% {
	opacity:1;}
	
	80% {
	opacity:1;}
	
	81% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_fox {
	0% {
	opacity:0;}
	
	47% {
	opacity:0;}
	
	48% {
	opacity:1;}
	
	80% {
	opacity:1;}
	
	81% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_fox {
	0% {
	opacity:0;}
	
	47% {
	opacity:0;}
	
	48% {
	opacity:1;}
	
	80% {
	opacity:1;}
	
	81% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_fox {
	0% {
	opacity:0;}
	
	47% {
	opacity:0;}
	
	48% {
	opacity:1;}
	
	80% {
	opacity:1;}
	
	81% {
	opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_fox {
	0% {
	opacity:0;}
	
	47% {
	opacity:0;}
	
	48% {
	opacity:1;}
	
	80% {
	opacity:1;}
	
	81% {
	opacity:0;}
	
	100% {opacity:0;}
}

#anim_monster { /*Monster*/
width:80%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 2% 10% 10%;
	float:left;
	margin-top:-75%;
	animation: anim_monster 30s linear infinite normal;
	-webkit-animation: anim_monster 30s linear infinite normal;
	-moz-animation: anim_monster 30s linear infinite normal;
	-ms-animation: anim_monster 30s linear infinite normal;
	-o-animation: anim_monster 30s linear infinite normal;
}

@keyframes anim_monster {
	0% {opacity:0;}
	
	80% {opacity:0;}
	
	81% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_monster {
	0% {opacity:0;}
	
	80% {opacity:0;}
	
	81% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_monster {
	0% {opacity:0;}
	
	80% {opacity:0;}
	
	81% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_monster {
	0% {opacity:0;}
	
	80% {opacity:0;}
	
	81% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_monster {
	0% {opacity:0;}
	
	80% {opacity:0;}
	
	81% {opacity:1;}
	
	99% {opacity:1;}
	
	100% {opacity:0;}
}

/*Cierre de animaciones de inicio*/

aside {
	display:none;}
	
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	left:5%;
	color:#FFF;
	clear:both;
	text-align:center;
	width:90%;
	alignment-adjust:central;
	margin:1%;
	padding:0%;
}
	
#footer_pc {
		display:none;}


#footer_movil {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	color:#FFF;
	clear:both;
	text-align:center;
	width:90%;
	height:70px;
	alignment-adjust:central;
	margin:0% auto;
	padding:4% 4% 1% 1%;
	background-image:url(../imagenes/footer/footer_movil.png);
	background-repeat:no-repeat;
	background-size: 65%;
	background-position:center;
	}

.parrafo_footer_movil {
	text-align:center;
	width:100%;
	margin:-1% auto 0%;
	position:relative;
	font-size:1.3em;
}


.alineacion_izquierda {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; text-indent:1em; line-height:1.5;
	/*clear:both;
	background-color:#0C3;*/
	width:auto;
	padding:0% -10%;
}



/* Para la pagina de productos*/

#lista_producto_precios {
	position:relative;
	left:3%;
	font-size:1.1em;
	list-style:none;
	background:none;
	width:98%;
	text-align:center;
	text-decoration:none;
	color: #333;
}

#lista_producto_precios a {color: #F00;
text-decoration: underline;
color: #333;
}

#lista_producto_precios a:hover {
text-decoration: underline;
color: #F00;
}

li.lista_producto {
	position:relative;
	left:17%;
	font-size:1.3em;
	list-style:none;
	background:none;
	width:75%;
	text-align:center;
	text-decoration: none;
	color: #333;
}

li.lista_producto a {color: #F00;
text-decoration: none;
width:auto;
color: #333;
}

li.lista_producto a:hover {
text-decoration: underline;
width:auto;
color: #F00;
}

#menu_producto {
	position:relative;
	alignment-adjust:central;
	left:28%;
	width:50%;
	/*background-color:#999;*/
	text-align:center;
}

#lista_producto { /*Esta lista adopta la forma del boton del menu*/
	alignment-adjust:central;
	position:relative;
	left:0%;
	font-size:1em;
	list-style:none;
	background-color: #0F0;
	text-align:center;
	width:60%;
}

iframe#pc{
	height:540px;
	width:95%;
	alignment-adjust:central;
	margin:1% 0px 0px 4%;
	position:relative;
	clear:both;
}

iframe#movil {
display:none;
}


/*Cierra la pagina de Productos*/



/* Para la pagina de servicios*/

#lista_servicio a{color: #333;
text-decoration:none;
left:50%;
}


#lista_servicio a:hover{color: #F00;
text-decoration:none;
}

#lista_servicio {
	alignment-adjust:central;
	position:relative;
	left:7%;
	font-size:1em;
	list-style:none;
	background:none;
	width: 90%;
}

#menu_servicio {
	position:relative;
	alignment-adjust:central;
	left:0%;
}


/*Para Contacto y Jhonatan*/

#jhonatan {
	background-image:url(../imagenes/Jhonatan_2.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	width:20%;
	alignment-adjust:central;
	padding:0%;
	overflow:hidden;
	margin:3% 0% 0% 30%;
	position:relative;		
}


/*Para mapa web*/
ul li.lista_mapa_web {
	text-align:left;
	list-style-type:none;
	margin-left:1%;
	font-family:Arial, Helvetica, sans-serif;
	color:#0FF;
	font-size: 1.2em; 
	text-indent:0.1em; 
	line-height:1.6;
}

ul li.lista_mapa_web2 {
	text-align:left;
	list-style-type: disc;
	margin-left:3%;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,1);
	font-size: 1.2em; 
	text-indent:0.1em; 
	line-height:1.6;
}

ul li.lista_mapa_web3 {
	text-align:left;
	list-style-type: square;
	margin-left:6%;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,1);
	font-size: 1.2em; 
	text-indent:0.1em; 
	line-height:1.6;
}

ul li.lista_mapa_web4 {
	text-align:left;
	list-style-type: circle;
	margin-left:8%;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,1);
	font-size: 1.2em; 
	text-indent:0.1em; 
	line-height:1.6;
}

.lista_mapa_web a {
	text-decoration: none;
	color: #0FF;
}

.lista_mapa_web a:hover {
	text-decoration: none;
	color: #0F0;
	text-shadow:1px 1px 10px rgba(102,255,51,1);
	-webkit-text-shadow:1px 1px 10px rgba(102,255,51,1);
	-moz-text-shadow:1px 1px 10px rgba(102,255,51,1);
	-o-text-shadow:1px 1px 10px rgba(102,255,51,1);
	-ms-text-shadow:1px 1px 10px rgba(102,255,51,1);
}

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

.lista_mapa_web2 a:hover {
	text-decoration: underline;
	color: rgba(255,255,0,1);
	text-shadow:1px 1px 10px rgba(255,255,0,1);
	-webkit-text-shadow:1px 1px 10px rgba(255,255,0,1);
	-moz-text-shadow:1px 1px 10px rgba(255,255,0,1);
	-o-text-shadow:1px 1px 10px rgba(255,255,0,1);
	-ms-text-shadow:1px 1px 10px rgba(255,255,0,1);
}

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

.lista_mapa_web3 a:hover {
	text-decoration: underline;
	color: rgba(255,153,0,1);
	text-shadow:1px 1px 10px rgba(255,153,0,1);
	-webkit-text-shadow:1px 1px 10px rgba(255,153,0,1);
	-moz-text-shadow:1px 1px 10px rgba(255,153,0,1);
	-o-text-shadow:1px 1px 10px rgba(255,153,0,1);
	-ms-text-shadow:1px 1px 10px rgba(255,153,0,1);
}

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

.lista_mapa_web4 a:hover {
	text-decoration: underline;
	color: rgba(204,255,0,1);
	text-shadow:1px 1px 10px rgba(204,255,0,1);
	-webkit-text-shadow:1px 1px 10px rgba(204,255,0,1);
	-moz-text-shadow:1px 1px 10px rgba(204,255,0,1);
	-o-text-shadow:1px 1px 10px rgba(204,255,0,1);
	-ms-text-shadow:1px 1px 10px rgba(204,255,0,1);
}

.enlace-fuentes {
	text-decoration: none;
	color: #0FF;
}

.enlace-fuentes:hover {
	text-decoration: none;
	color: rgb(0,255,0);
	text-shadow:1px 1px 10px #00FF00;
	-webkit-text-shadow:1px 1px 10px #00FF00;
	-moz-text-shadow:1px 1px 10px #00FF00;
	-o-text-shadow:1px 1px 10px #00FF00;
	-ms-text-shadow:1px 1px 10px #00FF00;
}


/*Cierre de mapa web*/

/*Para las animaciones*/


/* Fuentes animadas*/

.spinner2-1 {
	background-image:url(../imagenes/precargas/spinner2.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	animation: spinner2-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner2-1 0.8s linear 0s infinite normal both;
}

@-webkit-keyframes spinner2-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner2-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner2-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-o-keyframes spinner2-1 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

@-ms-keyframes spinner2-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

.spinner2-2 {
	background-image:url(../imagenes/precargas/spinner2.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: spinner2-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner2-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner2-1 0.8s linear 0s infinite normal both;
}


/*Precargas en SVG*/

.precarga_iz_inicio {
	float:left;
	position: absolute;
	width:50px;
	height:50px;
	-webkit-transform:translate(5px,-95px);
	-moz-transform:translate(5px,-95px);
	-o-transform:translate(5px,-95px);
	-ms-transform:translate(5px,-95px);
	transform:translate(5px,-95px);
}

/*Precarga de audio en categorias para movil*/
.precarga_iz_movil {
	float:left;
	position: absolute;
	width:55px;
	height:55px;
	-webkit-transform:translate(5px,-37px);
	-moz-transform:translate(5px,-37px);
	-o-transform:translate(5px,-37px);
	-ms-transform:translate(5px,-37px);
	transform:translate(5px,-37px);
}

.precarga_iz {
	display:none;
}

.precarga_der {
	float: right;
	position: relative;
	width:50px;
	height:50px;
	-webkit-transform:translate(0px,-30px);
	-moz-transform:translate(0px,-30px);
	-o-transform:translate(0px,-30px);
	-ms-transform:translate(0px,-30px);
	transform:translate(0px,-30px);
}

.precarga_iz_img {
	float:left;
	position: absolute;
	width:70px;
	height:70px;
	-webkit-transform:translate(0px,180px);
	-moz-transform:translate(0px,180px);
	-o-transform:translate(0px,180px);
	-ms-transform:translate(0px,180px);
	transform:translate(0px,180px);
}

.precarga_der_img {
	float: right;
	position: relative;
	width:70px;
	height:70px;
	-webkit-transform:translate(0px,180px);
	-moz-transform:translate(0px,180px);
	-o-transform:translate(0px,180px);
	-ms-transform:translate(0px,180px);
	transform:translate(0px,180px);
}

.precarga_iz_img_jhonatan {
	float:left;
	position: absolute;
	width:70px;
	height:70px;
	-webkit-transform:translate(0px,260px);
	-moz-transform:translate(0px,260px);
	-o-transform:translate(0px,260px);
	-ms-transform:translate(0px,260px);
	transform:translate(0px,260px);
}

.precarga_der_img_jhonatan {
	float: right;
	position: relative;
	width:70px;
	height:70px;
	-webkit-transform:translate(0px,260px);
	-moz-transform:translate(0px,260px);
	-o-transform:translate(0px,260px);
	-ms-transform:translate(0px,260px);
	transform:translate(0px,260px);
}

.precarga_center_medio {
	position: relative;
	width:50px;
	height:50px;
	margin:0% 47%;
}

.precarga_center_final {
	position: relative;
	width:50px;
	height:50px;
	margin:5% 46%;
}

.precarga_center_final_2 {
	position: relative;
	width:70px;
	height:70px;
	margin:5% 47%;
}


/*Cierre de Precargas en SVG*/

.spinner5-1 {
	background-image:url(../imagenes/precargas/spinner5.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	animation: spinner5-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner5-1 0.8s linear 0s infinite normal both;
}

@-webkit-keyframes spinner5-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner5-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner5-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinner5-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes spinner5-1 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

.spinner5-2 {
	background-image:url(../imagenes/precargas/spinner5.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: spinner5-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner5-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner5-1 0.8s linear 0s infinite normal both;
}

/*Es el spinner 8 modificado para movil*/
.spinner12 {
	width:5%;
	float:left;
	margin-right:0px;
	margin-top:-10px;
	}


.spinner12-1 {
	background-image:url(../imagenes/precargas/spinner8-1.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:60px;
	height:60px;
	animation: spinner8-1 1s linear 0s infinite normal both;
	-webkit-animation: spinner8-1 1s linear 0s infinite normal both;
	-moz-animation: spinner8-1 1s linear 0s infinite normal both;
	-ms-animation: spinner8-1 1s linear 0s infinite normal both;
	-o-animation: spinner8-1 1s linear 0s infinite normal both;
}

@-webkit-keyframes spinner8-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner8-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner8-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinner8-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes spinner8-1 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

.spinner12-2 {
	background-image:url(../imagenes/precargas/spinner8-2.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	width:60px;
	height:60px;
	animation: spinner8-2 1s linear 0s infinite reverse both;
	-webkit-animation: spinner8-2 1s linear 0s infinite reverse both;
	-moz-animation: spinner8-2 1s linear 0s infinite reverse both;
	-ms-animation: spinner8-2 1s linear 0s infinite reverse both;
	-o-animation: spinner8-2 1s linear 0s infinite reverse both;
}

@-webkit-keyframes spinner8-2 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner8-2 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner8-2 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinner8-2 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes spinner8-2 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

.spinner9-1 {
	background-image:url(../imagenes/precargas/spinner9.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	margin:0%;
	padding: 0%;
	animation: spinner2-1 1s linear 0s infinite normal both;
	-webkit-animation: spinner2-1 1s linear 0s infinite normal both;
	-moz-animation: spinner2-1 1s linear 0s infinite normal both;
	-ms-animation: spinner2-1 1s linear 0s infinite normal both;
	-o-animation: spinner2-1 1s linear 0s infinite normal both;
}

@-webkit-keyframes spinner9-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner9-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner9-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@-ms-keyframes spinner9-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@-o-keyframes spinner9-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

.spinner9-2 {
	background-image:url(../imagenes/precargas/spinner9.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: spinner2-1 1s linear 0s infinite normal both;
	-webkit-animation: spinner2-1 1s linear 0s infinite normal both;
	-moz-animation: spinner2-1 1s linear 0s infinite normal both;
	-ms-animation: spinner2-1 1s linear 0s infinite normal both;
	-o-animation: spinner2-1 1s linear 0s infinite normal both;
}

.spinner10-1 {
	background-image:url(../imagenes/precargas/spinner10.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	animation: spinner10-1 1s linear 0s infinite normal both;
	-webkit-animation: spinner10-1 1s linear 0s infinite normal both;
	-moz-animation: spinner10-1 1s linear 0s infinite normal both;
	-ms-animation: spinner10-1 1s linear 0s infinite normal both;
	-o-animation: spinner10-1 1s linear 0s infinite normal both;
}

@-webkit-keyframes spinner10-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner10-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner10-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinner10-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes spinner10-1 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

.spinner10-2 {
	background-image:url(../imagenes/precargas/spinner10.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: spinner10-1 1s linear 0s infinite normal both;
	-webkit-animation: spinner10-1 1s linear 0s infinite normal both;
	-moz-animation: spinner10-1 1s linear 0s infinite normal both;
	-ms-animation: spinner10-1 1s linear 0s infinite normal both;
	-o-animation: spinner10-1 1s linear 0s infinite normal both;
}

.spinner11-1 {
	background-image:url(../imagenes/precargas/spinner11.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	animation: spinner11-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner11-1 0.8s linear 0s infinite normal both;
}

@-webkit-keyframes spinner11-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes spinner11-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes spinner11-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinner11-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes spinner11-1 {
	0% {
		-o-transform:rotate(0deg);}
		
	100% {
		-o-transform:rotate(360deg);}
}

.spinner11-2 {
	background-image:url(../imagenes/precargas/spinner11.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: spinner11-1 0.8s linear 0s infinite normal both;
	-webkit-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-moz-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-ms-animation: spinner11-1 0.8s linear 0s infinite normal both;
	-o-animation: spinner11-1 0.8s linear 0s infinite normal both;
}

.loop2-1 {
	background-image:url(../imagenes/precargas/loop2.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	width:55px;
	height:55px;
	animation: loop2-1 0.8s linear 0s infinite normal both;
	-webkit-animation: loop2-1 0.8s linear 0s infinite normal both;
	-moz-animation: loop2-1 0.8s linear 0s infinite normal both;
	-ms-animation: loop2-1 0.8s linear 0s infinite normal both;
	-o-animation: loop2-1 0.8s linear 0s infinite normal both;
}

@-webkit-keyframes loop2-1 {
	0% {
		-webkit-transform:rotate(0deg);}
		
	100% {
		-webkit-transform:rotate(360deg);}
}

@keyframes loop2-1 {
	0% {
		transform:rotate(0deg);}
		
	100% {
		transform:rotate(360deg);}
}

@-moz-keyframes loop2-1 {
	0% {
		-moz-transform:rotate(0deg);}
		
	100% {
		-moz-transform:rotate(360deg);}
}

@-ms-keyframes loop2-1 {
	0% {
		-ms-transform:rotate(0deg);}
		
	100% {
		-ms-transform:rotate(360deg);}
}

@-o-keyframes loop2-1 {
	0% {
		-0-transform:rotate(0deg);}
		
	100% {
		-0-transform:rotate(360deg);}
}


.loop2-2 {
	background-image:url(../imagenes/precargas/loop2.png);
	background-size:100%;
	float: right;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	width:55px;
	height:55px;
	animation: loop2-1 1s linear 0s infinite normal both;
	-webkit-animation: loop2-1 1s linear 0s infinite normal both;
	-moz-animation: loop2-1 1s linear 0s infinite normal both;
	-ms-animation: loop2-1 1s linear 0s infinite normal both;
	-o-animation: loop2-1 1s linear 0s infinite normal both;
}

.cogs1 {
	background-image:url(../imagenes/precargas/cogs1.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position: bottom;
	padding-top:-30px;
	margin-top:-50px;
	position:relative;
	float:left;
	width:50px;
	height:50px;
	/*border: 3px solid red;*/
	animation: cogs1 2s linear 0s infinite reverse both;
	-webkit-animation: cogs1 2s linear 0s infinite reverse both;
	-moz-animation: cogs1 2s linear 0s infinite reverse both;
	-ms-animation: cogs1 2s linear 0s infinite reverse both;
	-o-animation: cogs1 2s linear 0s infinite reverse both;
}

@-webkit-keyframes cogs1 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@keyframes cogs1 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-moz-keyframes cogs1 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-ms-keyframes cogs1 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-o-keyframes cogs1 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

.cogs2 {
	background-image:url(../imagenes/precargas/cogs2.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position: right;
	position:relative;
	width:70%;
	height:60px;
	float:right;
	padding-top:0%;
	/*border: 3px solid red;*/
	animation: cogs2 3s linear 0s infinite normal both;
	-webkit-animation: cogs2 3s linear 0s infinite normal both;
	-moz-animation: cogs2 3s linear 0s infinite normal both;
	-ms-animation: cogs2 3s linear 0s infinite normal both;
	-o-animation: cogs2 3s linear 0s infinite normal both;
}

@-webkit-keyframes cogs2 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@keyframes cogs2 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-moz-keyframes cogs2 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-ms-keyframes cogs2 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

@-o-keyframes cogs2 {
	0% {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		}
		
	100% {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		}
}

.cogs {
	width:15%;
	height: auto;
	position:relative;
	margin-top:-100px;
	float:right;
	/*border: 3px solid red;*/
	}
	
/* Animacion del mapa de tuscalcomanias */

.mapa_de_tuscalcomanias {
	width:70%;
	height:auto;
	position: relative;
	z-index:10;
	alignment-adjust:central;
	margin: 3% auto;
	padding:1%;
}

.mapa_1 {
	width:100%;
	position: relative;
	z-index:1;
	margin: 0% auto;
	margin-top: 0%;
	animation: anim_mapa_1 20s linear infinite normal;
	-webkit-animation: anim_mapa_1 20s linear infinite normal;
	-moz-animation: anim_mapa_1 20s linear infinite normal;
	-ms-animation: anim_mapa_1 20s linear infinite normal;
	-o-animation: anim_mapa_1 20s linear infinite normal;
	}

@keyframes anim_mapa_1 {
	0% {opacity:1;}
	
	12.4% {opacity:1;}
	
	12.5% {opacity:0;}
	
	100% {opacity:0;}
	
}

@-webkit-keyframes anim_mapa_1 {
	0% {opacity:1;}
	
	12.4% {opacity:1;}
	
	12.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_mapa_1 {
	0% {opacity:1;}
	
	12.4% {opacity:1;}
	
	12.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_mapa_1 {
	0% {opacity:1;}
	
	12.4% {opacity:1;}
	
	12.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_mapa_1 {
	0% {opacity:1;}
	
	12.4% {opacity:1;}
	
	12.5% {opacity:0;}
	
	100% {opacity:0;}
}

.mapa_2 {
	width:100%;
	position: relative;
	z-index:2;
	alignment-adjust:central;
	margin: 0% auto 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_2 20s linear infinite normal;
	-webkit-animation: anim_mapa_2 20s linear infinite normal;
	-moz-animation: anim_mapa_2 20s linear infinite normal;
	-ms-animation: anim_mapa_2 20s linear infinite normal;
	-o-animation: anim_mapa_2 20s linear infinite normal;
	}

@keyframes anim_mapa_2 {
	0% {opacity:0;}
	
	12.4% {opacity:0;}
	
	12.5% {opacity:1;}
	
	24.9% {opacity:1;}
	
	25.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_mapa_2 {
	0% {opacity:0;}
	
	12.4% {opacity:0;}
	
	12.5% {opacity:1;}
	
	24.9% {opacity:1;}
	
	25.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_mapa_2 {
	0% {opacity:0;}
	
	12.4% {opacity:0;}
	
	12.5% {opacity:1;}
	
	24.9% {opacity:1;}
	
	25.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_mapa_2 {
	0% {opacity:0;}
	
	12.4% {opacity:0;}
	
	12.5% {opacity:1;}
	
	24.9% {opacity:1;}
	
	25.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_mapa_2 {
	0% {opacity:0;}
	
	12.4% {opacity:0;}
	
	12.5% {opacity:1;}
	
	24.9% {opacity:1;}
	
	25.0% {opacity:0;}
	
	100% {opacity:0;}
}

.mapa_3 {
	width:100%;
	position: relative;
	z-index:3;
	alignment-adjust:central;
	margin: 0% 10% 0% 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_3 20s linear infinite normal;
	-webkit-animation: anim_mapa_3 20s linear infinite normal;
	-moz-animation: anim_mapa_3 20s linear infinite normal;
	-ms-animation: anim_mapa_3 20s linear infinite normal;
	-o-animation: anim_mapa_3 20s linear infinite normal;
	}

@keyframes anim_mapa_3 {
	0% {opacity:0;}
	
	24.9% {opacity:0;}
	
	25.0% {opacity:1;}
	
	37.4% {opacity:1;}
	
	37.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_mapa_3 {
	0% {opacity:0;}
	
	24.9% {opacity:0;}
	
	25.0% {opacity:1;}
	
	37.4% {opacity:1;}
	
	37.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_mapa_3 {
	0% {opacity:0;}
	
	24.9% {opacity:0;}
	
	25.0% {opacity:1;}
	
	37.4% {opacity:1;}
	
	37.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_mapa_3 {
	0% {opacity:0;}
	
	24.9% {opacity:0;}
	
	25.0% {opacity:1;}
	
	37.4% {opacity:1;}
	
	37.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_mapa_3 {
	0% {opacity:0;}
	
	24.9% {opacity:0;}
	
	25.0% {opacity:1;}
	
	37.4% {opacity:1;}
	
	37.5% {opacity:0;}
	
	100% {opacity:0;}
}

.mapa_4 {
	width:100%;
	position: relative;
	z-index:4;
	alignment-adjust:central;
	margin: 0% 10% 0% 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_4 20s linear infinite normal;
	-webkit-animation: anim_mapa_4 20s linear infinite normal;
	-moz-animation: anim_mapa_4 20s linear infinite normal;
	-ms-animation: anim_mapa_4 20s linear infinite normal;
	-o-animation: anim_mapa_4 20s linear infinite normal;
	}

@keyframes anim_mapa_4 {
	0% {opacity:0;}
	
	37.4% {opacity:0;}
	
	37.5% {opacity:1;}
	
	49.9% {opacity:1;}
	
	50.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_mapa_4 {
	0% {opacity:0;}
	
	37.4% {opacity:0;}
	
	37.5% {opacity:1;}
	
	49.9% {opacity:1;}
	
	50.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_mapa_4 {
	0% {opacity:0;}
	
	37.4% {opacity:0;}
	
	37.5% {opacity:1;}
	
	49.9% {opacity:1;}
	
	50.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_mapa_4 {
	0% {opacity:0;}
	
	37.4% {opacity:0;}
	
	37.5% {opacity:1;}
	
	49.9% {opacity:1;}
	
	50.0% {opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_mapa_4 {
	0% {opacity:0;}
	
	37.4% {opacity:0;}
	
	37.5% {opacity:1;}
	
	49.9% {opacity:1;}
	
	50.0% {opacity:0;}
	
	100% {opacity:0;}
}

.mapa_5 {
	width:100%;
	position: relative;
	z-index:5;
	alignment-adjust:central;
	margin: 0% 10% 0% 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_5 20s linear infinite normal;
	-webkit-animation: anim_mapa_5 20s linear infinite normal;
	-moz-animation: anim_mapa_5 20s linear infinite normal;
	-ms-animation: anim_mapa_5 20s linear infinite normal;
	-o-animation: anim_mapa_5 20s linear infinite normal;
	}

@keyframes anim_mapa_5 {
	0% {opacity:0;}
	
	49.9% {opacity:0;}
	
	50.0% {opacity:1;}
	
	62.4% {opacity:1;}
	
	62.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-webkit-keyframes anim_mapa_5 {
	0% {opacity:0;}
	
	49.9% {opacity:0;}
	
	50.0% {opacity:1;}
	
	62.4% {opacity:1;}
	
	62.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-moz-keyframes anim_mapa_5 {
	0% {opacity:0;}
	
	49.9% {opacity:0;}
	
	50.0% {opacity:1;}
	
	62.4% {opacity:1;}
	
	62.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-o-keyframes anim_mapa_5 {
	0% {opacity:0;}
	
	49.9% {opacity:0;}
	
	50.0% {opacity:1;}
	
	62.4% {opacity:1;}
	
	62.5% {opacity:0;}
	
	100% {opacity:0;}
}

@-ms-keyframes anim_mapa_5 {
	0% {opacity:0;}
	
	49.9% {opacity:0;}
	
	50.0% {opacity:1;}
	
	62.4% {opacity:1;}
	
	62.5% {opacity:0;}
	
	100% {opacity:0;}
}

.mapa_6 {
	width:100%;
	position: relative;
	z-index:6;
	alignment-adjust:central;
	margin: 0% 10% 0% 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_6 20s linear infinite normal;
	-webkit-animation: anim_mapa_6 20s linear infinite normal;
	-moz-animation: anim_mapa_6 20s linear infinite normal;
	-ms-animation: anim_mapa_6 20s linear infinite normal;
	-o-animation: anim_mapa_6 20s linear infinite normal;
	}

@keyframes anim_mapa_6 {
	0% {opacity:0;}
	
	62.4% {opacity:0;}
	
	62.5% {opacity:1;}
	
	75.0% {opacity:1;}
	
	100% {opacity:1;}
}

@-webkit-keyframes anim_mapa_6 {
	0% {opacity:0;}
	
	62.4% {opacity:0;}
	
	62.5% {opacity:1;}
	
	75.0% {opacity:1;}
	
	100% {opacity:1;}
}

@-moz-keyframes anim_mapa_6 {
	0% {opacity:0;}
	
	62.4% {opacity:0;}
	
	62.5% {opacity:1;}
	
	75.0% {opacity:1;}
	
	100% {opacity:1;}
}

@-o-keyframes anim_mapa_6 {
	0% {opacity:0;}
	
	62.4% {opacity:0;}
	
	62.5% {opacity:1;}
	
	75.0% {opacity:1;}
	
	100% {opacity:1;}
}

@-ms-keyframes anim_mapa_6 {
	0% {opacity:0;}
	
	62.4% {opacity:0;}
	
	62.5% {opacity:1;}
	
	75.0% {opacity:1;}
	
	100% {opacity:1;}
}

.mapa_7 {
	width:100%;
	position: relative;
	z-index:7;
	alignment-adjust:central;
	margin: 0% 10% 0% 0%;
	float:left;
	margin-top: -101%;
	animation: anim_mapa_7 20s linear infinite normal;
	-webkit-animation: anim_mapa_7 20s linear infinite normal;
	-moz-animation: anim_mapa_7 20s linear infinite normal;
	-ms-animation: anim_mapa_7 20s linear infinite normal;
	-o-animation: anim_mapa_7 20s linear infinite normal;
	}

@keyframes anim_mapa_7 {
	0% {opacity:0;}
	
	70.0% {opacity:0;}
	
	75.0% {opacity:1;}
	
	87.4% {opacity:1;}
	
	100% {opacity:1;}
}

@-webkit-keyframes anim_mapa_7 {
	0% {opacity:0;}
	
	70.0% {opacity:0;}
	
	75.0% {opacity:1;}
	
	87.4% {opacity:1;}
	
	100% {opacity:1;}
}

@-moz-keyframes anim_mapa_7 {
	0% {opacity:0;}
	
	70.0% {opacity:0;}
	
	75.0% {opacity:1;}
	
	87.4% {opacity:1;}
	
	100% {opacity:1;}
}

@-o-keyframes anim_mapa_7 {
	0% {opacity:0;}
	
	70.0% {opacity:0;}
	
	75.0% {opacity:1;}
	
	87.4% {opacity:1;}
	
	100% {opacity:1;}
}

@-ms-keyframes anim_mapa_7 {
	0% {opacity:0;}
	
	70.0% {opacity:0;}
	
	75.0% {opacity:1;}
	
	87.4% {opacity:1;}
	
	100% {opacity:1;}
}
/*Cierre de animaciones de mapas*/


/*Animaciones de iconos y figuras*/

@keyframes cuadro1 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:1;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro1 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:1;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro1 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:1;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-ms-keyframes cuadro1 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:1;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro1 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:1;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@keyframes cuadro2 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
	60% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro2 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
	60% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro2 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
	60% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-ms-keyframes cuadro2 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
	60% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro2 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	10% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
	60% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@keyframes cuadro3 {
	
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	20% {
		opacity:0;
	}
	30% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro3 {
	
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	20% {
		opacity:0;
	}
	30% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro3 {
	
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	20% {
		opacity:0;
	}
	30% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

@-ms-keyframes cuadro3 {
	
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	20% {
		opacity:0;
	}
	30% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro3 {
	
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	20% {
		opacity:0;
	}
	30% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@keyframes cuadro4 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	30% {
		opacity:0;
	}
	40% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro4 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	30% {
		opacity:0;
	}
	40% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro4 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	30% {
		opacity:0;
	}
	40% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-ms-keyframes cuadro4 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	30% {
		opacity:0;
	}
	40% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro4 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	30% {
		opacity:0;
	}
	40% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@keyframes cuadro5 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	40% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	60% {
		opacity:1;
	}
	90% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro5 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	40% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	60% {
		opacity:1;
	}
	90% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro5 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	40% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	60% {
		opacity:1;
	}
	90% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-ms-keyframes cuadro5 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	40% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	60% {
		opacity:1;
	}
	90% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro5 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
	40% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	60% {
		opacity:1;
	}
	90% {
		opacity:0;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-left:2%;
	opacity:0;
	}
}

@keyframes cuadro6 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	70% {
		opacity:1;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
}

@-webkit-keyframes cuadro6 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	70% {
		opacity:1;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
}

@-moz-keyframes cuadro6 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	70% {
		opacity:1;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
}

@-ms-keyframes cuadro6 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	70% {
		opacity:1;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
}

@-o-keyframes cuadro6 {
	0% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	70% {
		opacity:1;
	}
	100% {background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 110px;
	margin-right:4%;
	margin-left:2%;
	opacity:0;
	}
}

/*Animaciones de autos*/

.autosanimados_movil {
	width:100%;
	margin: 0%;
	margin-bottom:5%;
	position:relative;
	float:left;
	padding:0%;
	/*background-color: rgba(153,153,153,1);*/
}

.autosanimados_pc {
	display:none;
}

.autos_y_motos_1 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	/*background-size:100%;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	background-position:center;
	width:14%;
	height: 80px;
	margin-left:2%;*/
	animation: cuadro1 2s linear 1s infinite normal both;
	-webkit-animation: cuadro1 2s linear 1s infinite normal both;
	-moz-animation: cuadro1 2s linear 1s infinite normal both;
	-ms-animation: cuadro1 2s linear 1s infinite normal both;
	-o-animation: cuadro1 2s linear 1s infinite normal both;
}

.autos_y_motos_2 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	animation: cuadro2 2s linear 1s infinite normal both;
	-webkit-animation: cuadro2 2s linear 1s infinite normal both;
	-moz-animation: cuadro2 2s linear 1s infinite normal both;
	-ms-animation: cuadro2 2s linear 1s infinite normal both;
	-o-animation: cuadro2 2s linear 1s infinite normal both;
}

.autos_y_motos_3 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	animation: cuadro3 2s linear 1s infinite normal both;
	-webkit-animation: cuadro3 2s linear 1s infinite normal both;
	-moz-animation: cuadro3 2s linear 1s infinite normal both;
	-ms-animation: cuadro3 2s linear 1s infinite normal both;
	-o-animation: cuadro3 2s linear 1s infinite normal both;
}

.autos_y_motos_4 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	animation: cuadro4 2s linear 1s infinite normal both;
	-webkit-animation: cuadro4 2s linear 1s infinite normal both;
	-moz-animation: cuadro4 2s linear 1s infinite normal both;
	-ms-animation: cuadro4 2s linear 1s infinite normal both;
	-o-animation: cuadro4 2s linear 1s infinite normal both;
}

.autos_y_motos_5 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	animation: cuadro5 2s linear 1s infinite normal both;
	-webkit-animation: cuadro5 2s linear 1s infinite normal both;
	-moz-animation: cuadro5 2s linear 1s infinite normal both;
	-ms-animation: cuadro5 2s linear 1s infinite normal both;
	-o-animation: cuadro5 2s linear 1s infinite normal both;
}

.autos_y_motos_6 {
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_1.png);
	animation: cuadro6 2s linear 1s infinite normal both;
	-webkit-animation: cuadro6 2s linear 1s infinite normal both;
	-moz-animation: cuadro6 2s linear 1s infinite normal both;
	-ms-animation: cuadro6 2s linear 1s infinite normal both;
	-o-animation: cuadro6 2s linear 1s infinite normal both;
}

.autos_y_motos_7 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro6 2s linear 1s infinite normal both;
	-webkit-animation: cuadro6 2s linear 1s infinite normal both;
	-moz-animation: cuadro6 2s linear 1s infinite normal both;
	-ms-animation: cuadro6 2s linear 1s infinite normal both;
	-o-animation: cuadro6 2s linear 1s infinite normal both;
}

.autos_y_motos_8 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro5 2s linear 1s infinite normal both;
	-webkit-animation: cuadro5 2s linear 1s infinite normal both;
	-moz-animation: cuadro5 2s linear 1s infinite normal both;
	-ms-animation: cuadro5 2s linear 1s infinite normal both;
	-o-animation: cuadro5 2s linear 1s infinite normal both;
}

.autos_y_motos_9 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro4 2s linear 1s infinite normal both;
	-webkit-animation: cuadro4 2s linear 1s infinite normal both;
	-moz-animation: cuadro4 2s linear 1s infinite normal both;
	-ms-animation: cuadro4 2s linear 1s infinite normal both;
	-o-animation: cuadro4 2s linear 1s infinite normal both;
}
.autos_y_motos_10 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro3 2s linear 1s infinite normal both;
	-webkit-animation: cuadro3 2s linear 1s infinite normal both;
	-moz-animation: cuadro3 2s linear 1s infinite normal both;
	-ms-animation: cuadro3 2s linear 1s infinite normal both;
	-o-animation: cuadro3 2s linear 1s infinite normal both;
}
.autos_y_motos_11 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro2 2s linear 1s infinite normal both;
	-webkit-animation: cuadro2 2s linear 1s infinite normal both;
	-moz-animation: cuadro2 2s linear 1s infinite normal both;
	-ms-animation: cuadro2 2s linear 1s infinite normal both;
	-o-animation: cuadro2 2s linear 1s infinite normal both;
}

.autos_y_motos_12 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_3.png);
	animation: cuadro1 2s linear 1s infinite normal both;
	-webkit-animation: cuadro1 2s linear 1s infinite normal both;
	-moz-animation: cuadro1 2s linear 1s infinite normal both;
	-ms-animation: cuadro1 2s linear 1s infinite normal both;
	-o-animation: cuadro1 2s linear 1s infinite normal both;
}

.autos_y_motos_13 { /*Carro de Formula 1*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro6 2s linear 1s infinite normal both;
	-webkit-animation: cuadro6 2s linear 1s infinite normal both;
	-moz-animation: cuadro6 2s linear 1s infinite normal both;
	-ms-animation: cuadro6 2s linear 1s infinite normal both;
	-o-animation: cuadro6 2s linear 1s infinite normal both;
}

.autos_y_motos_14 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro6 2s linear 1s infinite normal both;
	-webkit-animation: cuadro6 2s linear 1s infinite normal both;
	-moz-animation: cuadro6 2s linear 1s infinite normal both;
	-ms-animation: cuadro6 2s linear 1s infinite normal both;
	-o-animation: cuadro6 2s linear 1s infinite normal both;
}

.autos_y_motos_15 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro5 2s linear 1s infinite normal both;
	-webkit-animation: cuadro5 2s linear 1s infinite normal both;
	-moz-animation: cuadro5 2s linear 1s infinite normal both;
	-ms-animation: cuadro5 2s linear 1s infinite normal both;
	-o-animation: cuadro5 2s linear 1s infinite normal both;
}

.autos_y_motos_16 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro4 2s linear 1s infinite normal both;
	-webkit-animation: cuadro4 2s linear 1s infinite normal both;
	-moz-animation: cuadro4 2s linear 1s infinite normal both;
	-ms-animation: cuadro4 2s linear 1s infinite normal both;
	-o-animation: cuadro4 2s linear 1s infinite normal both;
}
.autos_y_motos_17 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro3 2s linear 1s infinite normal both;
	-webkit-animation: cuadro3 2s linear 1s infinite normal both;
	-moz-animation: cuadro3 2s linear 1s infinite normal both;
	-ms-animation: cuadro3 2s linear 1s infinite normal both;
	-o-animation: cuadro3 2s linear 1s infinite normal both;
}
.autos_y_motos_18 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro2 2s linear 1s infinite normal both;
	-webkit-animation: cuadro2 2s linear 1s infinite normal both;
	-moz-animation: cuadro2 2s linear 1s infinite normal both;
	-ms-animation: cuadro2 2s linear 1s infinite normal both;
	-o-animation: cuadro2 2s linear 1s infinite normal both;
}

.autos_y_motos_19 { /*Moto GP*/
	background-image:url(../imagenes/iconos_y_fuentes/autos_y_motos/autos_y_motos_2.png);
	animation: cuadro1 2s linear 1s infinite normal both;
	-webkit-animation: cuadro1 2s linear 1s infinite normal both;
	-moz-animation: cuadro1 2s linear 1s infinite normal both;
	-ms-animation: cuadro1 2s linear 1s infinite normal both;
	-o-animation: cuadro1 2s linear 1s infinite normal both;
}

/*Banderas*/

.banderasanimadas_pc {
	display:none;
}

.banderasanimadas_movil {
	width:100%;
	margin: 0%;
	margin-bottom:5%;
	position:relative;
	float:left;
	padding:0%;
	/*background-color: rgba(153,153,153,1);*/
}



.bandera_1 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_2 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_3 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_4 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_5 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_6 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_6.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.bandera_7 { /*ONU*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_7.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.bandera_8 { /*Italia*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_8.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.bandera_9 { /*Francia*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_9.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_10 { /*España*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_10.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_11 { /*Portugal*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_11.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_12 { /*Alemania*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_12.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

/*Banderas de Africa*/

.bandera_13 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_13.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_14 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_14.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_15 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_15.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_16 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_16.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_17 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_17.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_18 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_18.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Banderas de America*/

.bandera_19 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_19.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_20 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_20.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_21 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_21.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_22 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_22.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Banderas de Venezuela*/
.bandera_venezuela_1 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_venezuela_2 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_venezuela_3 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_venezuela_4 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_venezuela_5 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_venezuela_6 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_1.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}


/*Banderas de Asia*/

.bandera_23 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_23.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_24 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_24.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_25 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_25.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_palestina { /*Palestina*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_3.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

/*Banderas de Oceania e instituciones*/

.bandera_26 { /*ONU*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_26.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_27 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_27.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_28 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_28.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_29 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_29.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_30 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_30.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_31 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_31.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Banderas de Oceania*/

.bandera_32 { /*Australia*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_32.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.bandera_33 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_33.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.bandera_34 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_34.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.bandera_35 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_35.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.bandera_36 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_36.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.bandera_37 {
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_37.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de computacion*/

.computacion_1 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.computacion_2 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.computacion_3 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_2.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.computacion_4 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_2.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.computacion_5 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_3.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.computacion_6 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_3.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.computacion_7 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_4.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.computacion_8 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_4.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.computacion_9 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.computacion_10 {
	background-image:url(../imagenes/iconos_y_fuentes/computacion/computacion_5.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de deportes*/

.deportes_1 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.deportes_2 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.deportes_3 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.deportes_4 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.deportes_5 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.deportes_6 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.deportes_7 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.deportes_8 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.deportes_9 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.deportes_10 { /*Pelota de futbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_1.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.deportes_11 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.deportes_12 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.deportes_13 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.deportes_14 { /*Pelota de beisbol*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_2.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.deportes_15 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.deportes_16 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.deportes_17 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.deportes_18 { /*Pelota de basket*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_3.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.deportes_19 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.deportes_20 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.deportes_21 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.deportes_22 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.deportes_23 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.deportes_24 { /*Ciclista*/
	background-image:url(../imagenes/iconos_y_fuentes/deportes/deportes_4.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de aeronáutica*/

.aeronautica_1 {
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.aeronautica_2 {
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.aeronautica_3 {
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_2.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.aeronautica_4 {
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_2.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.aeronautica_5 { /*Logo NASA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_3.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.aeronautica_6 { /*Logo NASA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_3.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.aeronautica_7 { /*Logo EESA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_4.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.aeronautica_8 { /*Logo EESA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_4.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.aeronautica_9 { /*Logo Ejercito de China*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_5.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.aeronautica_10 { /*Logo Ejercito de China*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_5.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.aeronautica_11 { /*Bandera de China*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.aeronautica_12 { /*Bandera de China*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_5.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.aeronautica_13 { /*Logo Ejercito de Rusia*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_6.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.aeronautica_14 { /*Logo Ejercito de Rusia*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_6.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.aeronautica_15 { /*Bandera de Rusia*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_4.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.aeronautica_16 { /*Bandera de Rusia*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_4.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.aeronautica_17 { /*Estrella blanca*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_7.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.aeronautica_18 { /*Estrella blanca*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_7.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.aeronautica_19 { /*Logo CIA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_8.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.aeronautica_20 { /*Logo CIA*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_8.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.aeronautica_21 { /*Bandera de USA*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_21.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.aeronautica_22 { /*Bandera de USA*/
	background-image:url(../imagenes/iconos_y_fuentes/banderas_del_mundo/bandera_21.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.aeronautica_23 { /*Logo Milicia Bolivariana*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_10.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.aeronautica_24 { /*Logo Milicia Bolivariana*/
	background-image:url(../imagenes/iconos_y_fuentes/aeronautica/aeronautica_10.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}


/*Animaciones de emoticones*/

.emoticones_1 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.emoticones_2 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.emoticones_3 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.emoticones_4 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.emoticones_5 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.emoticones_6 {
	background-image:url(../imagenes/iconos_y_fuentes/emoticones/emoticones_6.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de peliculas*/

.peliculas_1 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.peliculas_2 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.peliculas_3 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.peliculas_4 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.peliculas_5 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.peliculas_6 { /*Ovni*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_1.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.peliculas_7 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.peliculas_8 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.peliculas_9 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.peliculas_10 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.peliculas_11 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.peliculas_12 { /*Jurassic Park*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_2.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.peliculas_13 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.peliculas_14 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.peliculas_15 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.peliculas_16 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.peliculas_17 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.peliculas_18 { /*Star wars*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_3.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.peliculas_19 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.peliculas_20 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.peliculas_21 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.peliculas_22 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.peliculas_23 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.peliculas_24 { /*Camara de video*/
	background-image:url(../imagenes/iconos_y_fuentes/peliculas/peliculas_4.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de politica*/

.politica_1 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.politica_2 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.politica_3 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.politica_4 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.politica_5 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.politica_6 {
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.politica_7 { /*Oficialismo*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.politica_8 { /*Oficialismo*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.politica_9 { /*Oficialismo*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_1.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.politica_10 { /*Oposicion*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.politica_11 { /*Oposicion*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.politica_12 { /*Oposicion*/
	background-image:url(../imagenes/iconos_y_fuentes/politica/politica_2.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}


/*Animaciones de religiosidad y espiritualidad*/

.cristianas_1 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.cristianas_2 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.cristianas_3 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.cristianas_4 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.cristianas_5 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.cristianas_6 {
	background-image:url(../imagenes/iconos_y_fuentes/cristianas/cristianas_1.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de senales*/

.senales_1 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.senales_2 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.senales_3 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.senales_4 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.senales_5 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.senales_6 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_6.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.senales_7 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_7.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.senales_8 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_8.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.senales_9 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_9.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.senales_10 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_10.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.senales_11 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_11.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.senales_12 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_12.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.senales_13 {
	background-image:url(../imagenes/iconos_y_fuentes/senales/senales_13.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de súper héroes*/

.super_heroes_1 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_2 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.super_heroes_3 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_4 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.super_heroes_5 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_6 {
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_6.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.super_heroes_7 { /*Logo de Marvel*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_7.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_8 { /*Logo de Marvel*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_7.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.super_heroes_9 { /*Logo de Marvel*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_7.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_10 { /*Logo de DC*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_8.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.super_heroes_11 { /*Logo de DC*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_8.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_12 { /*Logo de DC*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_8.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.super_heroes_13 { /*Liga de la justicia*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_9.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_14 { /*Vengadores*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_10.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_15 { /*Vengadores*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_10.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.super_heroes_16 { /*Logo de Flash*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_11.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_17 { /*Logo de Hulk*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_12.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.super_heroes_18 { /*Logo de Iron man*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_13.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_19 { /*Logo de Linterna verde*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_14.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_20 { /*Logo de Mujer maravilla*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_15.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.super_heroes_21 { /*Logo de Thor*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_16.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_22 { /*Logo de Transformers*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_17.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_23 { /*Logo de X-Men*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_18.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.super_heroes_24 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_25 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.super_heroes_26 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_27 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.super_heroes_28 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_29 { /*Harley Quinn*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_19.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.super_heroes_30 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.super_heroes_31 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.super_heroes_32 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.super_heroes_33 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.super_heroes_34 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.super_heroes_35 { /*Jojer*/
	background-image:url(../imagenes/iconos_y_fuentes/super_heroes/super_heroes_20.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

/*Animaciones de Universidades*/

.universidades_1 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_1.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.universidades_2 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_2.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.universidades_3 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_3.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.universidades_4 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_4.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.universidades_5 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_5.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.universidades_6 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_6.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.universidades_7 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_10.png);
	animation: cuadro1 3s linear 1s infinite normal both;
	-webkit-animation: cuadro1 3s linear 1s infinite normal both;
	-moz-animation: cuadro1 3s linear 1s infinite normal both;
	-ms-animation: cuadro1 3s linear 1s infinite normal both;
	-o-animation: cuadro1 3s linear 1s infinite normal both;
}

.universidades_8 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_11.png);
	animation: cuadro2 3s linear 1s infinite normal both;
	-webkit-animation: cuadro2 3s linear 1s infinite normal both;
	-moz-animation: cuadro2 3s linear 1s infinite normal both;
	-ms-animation: cuadro2 3s linear 1s infinite normal both;
	-o-animation: cuadro2 3s linear 1s infinite normal both;
}

.universidades_9 {
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_12.png);
	animation: cuadro3 3s linear 1s infinite normal both;
	-webkit-animation: cuadro3 3s linear 1s infinite normal both;
	-moz-animation: cuadro3 3s linear 1s infinite normal both;
	-ms-animation: cuadro3 3s linear 1s infinite normal both;
	-o-animation: cuadro3 3s linear 1s infinite normal both;
}

.universidades_10 { /*Logo UNERS*/
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_7.png);
	animation: cuadro4 3s linear 1s infinite normal both;
	-webkit-animation: cuadro4 3s linear 1s infinite normal both;
	-moz-animation: cuadro4 3s linear 1s infinite normal both;
	-ms-animation: cuadro4 3s linear 1s infinite normal both;
	-o-animation: cuadro4 3s linear 1s infinite normal both;
}

.universidades_11 { /*Logo Universidad Militar*/
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_8.png);
	animation: cuadro5 3s linear 1s infinite normal both;
	-webkit-animation: cuadro5 3s linear 1s infinite normal both;
	-moz-animation: cuadro5 3s linear 1s infinite normal both;
	-ms-animation: cuadro5 3s linear 1s infinite normal both;
	-o-animation: cuadro5 3s linear 1s infinite normal both;
}

.universidades_12 { /*Logo UBV*/
	background-image:url(../imagenes/iconos_y_fuentes/universidades/universidades_9.png);
	animation: cuadro6 3s linear 1s infinite normal both;
	-webkit-animation: cuadro6 3s linear 1s infinite normal both;
	-moz-animation: cuadro6 3s linear 1s infinite normal both;
	-ms-animation: cuadro6 3s linear 1s infinite normal both;
	-o-animation: cuadro6 3s linear 1s infinite normal both;
}

.senal-construccion {
	width:50%;
	left:25%;
	margin:1%;
	position:relative;
}