/* ********************************************************************************************************************/
/*-------------------------------------------------------------------------------------------*/
/*  COMPENDIO DE CSS BÁSICO PARA USAR EN TEMAS DE WORDPRESS. */ 
/*  CREADO POR www.planetahuevo.es*/ 
/*   Basado en woothemes y Elegant themes shortcodes*/ 
/*  Ãºltima version descargable aquÃ­: www.planetahuevo.es*/ 
/*  A copiar y pegar en el custom.css de cualquier tema. */ 
/**/
/**/
/**/
/**//*-------------------------------------------------------------------------------------------*/
/* 17. List Styles - Unordered List */
/*<div class="ph-list tick"></div>*/
/*<div class="ph-list arrow"></div>*/
/*-------------------------------------------------------------------------------------------*/
.entry .ph-list ul li, .ph-list ul li, .entry .ph-list ul li ul, .ph-list ul li ul {
   list-style-type: none;
   padding-left:25px;
   background: url() no-repeat scroll left top;
   margin-bottom:0.5em;
}
.entry .ph-list.tick ul li, .ph-list.tick ul li { background: url(https://lh5.googleusercontent.com/--Gr1s_XnpzQ/UcIMoZ3JwLI/AAAAAAAAD6c/HIEMaNYxUaw/s16/shortcode-tick.png) no-repeat left top; }
.entry .ph-list.red-x ul li, .ph-list.red-x ul li { background: url(https://lh3.googleusercontent.com/-BPi7l0XIwu0/UcIMn_Cl0yI/AAAAAAAAD6Y/LcJWI9SNDi8/s16/shortcode-red-x.png) no-repeat left top; }
.entry .ph-list.bullet ul li, .ph-list.bullet ul li { background: url(https://lh4.googleusercontent.com/-Hoc2kCKgwUo/UcIMnqiLxtI/AAAAAAAAD50/0dq0QS_3IOQ/s16/shortcode-bullet.png) no-repeat left top; }
.entry .ph-list.green-dot ul li, .ph-list.green-dot ul li { background: url(https://lh6.googleusercontent.com/-d1zFAS-ahHw/UcIMnvmRa-I/AAAAAAAAD6Q/vdGv1uv1vrU/s16/shortcode-green-dot.png) no-repeat left top; }
.entry .ph-list.arrow ul li, .ph-list.arrow ul li { background: url(https://lh3.googleusercontent.com/-Dip-oYeuJIc/UcIMnZJXQEI/AAAAAAAAD54/MqUvNKbWkPk/s16/shortcode-arrow.png) no-repeat left top; }
.entry .ph-list.star ul li, .ph-list.star ul li { background: url(https://lh5.googleusercontent.com/-Q98bVAyTJo8/UcIMoTx92SI/AAAAAAAAD6g/xxSwqNBPr6c/s16/shortcode-star.png) no-repeat left top; }

/*-------------------------------------------------------------------------------------------*/
/* 18. List Styles - Ordered List */
/*<div class="ph-list dec"></div>*/
/*<div class="ph-list dec"></div>*/
/*-------------------------------------------------------------------------------------------*/

.entry .ph-list ol li, .entry .ph-list ol li ol, .ph-list ol li {
   list-style-type: none;
   margin-left: 25px;
   background: url() no-repeat scroll left top;
  margin-bottom:0.5em;
}
.entry .ph-list.dec ol li, .ph-list.dec ol li { list-style-type: decimal; }
.entry .ph-list.upper-alpha ol li, .ph-list.upper-alpha ol li { list-style-type: upper-alpha; }
.entry .ph-list.upper-latin ol li, .ph-list.upper-latin ol li { list-style-type: upper-latin; }
.entry .ph-list.upper-roman ol li, .ph-list.upper-roman ol li { list-style-type: upper-roman; }
