﻿  .titulo-modulo { 
    color: #428bca; 
    font-size: 23px;
}

 .titulo-filtro { 
    color: #428bca; 
    font-size: 18px;
}


  
.msj_color_error {
    color: red;
    font-size:15px;
    font-family: "Times New Roman", Times, serif;
    font-weight:bold
}

.msj_color_ok {
   color: green;
   font-size:15px;
   font-family: "Times New Roman", Times, serif;
   font-weight:bold
}

.color_footer {
  border-top:1px solid #C0C0C0 ;
 background-color: #DCDCDC;
}

.color_header {
    border: 1px solid #4297d7;
    background: #5c9ccc url('fe_imagen/imagen2.png') 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold
}



