link {
    outline: none;
    border: 0px;
    border: none;
}
a {
    color: #B93A27;
    text-decoration: none;
}
img {
    border: none;
    outline: none;
}
.textoProyecto {
    display: none;
}
.textoCantidad {
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    color: #F2683E;
    margin: 21px 0 0;
}
.textNumero {
    font-size: 0.8em;
    color: #bd360d;
    margin-left: 10px;
}
.textLeyenda {
    font-size: 0.6em;
    color: #288700;
    margin-left: 10px;
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
}
#containerHigh { 
    float: left;
    width:300px;
}
#containerHighUp { 
    float: left;
    background: #000000;
    width: 300px;
    height: 150px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#containerImg {
    margin: 0 auto 5px;
    width: 300px;
    height: 110px;
}
#containerImg a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 0 25px;
    width: 300px;
    height: 110px;
    background: url(http://static.amazings.es/images/amazings_revista.png) no-repeat 50% 50%;
}
#containerImg img {
    display: none;
}
#containterHighDown{
    float: left;
    background-color: #FFFFFF;
    padding: 2px;
    width: 294px;
    height: 50px;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#logo {
    float: left;
    width: 50px;
    background-image: url("/newimages/logop.png");
    background-repeat: no-repeat;
    height: 49px;
}
#containerBar {
    float: right;
    margin: 0 10px 0 0;
    width: 140px;
}
#backgroundBar {
    float: left;
    margin-top: 7px;
    background-color: #c9d9a8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 7px;
    width: 140px;
}
#bar {
    float: left;
    margin-top: 2px;
    margin-left: 4px;
    border-radius: 8px;
    height: 3px;
    width: 75px;
    background-color: #9c352d;
}
#containerRecaudado {
    float: left;
    width: 66px;
    margin-top: 1px;
}
#containerDias {
    float: left;
    width: 73px;
    margin-top: 1px;
}

