/*
*/

body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align:center;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

td {
	margin: 0;
	padding: 0;
}

span {
	margin: 0;
	padding: 0;
}

/*
	Titulares
*/

h2.center {
	text-align: center;
}

h2.left {
	text-align: left;
}

div.titlebar h2 {
	line-height: 20px;
	padding-left: 5px;
}

div#isColores h2 {
	line-height: 15px;
	padding-left: 15px;
}

ul.miniblocks li h2 {
	line-height: 20px;
	margin: 5px 0 0 0;
}

/*
	listas
*/

li.dots3 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url('../imagenes/3dots.png') center bottom no-repeat;
}

li.left {
	text-align: left;
}

/*
	Generales
*/

.bggris {
	background: url('../imagenes/fondomenu.gif');
}

.bgazul {
	background: url('../imagenes/fondocabazul.gif');
}

.bgverde {
	background: url('../imagenes/fondomenujdm.gif');
}

.separahoriz {
	background: url('../imagenes/separahoriz.gif') repeat-y;
}

.padded15 {
	padding:0 15px;
}

.pdf_small {
	display: block;
	line-height: 10px;
	/*padding: 17px 0 17px 51px;  /* espaciado necesario por las condiciones de la licencia del icono pdf */
	background: url('../imagenes/pdficon_small.gif') 17px 50% no-repeat;
}

.pdf {
	display: block;
	line-height: 10px;
	padding: 32px 0 32px 96px;  /* espaciado necesario por las condiciones de la licencia del icono pdf */
	background: url('../imagenes/pdf.gif') 32px 50% no-repeat;
}