#content_zone {text-align: justify }
#content_zone p{margin-bottom: 10px;}
#content_zone p strong{}
#content_zone a{color: #4176BB; text-decoration:none; font-weight:501}
#content_zone a:hover {text-decoration: none;border-bottom: 1px solid #4176BB;}
#content_zone ul{list-style-type: square; margin-left: 40px; margin-bottom: 10px;}
#content_zone ul li{margin: 8px 0 0 0;}
#content_zone .textVerd{color: #66CC00;}
#content_zone .subText{vertical-align:sub; font-size:9px;}
#content_zone .petitText{font-size:9px;}
#content_zone .bigText{font-size:17px; font-weight: bold;}
#content_zone .bigTextVerd{font-size:24px;color: #66CC00;}
#content_zone .imatgeAmbEspai{margin: 20px 0 20px 0;}
#content_zone .aliniatDreta{text-align:right;}
/* si lo activamos tiene predominancia sobre la table de los formularios
#content_zone table {}
#content_zone table p{margin:0 0 10px 0;padding:0;}
#content_zone table th{color: #66CC00; text-align: left;}
#content_zone table .titols{padding-bottom: 10px;}
#content_zone table tr{margin:0; padding: 0;}
#content_zone table td{margin:0; padding: 2px; border-top:1px solid #D3D3D3;}
*/


.negreta {font-weight:bold;}

/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/*body {
  font-family: sans-serif;
}*/



/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Date */
.date p /* p */ {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* PARA: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
.important p /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* IMAGE: Border */
.border img /* img */ {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* LIST: Special */
.special ul,
.special ol /* ul,ol */ {
    color: green;
    /* background-color: #fc9; border: 2px solid red; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/* Pepe: Special */
.pepe /* pepe */{background-color:red;}
