.error{
	color: #a94442;
	font-weight: bold;
}
.table-responsive {
	overflow-x: visible;
}
body{
	padding-right:0 !important;
}
.modal { 
    overflow: auto !Important; 
}
.body-hide-scroll{
	overflow-y: hidden;
}
.mayus{
	text-transform: uppercase;
        font-family: cambria;
}

.cabeceraTabla{
    font-family: cambria;
    font-size: 12px;
    background-color:#135896;
    color:#FFFFFF;
    
}

.filaTabla{
    font-family: cambria;
    font-size: 12px;
    border-color:#135896;
    border: 1px solid #135896;
    height: 5%;
    
}
#fila{
    border-bottom: 1px solid #135896;
    border-right: 1px solid #135896;
    text-align: center;
    height: 5px;
}
#filacabecera{
    text-align: center;
    border-right: 1px solid #ffffff;
    border-bottom:  1px solid #ffffff;
}

.dataTables_wrapper {
    font-family: tahoma;
    font-size: 10pt;
    clear: both;
    *zoom: 1;
    zoom: 1;
}


