body {
    font-family: 'Conv_Trebuchet MS',Sans-Serif;
}
#masinfo {
	background-color: rgba(255, 255, 255, 0.95);
    left: auto;
    margin: 14% 8%;
    position: fixed;
    right: auto;
    top: 0;
    /*width: 660px;*/
}

#contenido-personaje {
	max-height: 350px;
	overflow-y: auto; 
}

.region-content ul, .region-content ol {
    margin: 0em 0;
    padding: 0 0 0.25em 0em;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 0.5px;
}

h3, .h3 {
    font-size: 18px;
}
p {
    font-size: 12px;
}

#filtrosactuales .label {
    font-size: 1.25em;
}

.rediseno {
    font-family: 'Roboto';
}
.rediseno .btn-primary {
    color: #fff;
    background-color: #44a5db;
    border-color: #44a5db;
    margin: 3px;
    border-radius: 0px;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.rediseno .panel-default {
    border-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 155px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.rediseno h3 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 17px;
}
.rediseno p.atributos {
    margin-bottom: -4px;
    font-size: 14px;
}
.rediseno a.masinfo,.rediseno a.menosinfo {
    cursor: pointer;
    color: #44a5db;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    float: right;
    margin-right: 10px;
}
.rediseno .foto{
    width: 60px;
    float: left;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}
.rediseno p {
    font-family: Georgia;
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 10px;
}
.rediseno .masinfo-personaje {
    margin-top: 10px;¡
    -webkit-transition: height 1s, -webkit-transform 2s;
    transition: height 1s, transform 2s;
}
.rediseno .label-primary {
    color: #fff;
    background-color: #44a5db;
    margin-right: 5px;
    border-radius: 0;
}
.rediseno .label-primary a{
    margin-left: 5px;
}

@media screen and (max-width: 575px) {
    div.col-xs-6{
        width: 100%;
    }
}