@charset "UTF-8";
/* CSS Document */

/*  
Tema: Travel
URL: http://www.yucatango.com
Version: 2.0
Arte y desarrollo: Dario Gutierrez
Septiembre 2008
*/
/*...............................................................................*/
/*	ETIQUETAS UNIVERSALES 														 */
/*...............................................................................*/

	
/* LINKS */
a:link, a:active, a:visited  {
	color:#fff; 
	text-decoration:underline;
	}
	
a:hover {
	color:#fff; 
	text-decoration:underline;
	}


img{border:none !important;}

/* TEXTO */

p{
	margin-top:5px;
	padding-bottom:5px;
}

strong{
	color:#FFCC33;
}

h1 {
		font-family: Cambria, serif;
		font-size: 29px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: .7em;
		margin-top:0px;
		color:#FFF;
	}

h2 { 
	font-size: 1.5em;
	font-family: Cambria, serif;
	font-weight: normal;
	color:#fff;
	line-height: 1em;
	letter-spacing: -0.025em;
	margin:0;
	}

h3 { 
	font-size: 1em;
	font-weight: bold;
	color:#6E6E6E;
	line-height: 1em;
	letter-spacing: -0.025em;
	margin:0;
	text-transform:uppercase;
	}
	
.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;
}
