@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------------------------------------
GRAND RESIDENCES RIVIERA MORELOS Y CABOS
Tema: Ownership
URL: No definido
Version: 1.0
Diseniador: Dario Gutierrez
Imagen y animaciones: Vanessa Montserrat
Webmaster: Vanessa Vivas
Junio 2 2008
----------------------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------------------
				SELECTORES UNIVERSALES
----------------------------------------------------------------------------------------- */

	body { 
		margin:0; 
		padding:0;
		color:#978b6c;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:17px;
		background:#7e9db6;
		}
		
/* Base Link Styles */
	a:link, a:visited  {
		text-decoration:underline;
		/*color:#978b6c;*/
		color:#857b53;
		}
	a:hover{
		color:#000;
		text-decoration:underline;
	}
		

/*Universales*/
	p {  
		margin:0 0 10px 0;
		}
		
	img{	border:none !important;}
	
	strong{
			color:#857b53;
	}
	
	h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: bold; 
		font-style: normal;
		text-align:left;
		margin:5px 0 2px 0;
		font-size:14px;
		color:#6c889f;
		}

		
	h2 {
		font-family:"Gill Sans";
		font-weight: normal; 
		font-style: normal;
		margin:0 0 2px 0;
		padding:0;
		color:#fff;
		}


	h3 { 
		font-family:"Gill Sans";
		font-weight: normal; 
		font-style: normal;
		margin:0 0 4px 0;
		padding:0;
		color:#000;
		
		}
	
	
	

		
	/*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;
		z-index:0;
	}
	#imagenflotante_margen{
		float:left;
		z-index:0;
		margin:0 15px 0px 0px;
	}
	
	
	
		

/* 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.gif) no-repeat 5px 5px; 
		padding:3px 0 5px 25px;
		}

