    div #menu5 {
        position: absolute;
		right:20px;
		top:15px;
		padding:0;
		border-style:none //dotted;
		border-color:blue;
    }
	
    div #menu5otro {
        clear: both;
		margin: 0;
        position:relative;
		right:0;
    }
	
	body {
	margin: 0 auto;
	width:1024px;
	height:680px;

/*	background-image: url('css/images/AriasFincasGoogleMaps3.png') ;   Granate oscuro: #932E36 
	background-image: url('css/fotos/dsc_8984.jpg') ; 
*/	background-repeat:no-repeat;
/*	background-size:800px 600px; */
	background-size:1024px 680px;
	background-position: center 0px ;	
		


	}

	body a {
        margin: 0;
        padding: 0;
    }
	
    div {
		position:relative;
        background-color: none;
		margin:0;
		padding:0;
		border-style:none //dashed;
		border-color:blue;
    }

	div * {
        margin: 0;
        padding: 0;
    }

    p {
        color: blue;
        background-color: none;
        text-align: justify;
    }
	
    img {
        background-color: none;
		width:80px;
		height:140px;
/*		position:relative;
		width:auto;
		height:auto;
*/		}
/*		
	img:hover{
		position:absolute;
		top:0px;
		left:520px;
		width:300px ;
		height:320px ;
	}	
*/	
	#izquierda {
		position:relative;
		margin-top:0px;
		width:400px;
		height:200px;
		padding:0;    
		border-style:none //dashed;
		border-color:green;
		}
		
    #derecha {
		float:right;
		top:200px;
		width:35%;
		height:200px;
 		margin:auto;
		padding:0;
		border-style:none //continuous;
		border-color:green;
		}
		
	#centro {
		position:float;
		top:100px;
		width:20%;
 		margin:auto;
		padding:0;
		border-style:none //dashed;
		border-color:pink;
		 }
 
	#izquierda  * {
		float:left;
		height:auto;
		width:auto;
		padding:0;
		margin-left:0;
	}

	#izquierda  img {
		height:100%;
		width:100%;
	}
	
	#derecha * {
		 float:right;
		 height:auto;
		 width:auto;
		 padding:0;
		 margin:0;
	}	
	
	#centro * {
		 width:auto;
		 height:auto;
		 padding:0;
		 margin-left:0;
	}	
	
	#fotoarriba{
		position:absolute;
		left:0px;
		top:10px;
		width:100%;
		height:50px;
		border-style:none //dotted;
		border-color:green;
	}
	
	#fotoabajo{
		clear:both;
		position:absolute;
		left:0px;
		width:1024px;
		height:50px;
		border-style:none //none;
		border-color:green;

	}
	#principal{
	position:relative;
	background-color:none;
	border-style:none //dotted;
	border-color: red;
	width:800px;
	height:245px;
	top:180px;
	right:auto;
	left:auto;
	padding:0;
	margin:0 auto;
	}
	
	#cuerpo{
	clear:both;
	width:100%;
	height:75%;
	padding:0;
	margin:0 auto;
	border-style:none //continuous;
	border-color: red;
	}

	#contenedor{
	position:center;
	margin: 0 auto;

 	width:1024px;
	height:680px;
/**/
	padding:0;
	border-style:none //dotted;
	border-color: purple;	

/*	background-image: url('css/images/AriasFincasGoogleMaps3.png') ; */
	background-repeat:no-repeat;
	background-size:1024px 680px;
	background-position: center 0px ;	
	
	}
