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

body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
  font-size: 1.5em;
}

/* 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 */
/*Centrar*/
p.centrar { 
	text-align: center;
 	/* background-color: #f0a42a; border: solid 2px #ee9; */
}
/*Derecha*/
p.Derecha { 
	text-align: right; 
	/* background-color: #dba1e1; border: solid 2px #ee9; */
}
/*Justificar*/
p.Justificar { 
	text-align: justify; 
	/* background-color: #e1dd1d; border: solid 2px #ee9; */
}
/*Fecha*/
p.date {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/*Notas Ocultas*/
p.hidden-note /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}
/*Texto azul*/
p.azul /* p[@class!="hidden-note"] */ {
    color: #00e;
    /* color: red; border: 2px solid red; */
}
/*Texto verde*/
p.verde /* p[@class!="hidden-note"] */ {
    color: #090;
    /* color: red; border: 2px solid red; */
}
/*Texto rojo*/
p.rojo /* p[@class!="hidden-note"] */ {
    color: #f00;
    /* color: red; border: 2px solid red; */
}
/*Importante*/
p.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}
/*Bordes de imagenes*/
img.border {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}
/*Listas especiales*/
ul.special,
ol.special {
    color: green;
    /** / background-color: #fc9; border: 2px solid red; /**/
}

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


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