/*BODY*/
body#cuerpo{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#003366;
	background-image:url('../imagenes/body/back_01.jpg');
	background-repeat:repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}
a:active {
	color: #FF9900;
	text-decoration:none;
}
/*contenido*/
div#intro{
	width:100%;
	height:100%;
	top:10%;
	left:0px;
	right:auto;
	bottom:auto;
	position:absolute;
	text-align:center;
}
.saltari{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
	color:#FFFFFF;
}