/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 7, 2019, 8:12:35 PM
    Author     : Ale
*/

.bg_index{
    //background: #8a8a8a;
    background-image: url('../images/bg_index.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg_incendio{
    background: #000;
    background-image: url('../images/bg_incendio.png');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg_voz_datos{
    background-image: url('../images/bg_voz2.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg_video{
    background-image: url('../images/bg_videovigilancia.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg_acceso{
    background-image: url('../images/bg_acceso.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg_grafica{
    padding: 90px 180px;
    background-image: url('../images/servicios.png');
    background-size: 100% auto;
    //background-attachment: fixed;
    background-repeat: no-repeat;
}
.m-t-50{
    margin-top: 50px;
}
.bg_white{
    padding: 50px;
    background: rgba(0, 0, 0, 0.7);
}
.bg_blanco{
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}
.bg_blanco2{
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
}
.bg_rojo{
    padding: 10px;
    background: rgba(174, 37, 14, 0.8);
}
.bg_azul{
    padding: 10px;
    background: rgba(56, 74, 181, 0.8);
}
.bg_verde{
    padding: 10px;
    background: rgba(70, 140, 35, 0.8);
}
.bg_naranja{
    padding: 10px;
    background: rgba(248, 120, 21, 0.8);
}
.m-b-100{
    margin-bottom: 100px;
}
.texto_blanco{
    color: white;
}
.texto_negro{
    color: black;
}
footer{
    background: #575656;
    color: white;
}