#section-reparaciones { font-family: 'Roboto', sans-serif;}

#mi-bano { position: relative;}

.mi-bano-elemento {
	position: absolute;
	display: block;
}

.click-elemento { cursor: zoom-in; }

.modal-content {margin-top:-400px !important;}

/* Posicionar Fotos reparacion */
#icon-tool-1 { top: 4%; left: 42%;}
#icon-tool-2 { top: 47%; left: 8%;}
#icon-tool-3 { top: 74%; left: 27%;}
#icon-tool-4 { top: 16%; right: 0%;}


.nombre-foto { font-weight: 300; }

/* Personalizar Modal */
img .img-modal { text-align: center; }
.modal-header h3 {margin-top: 10px; margin-bottom: 0;}
.modal-header .btn-cerrar {
    float: right;
    cursor: hand;
}

.panel-title span{ float: right; }
.panel-title a { display: block; }
.panel-title a:hover { text-decoration: none; }

.panel-body {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.modal-header-reparacion {
    color:#ffffff;
    padding: 15px;
    background-color: #313140;
}

.modal-header-reparacion h2 {
    font-size: 26px;
    padding-left: 45px;
    padding-bottom: 3px;
    display: inline;
    background: url('/static/contenido/Proyecto-Ideas/Reparacion-y-Mantencion/living-y-estar/images/icon-tool-ns.png') no-repeat;
}

.panel-default {
    border-color: transparent;
    border-bottom: 1px solid #c9c9c9;
}

.panel-default>.panel-heading {
    color: #666;
    background-color: #ffffff;
    border-color: transparent;
}

.close {
    float: right;
    font-size: 21px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1.0; 
}

.listado-reparacion {
    margin: 10px 0;
}

.modal-open .modal {
    position: absolute;
    z-index: 1100;
}

.vista-mobile {
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.vista-mobile h4{
    color: #666666;
}

@media (min-width: 768px){
    .modal-dialog {
        margin: 50% auto 0;
    }
}
