@charset "UTF-8";
/* CSS Document */

/*  
Tema: Travel
URL: http://www.royalresorts.com
Version: 3.0
*/
/*	ETIQUETAS UNIVERSALES  */


/* LINKS */
a:link  {
	color:#003366; 
	text-decoration:underline;
	}
	
a:hover {
	color:#000; 
	text-decoration:underline;
	}

ul{
	color:#000000;
}

strong{
	color:#003366;
}

img{border:none !important;}

/* TEXTO */
p{
	margin-top:5px;
	padding-bottom:5px;
}

h1 {
		font-size: 20px;
		font-family:"Trebuchet MS";
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing:-.8px;
		line-height: 1.2em;
		margin-top:0px;
		color:#000;
	}
	
h1.line{
	border-bottom:1px solid #d1d1d1;
	padding-bottom:10px;
}

h1.line1px{
	border-bottom:1px solid #d1d1d1;
	padding-bottom:10px;
	text-height:1px;
	height:1px;
}


follow {
		font-size: 20px;
		font-family:"Trebuchet MS";
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing:-.8px;
		line-height: 1.2em;
		margin-top:0px;
		color:##929292;
		text-align:right;	
	}

h2 { 
	font-family:"Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	line-height: 1em;
	letter-spacing: -0.025em;
	margin:0;
	}

h3 { 
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:300;
	color:#000;
	line-height: 1em;
	letter-spacing: -0.025em;
	margin:0;
	
	}
	
.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;
}