/*#content #msg{
    float: left;
    width: 100%;
}*/

#msg,#msg_operations{
    /*max-width: 100%;
    width: auto !important;
    height: auto !important;
    padding:inherit;
    margin: auto;*/
    font-family:arial,sans-serif;
    font-size:11px;
    text-align: justify;
}

.msg{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    padding:inherit;
    margin: auto;
    font-family:arial,sans-serif;
    font-size:11px;
    text-align: justify;
}

.msg .warning{
    border: 1px solid #ffd324;
    background: #fff8bf;
    padding: 4px;
    margin: 4px;
}

.msg .succes{
    border: 1px solid #9c9;
    background: #e2f9e3;
    padding: 4px;
    margin: 4px;
}


/********* ERROR  ********/

#msg #error, #msg_operations #error{
    border: 1px solid #f34f4f;
    background: #ffe1da;    
    padding: 4px;
    margin: 4px;
}

#msg #error #title, #msg_operations #error #title{
    color: #be0b0b;
    font-weight: bold;
    background: #ffe1da url("../img/error.gif") left top no-repeat;
    padding: 2px 0px 5px 20px;
}

#msg #error #description, #msg_operations #error #description{
    color: #be0b0b;
}

/********* INFORMACION  ********/

#msg #information, #msg_operations #information{
    border: 1px solid #36c;
    background: #e5ecf9;    
    padding: 4px;
    margin: 4px;
}

#msg #information #title, #msg_operations #information #title{
    color: #36c;
    font-weight: bold;
    background: #e5ecf9 url("../img/information.gif") left top no-repeat;
    padding: 2px 0px 5px 20px;
}

#msg #information #description, #msg_operations #information #description{
    color: #36c;
}

/**********  PELIGRO  ************/

#msg #warning, #msg_operations #warning{
    border: 1px solid #ffd324;
    background: #fff8bf;    
    padding: 4px;
    margin: 4px;
}

#msg #warning #title, #msg_operations #warning #title{
    color: #eb830c;
    font-weight: bold;
    background: #fff8bf url("../img/warning.gif") left top no-repeat;
    padding: 2px 0px 5px 20px;
}

#msg #warning #description, #msg_operations #warning #description{
    color: #eb830c;
}

#msg #warning a, #msg_operations #warning a{
    cursor: pointer;
    text-decoration: none;
    color: #eb830c;
    font-weight: bold;
}

#msg #warning a:hover, #msg_operations #warning a:hover{
    color: red;
}

/**********  CORRECTO  ************/

#msg #succes, #msg_operations #succes{
    border: 1px solid #9c9;
    background: #e2f9e3;    
    padding: 4px;
    margin: 4px;
}

#msg #succes #title, #msg_operations #succes #title{
    color: #080;
    font-weight: bold;
    background: #e2f9e3 url("../img/succes.gif") left top no-repeat;
    padding: 2px 0px 5px 20px;
}

#msg #succes #description, #msg_operations #succes #description{
    color: #080;
}

#msg #succes a, #msg_operations #succes a{
    cursor: pointer;
    text-decoration: none;
    color: #080;
    font-weight: bold;
}

#msg #succes a:hover, #msg_operations #succes a:hover{
    color: red;
}

.description{
  width: 100%;
  padding: 10px 20px 10px 20px;
  text-align: justify;
  font-size: 11px;
  line-height:14px;
    font-family: "Lucida Grande", Arial, sans-serif;
}

.highlight{
  color: #0075EA;
  font-family:"arial", "helvetica", sans-serif;
  font-size:11px;
  font-weight:bold;
}