/* General */
/* background: #CCCCCC url(/imgs2/b-bg.gif) repeat left */
body {
	background-color: #CCCCCC;
	background: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}
	
form {	
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
#fin_foot {
	clear: both;
	width: auto;
	height: auto;
	display: block;
	float: none;
	padding: 15px 1em 1em 1em;
	background: #091640 url(/imgs2/foot_bg.jpg) repeat-x top;
	color: #fff;
}
#fin_foot #nav2 {
	float: left;
	width: 47%;
	text-align: center;
}
#fin_foot a:link, #fin_foot a:hover, #fin_foot a:visited, #fin_foot a:active {
	color: #fff;
}
#fin_foot a:hover {
	background: #000;
}
/* la invo va con margen igual al ancho de nav2 */
#fin_foot #foot_info {
	font-size: smaller;
	margin-left: 47%;
}
a.foot_actual {
	color: #fff;
	text-decoration: none;
}
/* powered by */
a#powered, a#powered:link, a#powered:visited {
	float: right;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	font-size: 7pt;
}
a#powered:hover {
	background: transparent;
}
a#powered img {
	vertical-align: middle;
}

/* ancho de textos para optima lectura: */
.opt_tx {
	width: 37em;
}

/* elimino espacio entre parrafos */
p {margin:0; padding: 0;}

/* fondo editable */
body.mceContentBody {
  background: #fff;
  color: #000;
  background-image: none;
}
