body {
  margin:0;
  padding:0;
	background-color:#83A946;
	background-image:url(../images/template/fondo.png);
	background-repeat:repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}
img {
	border:none;
}
a {
	color:#4a6401;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#C54F16;
}
table {
	border-collapse:collapse;
}


/* LAYOUT */
#wrapper {
	margin:0pt auto;
	width:995px;
}
#logo {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}
#content {
  background-color:#F1E6BE;
  padding: 10px 50px 0 50px;
}
#title-1 { 
	font:26px Times;
	color:#877A4A;
	letter-spacing:-1px;
	border-bottom: 1px solid #DCD0A5;
	width: 420px;
}
#block {
  border:1px solid #DCD0A5;
  background:#FDF9E9;
  padding:27px 20px 27px 20px;
  margin-top:7px;
	color:#695f38;
}
#footer {
	margin: 10px auto; 
	width: 995px;
	background-color:#FFFFFF;
	padding:2px 0;
	text-align:center;
}

/* TABS MENU */
.menu_bgr {
	background:transparent url(../images/template/menu_tal.gif) repeat-x scroll left bottom;
	height:46px;
}
.menu_lbg {
	background:transparent url(../images/template/menu_lbg.gif) no-repeat scroll left bottom;
	height:46px;
}
.menu_rbg {
	background:transparent url(../images/template/menu_rbg.gif) no-repeat scroll right bottom;
	height:46px;
}
.menu {
	padding:0;
	white-space:nowrap;
}
.menu ul {
	height:46px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu ul li {
	display:inline;
	float:left;
	font-weight:bold;
	margin:0;
	margin-right:2px;
}
.menu span {
	background:#FFFFFF url(../images/template/top_menu_act_right.gif) no-repeat scroll right top;
	color:#000000;
	text-decoration:none;
	height:46px;
	float:left;
  padding-left: 20px;
}
.menu span strong {
	background:transparent url(../images/template/top_menu_act_left.gif) no-repeat scroll left top;
	color:#000000;
	text-decoration:none;
	padding-top:15px;
	float:left;
	position:relative;
	left:-20px;
	padding-left:17px;
	height:30px;
}
.menu span.inactive {
	height:45px;
	border-bottom:1px solid #87B90C;
}
.submenu {
	background:url(../images/template/submenu-fon.gif) repeat-x;
	padding:8px 6px 8px 16px;
	font-size:10px;
}

/* CONTENT BLOCK */
#block table {
	width:100%;
	margin:0;
}
#block ul {
	list-style-position:inside;
}
#block td {
	padding:3px;
  border:1px solid #fff;
  background-color:#F1E6BE;
}
#block table.noborder > tbody > tr > td, #block table.noborder > tr > td {
	border:none;
	background:none;
}
#block p {
	text-align:justify;
}
#toolt p {
	text-align:left;
}
#block a {
	font-weight:bold;
	color:#4a6401;
	text-decoration:none;
}
#block a:hover {
	text-decoration:underline;
}
#block a:visited {
	color:#8bae28;
}
#block em {
	color:#653506;
	font-style:normal;
}
.resumen {
	color: #9c783a;
	text-align:center;
	font-size:1.5em;
}
.pies {
	font-style:italic;
	font-size:0.8em;
}

/* FOOTER ROUNDED */
.footer_left {
	background: url(../images/template/footer_left.gif) no-repeat;
	height: 18px;
	width: 9px;
	float: left;
}
.footer_line {
	background: url(../images/template/footer_line.gif) repeat-x;
	height: 18px;
	width: 975px;
	float: left;
}
.footer_right {
	background: url(../images/template/footer_right.gif) no-repeat;
	height: 18px;
	width: 11px;
	float: left;
}

/* OTROS */
.clear {
  clear:both;
}
.texto2 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}
.capitulo_indice {
	font-size:110%;
	font-weight:bold;
}
.Estilo1 {font-size: 2px}
.tabla_titulo {
background-color:#FCD248;
border:2px solid #FFFFFF;
color:#632C17;
padding:10px;
}

.atooltip {
	cursor:pointer;
}
.fontsize3 {
	font-size:140%;
}
.symbol {
	font-style:italic;
	font-size:90%;
}

.marco_drcha {
	width:350px;
	float:right;
	text-align:justify;
	margin:0px 12px 12px 12px;
}
.marco_izq {
	width:350px;
	float:left;
	text-align:justify;
	margin:0px 12px 12px 12px;
}
.marco_center {
	width:350px;
	margin:0 auto;
	text-align:center;
}
img.detail {
	cursor:pointer;
}

div.navigator {
	width:165px;
	height:50px;
	margin:0 auto;
	position:relative
}
div.navigator a.left {
	background-image:url(../images/template/flecha_l.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
div.navigator a.top {
	background-image:url(../images/template/flecha_u.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:55px;
}
div.navigator a.right {
	background-image:url(../images/template/flecha_r.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:110px;
}
div.navigator a.left:hover {
	background-image:url(../images/template/flecha_l_h.gif);
	background-repeat:no-repeat;
}
div.navigator a.top:hover {
	background-image:url(../images/template/flecha_u_h.gif);
	background-repeat:no-repeat;
}
div.navigator a.right:hover {
	background-image:url(../images/template/flecha_r_h.gif);
	background-repeat:no-repeat;
}

