Código HTML:
Ver original#container{width:965px; margin:0 auto;}
/***************Cabecera**********************/
#cabecera{color: #80FF00;}
/***************Menu************/
#menu{font-family: Georgia;
font-size: 15px;
text-shadow: 0 1px 0 rgba(255,255,255,.50);
color: #262626;
}
.lavalamp {
position: relative;
border: 1px solid #d6d6d6;
background: #fff;
padding: 15px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
border-radius : 10px;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
background : rgb(64,181,197);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(104,188,255)), to(rgb(74, 138, 255)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(104,188,255)), to(rgb(74, 138, 255)));
border: 1px solid #68BCFF;
height: 18px;
}
ul {
margin: 0;
padding: 0;
z-index: 300;
position: absolute;
}
ul li {
list-style: none;
float:left;
text-align: center;
}
ul li a {
padding: 0 27px;
text-align: center;
}
.floatr {
position: absolute;
top: 10px;
z-index: 50;
width: 70px;
height: 30px;
border-radius : 8px;
-moz-border-radius : 8px;
-webkit-border-radius : 8px;
background : rgba(0,0,0,.20);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
/***************Contenido principal************/
#main{
width: 965px;
height: 400px;
}
#izquierda2{
width: 180px;
height: 110px;
margin-top:10px;
padding: 10px 0px 0px 0px;
float:left;
background: #94D1F1;
font-size: 21px;
color: white;
text-align: center;
border: 1px solid #CED5D7;
border-radius: 6px;
box-shadow: 0px 2px 10px #B5C1C5, 0 0 0 0px #EEF5F7 inset;
}
#mapa{
width:430px;
height:557px;
margin-top:10px;
margin-left:15px;
background: green;
float: left;
border: 1px solid #CED5D7;
border-radius: 6px;
box-shadow: 0px 2px 10px #B5C1C5, 0 0 0 0px #EEF5F7 inset;
#encontramos{
width:120px;
height:120px;
margin-top:10px;
margin-left: 10px;
float:left;
margin-top:0px;
}
#prueba{
margin-top:20px;
font-size: 30px;
}
/* #panelderecho{
width: 200px;
height: 400px;
padding: 0px 28px;
float: left;
font-family: sans-serif;
font-size: 11px;
color: #94D1F1;
*/
/*
div.spacer, soluciona el alto de #main en diseños con 2 columnas
*/
div.spacer{clear:both; height:10px; display:block;}
/