/*ESTILOS NORMALES, MÓVILES EN VERTICAL
   ========================================================================= */

ul,ol {
	margin:0 0 0 20px;
	padding:0;
}

ul {
	list-style-image:url(../../imagenes/bullet.gif);
}

ul.sin_bullet {
	list-style-image:none;
	list-style-type:none
}

ul.flexrow li {
	margin:0 10px;
}
ol {
	counter-reset: item;
  	list-style:none;
}

ol:not(.none) > li:before {
	counter-increment: item;	
	content: counter(item, decimal) ') ';
}

ol.romanomy > li:before{
	content: counter(item, upper-roman) ') ';
}
ol.romanomi > li:before{
	content: counter(item, lower-roman) ') ';
}
ol.letrasmy > li:before {
	content: counter(item, upper-alpha) ') ';
}

ol.letrasmi > li:before{
  content: counter(item, lower-alpha) ') ';
}
ol.none > li:before {
	content: (' ');
}
ol.none {
	list-style:none;
}

#contenedorcentral li {
	margin:10px 2px;
}
li.espaciada{
	margin-bottom:20px;
}



dt {
	font-weight: bold;
}
dt a {
	font-weight: normal;
}
dd {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 10px;
}

/*RESPONSIVE
   ========================================================================= */
 
/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (min-width: 768px) {

}

 
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (min-width: 1024px) {
	ul,
	ol {
		margin-left:40px;
	}
}

/* Escritorios grandes
   ------------------------------------------------------------------------- */
@media (min-width: 1200px) {

}