git-svn-id: https://192.168.0.254/svn/Proyectos.PincelCristal_Web50metros/trunk@2 88b503a1-4b58-49db-b862-13da0b49c13b
96 lines
2.3 KiB
CSS
96 lines
2.3 KiB
CSS
#header .casaMap{
|
|
float: right;
|
|
height: 200px;
|
|
width: 430px;
|
|
background-image: url('../images/apartamento2/planocasa_antes.jpg');
|
|
background-repeat: no-repeat;
|
|
background-position: top right;
|
|
}
|
|
|
|
dl#casaMap {
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent url('../images/apartamento2/planocasa_despues.jpg') top left no-repeat;
|
|
height: 365px;
|
|
width: 317px;
|
|
position: relative;
|
|
}
|
|
|
|
dt{ margin: 0; padding: 0; position: absolute;display: none; }
|
|
dd{ margin: 0; padding: 0; position: absolute;}
|
|
|
|
|
|
dd#saloncomedorDef {top: 150px; left: 25px; }
|
|
dd#saloncomedorDef a {position: absolute; width: 200px; height: 100px; text-decoration: none; }
|
|
dd#saloncomedorDef a span {display: none;}
|
|
dd#saloncomedorDef a:hover {visibility: visible;}
|
|
dd#saloncomedorDef a:hover span{
|
|
width: 100%;
|
|
top: 0%;
|
|
left: 0%;
|
|
display: block;
|
|
text-indent: 0;
|
|
color: none;
|
|
background-color: #f9abb0;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
border: 0px solid #15A7EB;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
dd#cocinaDef {top: 40px; left: 225px; }
|
|
dd#cocinaDef a{position: absolute; width: 70px; height: 150px; text-decoration: none;}
|
|
dd#cocinaDef a span{ display: none; }
|
|
dd#cocinaDef a:hover {visibility: visible;}
|
|
dd#cocinaDef a:hover span{
|
|
width: 100%;
|
|
top: 0%;
|
|
left: 0%;
|
|
display: block;
|
|
text-indent: 0;
|
|
color: none;
|
|
background-color: #E0F5FE;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
border: 0px solid #15A7EB;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
dd#habitacionDef {top: 35px; left: 20px;}
|
|
dd#habitacionDef a{position: absolute; width: 130px; height: 120px; text-decoration: none;}
|
|
dd#habitacionDef a span{ display: none; }
|
|
dd#habitacionDef a:hover {visibility: visible;}
|
|
dd#habitacionDef a:hover span{
|
|
width: 100%;
|
|
top: 0%;
|
|
left: 0%;
|
|
display: block;
|
|
text-indent: 0;
|
|
color: none;
|
|
background-color: #fbfbb2;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
border: 0px solid #15A7EB;
|
|
margin: 0;
|
|
}
|
|
|
|
dd#banoDef {top: 255px; left: 135px;}
|
|
dd#banoDef a{position: absolute; width: 160px; height: 65px; text-decoration: none;}
|
|
dd#banoDef a span{ display: none; }
|
|
dd#banoDef a:hover {visibility: visible;}
|
|
dd#banoDef a:hover span{
|
|
width: 100%;
|
|
top: 0%;
|
|
left: 0%;
|
|
display: block;
|
|
text-indent: 0;
|
|
color: none;
|
|
background-color: #fada97;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
border: 0px solid #15A7EB;
|
|
margin: 0;
|
|
} |