.modal-titulo {
    background-color: #a4c7f7;
    border-radius: 6px 6px 0px 0px;
}

.grilla-icono img {
    width: 28px !important;
    height: 28px !important;
}

.sin-borde {
    padding: 0px !important;
    margin: 0px !important;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.table > thead > tr > th {
    vertical-align: middle !important;
    text-align: center !important;
}

.fondo-seccion {
  background: #fffcf1;
  border: 1px solid #dddddd !important;
}

.grilla-revision{
    background-color: #7063ab;
    color: white;
    /*border-radius: 6px 6px 0px 0px;*/
}

.centrado {
    text-align: center !important;
}

.causal_id {
	text-decoration: none !important;
    background-color: white !important;
    border: 1px #3577b0 solid !important;
    border-radius: 12px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    cursor: pointer !important;
}
.sin_margen {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.alert-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.alert-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.alert-error a
{
    color:#8a1f11;
}

div.alert-notice a
{
    color:#514721;
}

div.alert-success a
{
    color:#264409;
}
