﻿@charset "utf-8";
/* CSS Document */

header
{
    background-color: rgba(30, 57, 72,0.7);    
    padding-top: 1px;
    clear: both;
    border-bottom: 1px solid white;
}
    header h1
    {
        margin-bottom:0;
    }
#logo_marca a
{
    display: block;
    text-decoration: none;
    margin: 6px auto 12px;
    background: url(../images/Bandalux_logo.png) no-repeat;
    width: 211px;
    height: 40px;
}


#Modal .modal-footer
{
    border: 0px;
    padding: 0px 20px 30px;
}

div.izquierda
{
    width: 50%;
    float: left;
}

div.derecha
{
    width: 50%;
    float: right;
    text-align: right;
}

i.pdf
{
    display: inline-block;
    background: url(../images/icopdf.png) no-repeat;
    width: 35px;
    height: 35px;
}

i.video
{
    display: inline-block;
    background: url(../images/icovideo.png) no-repeat;
    width: 35px;
    height: 35px;
}

i.xls
{
    display: inline-block;
    background: url(../images/icoexcel.png) no-repeat;
    width: 35px;
    height: 35px;
}

i.interior
{
    display: inline-block;
    background: url(../images/icoInt.png) no-repeat;
    width: 35px;
    height: 35px;
}

i.exterior
{
    display: inline-block;
    background: url(../images/icoExt.png) no-repeat;
    width: 35px;
    height: 35px;
}

input[type="checkbox"] + span.icono:before
{
    vertical-align: super !important;
}

.row + .row.f
{
    margin-top: 0px !important;
}

a#addfiles:target
{
    text-decoration: none;
}

.widget-container.addFiles
{
    min-height: 30px;
}

.widget-container.listFiles
{
    padding-bottom: 30px;
}

.sinp
{
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 25px;
}

.sinp2
{
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.tipofile
{
    font-size: 25px;
    color: #0080ab;
}

.iconofile
{
    display: block;
}

a.ModFileEnlace
{
    cursor: pointer;
}

.filetype.pdf
{
    width: 32px;
    height: 30px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
}

.filetype.xls, .filetype.xlsx
{
    width: 32px;
    height: 30px;
    background-image: url(../images/excel.png);
    background-repeat: no-repeat;
}

.filetype.dwg
{
    width: 32px;
    height: 30px;
    background-image: url(../images/dwg.png);
    background-repeat: no-repeat;
}

.filetype.youtube
{
    width: 32px;
    height: 30px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
}
