/*
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 : 07/07/2016, 12:03:23
    Author     : sebastiantroya
*/

table{
    font-size: 12px;
}
.oculto{
	display:none;
}
.container{
    width: 100% !important;
}
.alert-success{
	background-color:#2e690d;
}