git-svn-id: https://192.168.0.254/svn/Proyectos.PincelCristal_Web50metros/trunk@2 88b503a1-4b58-49db-b862-13da0b49c13b
78 lines
1.8 KiB
CSS
78 lines
1.8 KiB
CSS
#header .casaMap {
|
|
}
|
|
|
|
h4 ul {
|
|
font-size:18px;
|
|
line-height:170%;
|
|
margin:0 0 0 15px;
|
|
text-align:left;
|
|
}
|
|
|
|
dl#casaMap {
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent url('../images/apartamento3/planocasa_despues.jpg') top left no-repeat;
|
|
height: 365px;
|
|
width: 345px;
|
|
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: 200px; }
|
|
dd#cocinaDef a{position: absolute; width: 70px; height: 200px; 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: 185px; left: 180px;}
|
|
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;
|
|
}
|