@charset "utf-8";
/* CSS Document */

div#infoheader {
	width: 934px;
	clear: both;
	height: 48px;
	background-image: url(../graficos/dw_infoheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 1px;
	padding: 12px;
	font-size: 2.8em;
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
div#columnamaininfo {
	color: #000;
	width: 944px;
	clear: both;
	padding: 4px 2px 0px 2px;
}
div#columnamaininfo h5 {
	color: #fff;
	width: 944px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #900;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 4px 5px;
	background-image: url(../graficos/dw_decoheader_m.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div#columnamaininfo p {
	color: #000;
	text-align:justify;
	margin: 0px 0px 8px 0px;
}
div#columnamaininfo p a {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
}
div#columnamaininfo p.centrado {
	text-align:center;
}
div#columnamaininfo a img {
  border-width: 1px;
	border-style: solid;
	border-color: #000;
}

div#columnamaininfo img {
  border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 2px;
	/*margin: 1px;*/
}

div#columnamaininfo img.izq {
  float: left;
	margin: 0px 6px 6px 0px;
}

div#columnamaininfo img.centro {
  margin: 0px 0px 6px 0px;
}

div#columnamaininfo img.der {
  float: right;
	margin: 0px 0px 6px 6px;
}

div#columnamaininfo img.nodeco {
  border-width: 0px;
	border-style: none;
}


