@charset "utf-8";
@import url("modulos.css");
@import url("base.css");
@import url("menus.css");
@import url("fuentes.css");
@import url("portafolio.css");
@import url("articulos.css");

div.error {
  background: #f7e5e5 url(../images/error-icon.gif) no-repeat 8px 8px; 
  border-top: 2px solid #db9f9f; 
  border-bottom: 2px solid #db9f9f;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #551111;
}

div.error a {
  color: #cc0000;
  text-decoration: underline;
}

div.mensage {
  background: #e5eef7 url(../images/message-icon.gif) no-repeat 9px 8px; 
  border-top: 2px solid #8db1d4; 
  border-bottom: 2px solid #8db1d4;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #385c7f;
  text-align: left;
  font-weight: normal;
}

div.mensage a {
  text-decoration: underline;
  color: #4c88bc;
}

div.alert {
  background: #fff8cf url(../images/alert-icon.gif) no-repeat 9px 8px; 
  border-top: 2px solid #e0ce62; 
  border-bottom: 2px solid #e0ce62;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #64591b;
  text-align: left;
  font-weight: normal;
}

div.alert a {
  text-decoration: underline;
  color: #d26f3a;
}

div.error a:hover, div.mensage a:hover, div.alert a:hover {
  text-decoration: none;
}

