/*

#header {
    width: 500px;
    margin:0 auto;
}

#header #logo
{

    margin 10px auto;

}

#header #texto
{
    width: 390px;
}
*/
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body
{
    font-family:'Open Sans', 'Georgia', Times New Roman, Times, serif;
    font-size: 16px;
}
.main {
    height: 270px;
    border: 1px dashed #29ABE2;
    margin-bottom: 7px;
    width: 170px;
    text-align: center;
    float: left;
}

.main:hover {
    background-color: #444;
    color: #fff;
}

a {
    color: #DF3D82;
    text-decoration: none;
}

a:hover {
    color: #DF3D82;
    text-decoration: underline;
}


.box2 {
    text-align: center;
    margin: 5px 5px 5px 5px;
    height: 150px;
    position: relative;
}

.box2 img {
    border: 1px solid #ccc;
    padding-top: 0px;
    width: 120px;
}

.ctitle {
    font-size: 1em;
}

.artemanual {
    background: url(http://www.facoelche.com/images/manual80.png);
    width: 80px;
    height: 80px;
    position: absolute;
    left: 16px;
    top: -3px;
}


/*

cajas

*/

.aviso {
    background: #fffddc url("/images/aviso.png") no-repeat 10px;
    padding: 0 10px 7px 37px;
    border: 1px solid #f0ea8b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    margin: 10px 0 10px 0;
}

.correcto {
    background: #dfffe4 url("/images/correcto.png") no-repeat 10px;
    padding: 0 10px 7px 37px;
    border: 1px solid #94d19e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    margin: 10px auto 10px auto;
}

.error {
    background: #ffe8e8 url("/images/error.png") no-repeat 10px;
    padding: 0 10px 7px 37px;
    border: 1px solid #ff8a8a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    margin: 10px 0 10px 0;
}

#footer {
    clear: both;
}

.cartelimg {
    max-height:90% important;
    border: 1px solid #777;
    transition: all 300ms;
    margin:15px;
}

.cartelimg:hover {
    border: 1px solid green;
    transform:scale(103%);
}
.explicacion {
    height:250px;
    font-size:90%;
    overflow-y: auto;
    margin-bottom: 15px;
    background-color: #eee;
    padding: 8px;
}

/*
.gallery_concurso {
         margin-bottom: 60px;
         height: 400px;
}
.gallery_concurso h4 {
        text-align: center;
}
*/

.thumbnail {
    position: relative;
    padding: 0.4em;
    margin-bottom: 20px;
}

.votebutton {
    margin: 15px 0;
}

.imgtitle {
    height: 3em;
}