body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	vertical-align: top;
	margin: 0;
	background-image: url(images/top.gif);
	padding: 0;
/* FONDO TEMPLATE */  
}

a:link, a:visited {
/* COLOR LIGAS */
	color: #666;
    font-size: 13px;
	text-decoration: none;
}

a:hover {
/* COLOR LIGAS HOOVER*/
	color: #666;
    font-size: 13px;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	color: #006633;
}

h2 {
	font-size: 18px;
	color: #006633;
}

h3 {
	font-size: 14px;
	color: #666;
}

h4 {
	font-size: 12px;
	color: #003366;
}

#container {
	width: 856px;
	padding: 0;
	margin: 0 auto;
	margin-left: 5px;
	text-align: left;
	background-color: #fff;
}

#top {
	width: 856px;
	height: 90px;
	display: block;
	vertical-align: bottom;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: white;
	text-align: left;
}

#subbar {
	width: 856px;
	height: 35px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-image: url(images/bg-subbar.gif);
	background-repeat: no-repeat;
	background-color: #CC0000;
	overflow: hidden;
}

	#subbar input.search {
		background-color: #fff;
		color: #1f5d91;
		font-size: 11px;
		border: 1px solid black;
	}
	
	#subbar input.button {
		background-color: #D5E5F5;
		color: #1f5d91;
		font-size: 10px;
		border: 1px solid black;
	}
	
	#subbar form {
		margin: 0;
		padding: 0;
	}

#content {
	width: 856px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-x;
/* FONDO DEL AREA DONDE VA EL TEXTO DE ENMEDIO */
	background-color: #FFF;
	padding-top: 10px;
	clear: both;
}

#center {
	width: 620px;
	border: 0px solid black;
	margin-left: 40px;
	display: block;
	border: 0px solid black;
}

	#center a.readon {
		color: #369;
	}
	
	#center hr {
		color: #68A7E0;
		background-color: #68A7E0;
		height: 0px;
	}

#left {
	border: 0px solid black;
	float: left;
	width: 25px;
/* FONDO MENU LEFT */
	background-color: #EFEFEF;
	padding: 10px 0 0 5px;
}

	#left a.sidelink:link, #left a.sidelink:visited {
		display: block;
		color: #666;
/* COLOR LIGAS */
		line-height: 16px;
		font-size: 11px;
		font-weight: bold;
	}
	
	#left a.sidelink:hover {
		color: #666;
		font-size: 11px;
	}
	
#right {
	border: 0px solid black;
	float: right;
	width: 170px;
	padding: 10px 10px 0 0;
}
	
	#right a:link, #right a:visited {
		color: #666;
	}

	#right a.sidelink:link, #left a.sidelink:visited {
		display: block;
		color: #666;
/* COLOR LIGAS */
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
	}
	
	#right a.sidelink:hover {
		color: #666;
		font-size: 13px;
	}


#footer {
	width: 856px;
	height: 20px;
	display: block;
	background-color: white;
	background-repeat: no-repeat;
	background-color: #d2e3f1;
	padding: 0 10px 0 10px;
	clear: both;
}
	
	#footer p.left {
		color: #fff;
		float: left;
		padding: 0;
		margin: 0;
		width: 270px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	
		#footer p.left a:link, #footer p.left a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#footer p.left a:hover {
			color: #fff;
			text-decoration: underline;
		}
	
	#footer p.right {
		color: #1f5d91;
		float: right;
		padding: 0;
		margin: 0;
		width: 460px;
		text-align: right;
		line-height: 18px;
		letter-spacing: 1px;
	}
	
		#footer p.right a:link, p.right #footer a:visited {
			color: #5e70b3;
			text-decoration: none;
		}
		
		#footer p.right a:hover {
			text-decoration: underline;
		}

	