/*
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 : 27/09/2015, 12:35:21 PM
    Author     : Josue
*/

.login{
    width: 350px;
    height: 300px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
      background: -webkit-linear-gradient(#2bb3a9,white);
     background: -moz-linear-gradient(#2bb3a9,white);
     background: -o-linear-gradient(#2bb3a9,white);
     background: linear-gradient(#2bb3a9,white);
}
.cuerpo{
     background: -webkit-linear-gradient(orange,white);
     background: -moz-linear-gradient(orange,white);
     background: -o-linear-gradient(orange,white);
     background: linear-gradient(orange,white);  
}
.cuerpoRojo{
     background: -webkit-linear-grANDEANTECadient(red,white);
     background: -moz-linear-gradient(red,white);
     background: -o-linear-gradient(red,white);
     background: linear-gradient(red,white);
}
.cuerpoAmbar{
     background: -webkit-linear-gradient(orange,white);
     background: -moz-linear-gradient(orange,white);
     background: -o-linear-gradient(orange,white);
     background: linear-gradient(orange,white);
}
.cuerpoVerde{
     background: -webkit-linear-gradient(#11e110,white);
     background: -moz-linear-gradient(#11e110,white);
     background: -o-linear-gradient(#11e110,white);
     background: linear-gradient(#11e110,white);
}
.navegador {
    background: #00d7c5;
    color: white;
}
.navegador ul li a{
    color:white;
}
.Cont1{
        position: absolute;
        left: 228px;
        top:118px;
        width: 1026px;
        height: 600px;
        background-color: whitesmoke;
    }
    .matri{
        width: 300px; position: absolute;
        left: 328px;
        top:20px;
    }
    #detalleContenido{
        width: 650px; position: absolute;
        left: 180px;
        top:260px;
    }
    .estadoRojo{
        height: 30px;
        width: 30px;
        background: #fb0e0b;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }
    .estadoVerde{
        height: 30px;
        width: 30px;
        background: #41d214;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    } 
    .estadoAmbar{
        height: 30px;
        width: 30px;
        background: #fbc30b;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    } 
    .parpadea{
        animation-name: parpadeo;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        
        -webkit-animation-name: parpadeo;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        
    }
    @-moz-keyframes parpadeo{
        0%{ opacity: 1.0;}
        50%{opacity:0.0;}
        100%{opacity:1.0;}
    }
    @-webkit-keyframes parpadeo{
        0%{ opacity: 1.0;}
        50%{opacity:0.0;}
        100%{opacity:1.0;}
    }
    @keyframes parpadeo{
        0%{ opacity: 1.0;}
        50%{opacity:0.0;}
        100%{opacity:1.0;}
    }
    .filaRoja{
        background: #f2dede;            
    }
    .filaAmbar{
        background: #fcf8e3;
    }
    .filaVerde{
        background: #dff0d8;
    }
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.fondo {
  background: url("fondo.jpg");
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

