@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------------------------------------
MY ROYAL RESORTS VACATIONS
Septiembre 2008
----------------------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------------------
				SELECTORES UNIVERSALES
----------------------------------------------------------------------------------------- */

	body{
		color:#696969;
		font-family:Arial;
		font-size:13px;
		line-height:18px;
		margin:0px;
	}
		
/* Base Link Styles */
	a:link, a:visited  {
		text-decoration:none;
		color:#0e8bb9;
		}
	a:hover{
		text-decoration:underline;
	}
		

/*Universales*/
	
		
	img{	border:none !important;}
	
	strong{
		color:#000;
	}
	
	h1 {
		font-family: “Lucida Sans Unicode”, sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: -2px;
		line-height: 1.2em;
		color:#3765A1;
		margin-bottom:10px;
		}

		
	h2 {
		margin:0 0 2px 0;
		padding:0;
		color:#355d95;
		font-size:16px;
		}


	h3 { 
		margin:0 0 4px 0;
		padding-bottom:6px;
		color:#d3af14;
		font-size:13px;
		font-style:normal;
		font-weight:normal;
		border-bottom:1px solid #e1e5e9;
		}
	
	
	

		
	/*LISTADO DE CATEGORIAS*/
	.categoria{
		float:left;
		width:590px;
		border-top:1px solid #dadada;
		padding:10px 0 10px 0;
		height:auto;
		margin-top:10px;
	}
	
	.textoscategoria{
		width:420px;
		float:left;
		padding-left:10px;
	}
	
	.imagenflotante{
		float:left;
	}
	
		

	
	

	

/* LISTAS GENERICA*/
	.lista_plana {
		clear:left; 
		line-height:15px;
		margin:0; 
		padding:0;
		color:#2D2D2D;
		}

	.lista_plana li { 
		display:block; 	
		list-style:none;
		background: url(../images/bullet.jpg) no-repeat 5px 5px; 
		padding:3px 0 8px 25px;
		}

