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


body{
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px; 
font-family: Tahoma, Geneva, sans-serif;
font-size: 0.9em;
font-style:normal;

}


@keyframes mov-izq{
  100%{background-position:-940px 0px}
}

@-webkit-keyframes mov-izq{
 	100%{background-position:-940px 0px}
}


#info{
		/*clear:both;*/
		position: absolute;
		float: left;
		right:0;
		height:424px;
		background: url(#); background-repeat:repeat-x;
		z-index: 2;
		margin-bottom:0px;
		top: 0;
		width:100%;
}


@media screen and (max-width: 650px) {
.body{
background-repeat: repeat-x;
width:98%;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style:normal;
max-width: 99.5%;
}
.body{
  animation-name: mov-izq;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 6s;
 
	-moz-animation-name: mov-izq;
	-moz-animation-duration: 100s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 5s; 
	  
	-webkit-animation-name: mov-izq;
	-webkit-animation-duration: 100s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 5s;
}

@keyframes mov-izq{
  100%{background-position:-940px 0px}
}

@-webkit-keyframes mov-izq{
 	100%{background-position:-940px 0px}
}

#info{

		position: absolute;
		float: left;
		right:0;
		height:1px;
		background: url(#); background-repeat:repeat-x;
		z-index: 2;
		margin-bottom:0px;
		top: 0;
		width:100%;
}

}