body{
    background-color: #676161;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#cuerpo{
    background-color: #666666;
    height: 400px;
}

img{
    border: none;
}

div.derecha{
    float: right;
}
div.izquierda{
    float:left;

}

div.izquierdaimg{
    float:left;

}

div.copy{
    font-size: 12px;
    width: 90%;
    color: #D6D6D6;
    text-align: center;
}

div.privado{
    text-align: left;
}

div.galeria{
    margin-right: 100px;
    margin-top: 15px;
}

#menu ul {
    margin:0px;
    padding:0px;
    background-color:#666;
    border-bottom: 1px solid #666666;
    font: 13px Verdana;

}

#menu ul li {
    height:33px;
    line-height:33px;
    list-style:none;
    padding-left:10px;
    cursor:pointer;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}



#menu ul li a:visited, #menu ul li a{
    text-decoration: none;
}

#menu ul li:hover{

    font-weight:bolder;

}

#menu ul li:hover {
    position:relative;
}

#menu ul li a{         /*color letras menu*/
    color: #d2d2d2;
}
#menu ul li a:hover{
    color: #fee28a;
}

#menu ul ul {
    display:none;
    position:absolute;
    left:120px;
    top:5px;
    border:#999 solid;
    border-width:0px;
    background-color:#666666;
}

#menu ul li:hover ul {
    display:block;
}

#menu ul ul li {
    width:250px;
    float:left;
    display:inline;
    border:none;
    color: #F9C72F;
}

#menu li:hover ul li ul {
    display:none;

}

#menu ul ul li ul {
    left:110px;
    background-color:#0099CC;

}
#menu ul ul li:hover ul {
    display:block;
}



/*menu img*/

#menuimg ul {
    margin:0px;
    padding:0px;
    background-color:#666;
    border-bottom: 1px solid #666666;
     margin-top: 3px;

}

#menuimg ul li {
    height:33px;
    line-height:33px;
    list-style:none;
    padding-left:15px;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;

}



#menuimg ul li a:visited, #menu ul li a{
    text-decoration: none;
}

#menuimg ul li:hover{
    background-color: #666666;
}

#menuimg ul li:hover {
    position:relative;
}





/*menu img*/
ul#bloglist li a{
    color: #d2d2d2;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    text-decoration: none;
}
ul#bloglist li a:visited{
    text-decoration: none;
}

ul#bloglist li{
    background: transparent url('http://www.albertopalomera.com/Punto3.gif') left no-repeat;
    display: inline;
    margin-left: 25px;
}

ul#bloglist li a:hover{

    text-decoration: none;
    color:#fee28a;
    padding-left: 19px;
    background: transparent url('http://www.albertopalomera.com/Punto.gif') left no-repeat;
}
