@charset "ISO-8859-1";

#content-picture img {
	max-width: 100%;
}
.list-llamados {
    margin-top: 50px;
}
.list-llamados .box {
    width: 213px;
    float: left;
    margin: 10px;
}
.box * {
	box-sizing: border-box;
}
.box-img {
	position: relative;
}
.box-img img {
	max-width: 100%;
}
.box-title a {
    position: absolute;
    top: 0;
    width: 100%;
    top: 25%;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    text-decoration: none;
    font-size: 16px;
}
.box-postularme {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.box-postularme a {
    color: #737373;
    text-decoration: none;
}
.box-ref {
	background-color: #999999;
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.box-ref span { 
	color: #fff;
}