#icons-instructions {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid lightblue;
}
#icons-instructions .inner {
    padding: 10px;
}
#icons-instructions label, #icons-instructions select {
    display: inline;
}
#icons-instructions p {
    margin: 0;
}
#icons-instructions pre {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
}
#icons-base .icon, #icons-social .icon {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    margin: 5px;
    padding: 10px;
}
#icons-base .icon span {
}
#icons-base .icon.social span {
}
#icons-base .icon.white, #icons-social .icon.white {
    background: none repeat scroll 0 0 #999999;
}
#icons-base .icon.selected, #icons-social .icon.selected {
    background: none repeat scroll 0 0 gold;
    border: 1px solid orange;
    color: #FFFFFF;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

td#nombre_sitio a {
    color: #166294;
    text-decoration: none;
}

.header-div {
	clear: both;
    height: 156px;
    width: 100%;
	background:-moz-linear-gradient(0% 100% 90deg,#D1D1D1, #FFFFFF)
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D1D1D1))
}

.center-div {
    margin: 0 auto;
    width: 960px;
}

.date-font {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    letter-spacing: -1px;
}
.date-numbers {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    letter-spacing: -1px;
}

