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

/*  
Tema: Travel
URL: http://www.royalresorts.com
Version: 3.0
*/
/*	ETIQUETAS UNIVERSALES  */


/* LINKS */
a:link, a:visited  {
	color:#fff; 
	text-decoration:underline;
	}
	
a:hover {
	color:#000; 
	text-decoration:underline;
	}

ul{
	color:#FFF;
}

strong{
	color:#97d7ff;
}

img{border:none !important;}

/* TEXTO */
p{
	margin-top:5px;
	padding-bottom:0px;
}

h1 {
		font-size: 22px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing:-.8px;
		line-height: .7em;
		margin-top:0px;
		color:#97d7ff;
		font-family: "Trebuchet MS", sans-serif;
	}
	
h1.line{
	border-bottom:1px solid #2375AA;
	padding-bottom:10px;
}

h2 { 
	font-size: 16px;
	font-weight: normal;
	color:#85CAE9;
	line-height: 2em;
	letter-spacing: -0.025em;
	margin:0;
	font-family: "Trebuchet MS", sans-serif;
	}

h3 { 
	font-size:14px;
	font-weight:300;
	color: #e9dc19;
	line-height: 2em;
	letter-spacing: -0.025em;
	margin:0;
	font-family: "Trebuchet MS", sans-serif;
	}

.login{
	font-size:12px;
	color:#FFFFFF;
	font-weight:300;
	line-height:16px;
}

.points{
	font-size:16px;
	font-weight:500;
	color:#afe52f;
}

	
.texto_slogan{
	background:#000000;
	padding:9px;
	font-size:26px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.texto_auxpanel{
	background:#80210b;
	padding:9px;
	font-size:20px;
	color:#FFFFFF;
}

.flotante{
	float:left;
	margin-right:20px;
}

