html,body {
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	vertical-align: top;
}
p {
	color: #000;
	text-align: justify;
	font-size: 11px;
}
#central{
	width: 700px;
	height: 422px;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -211px; 
	margin-left: -350px; 
	z-index:991;
	text-align: center;
}
#foot {
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	min-height:10px;
	height:40px;
	z-index: 999;
	color: #000;
}
h1, h1 a{
	/*display:block;
	float:right;*/
	color: #008080;
	font-size: 10px;
	text-align:left;
	padding-right: 10px;
	height:12px;
}
h1 a:hover{
	/*display:block;
	float:right;*/
	color: #006699;
	font-size: 10px;
	text-align:right;
	margin: 0px auto;
	padding-right: 10px;
	height:12px;
	font-style: normal;
	text-decoration: line-through;
}
.pic{
	float: right;
}
#resol, #resol h1{
	width: 490px;
	text-align: right;
	float: right;
	margin-right: 20px;
	color: #000000;
}
#animacion {
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 600px; /*Le ponemos el valor del alto*/
	width: 800px; /*Le ponemos el valor del ancho*/
	margin-top: -300px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -400px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	/*background-color: #fff; Este es el kolor de fondo, para ke el ejemplo sea visible*/
	z-index:995;
}
img{
	border: none;
}
#tooltip {
	background-color: #EBEBEA;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 120px;
	max-width: 100px;
	line-height: 12px;
}
#tooltip h3 {
	margin: 0;
	padding: 0 3px;
	text-align: left !important;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #4682B4;
}
#tooltip p {
	font-size: 10px;
	margin: 5px 0 0 5px;
	text-align: left;
}
#fla{
width: 100%;
height: 100%;
	}