/* CSS Document */

BODY{
background: url(img/fondo.jpg) repeat-x #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

h1{
font-size:14px;
font-weight:bold;
color:#669;
}

#content{
width:800px;	
height:600px;
position:relative;
margin-top:0px;
margin:auto;
}

#pie{
width:800px;
height:39px;
position:relative;
margin:auto;
}

/*-- index --*/

#index{
width:800px;
height:561px;
position:absolute;
margin:auto;
margin-top:0px;
background-image:url(img/base_index.gif);
}

#fot_ind{
width:650px;
height:200px;
position:relative;
margin-top:85px;
margin-left:150px;
}

#botones{
width:222px;
height:50px;
position:relative;
margin:auto;
margin-top:200px;
margin-left:50px;
}


/*-- paginas --*/
#casa{
width:800px;
height:720px;
margin:auto;
background-image:url(img/sup_casa.gif);
}

#apartamento{
width:800px;
height:750px;
margin-top:0px;
margin:auto;
background-image: url(img/sup_apart.gif);
}

#texto{
width:600px;
margin-top:100px;
margin-left:70px;
position:absolute;
text-align:justify;
}

.tex_az{
color:#660;
}

#vacaciones{
width:800px;
height:760px;
margin:auto;
background-image: url(img/vacaciones.gif);
}

#entorno{
width:800px;
height:900px;
margin:auto;
background-image: url(img/entorno.gif);
}

#volver{
width:100px;
height:15px;
margin-right:30px;
margin-top:20px;
float:right;
}

a.volver:hover, a.volver:visited, a.volver:link{
color:#660;
font-weight:bold;
text-decoration:none;
}

a.links:visited, a.links:link{
color:#366;
text-decoration:none;
font-weight:bold;
font-stretch:expanded;
}

a.links:hover{
color:#366;
text-decoration:underline;
font-weight:bold;
font-stretch:expanded;
}
