html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBEBFF;
	border:0;
	width: 100%;
	background-color: #004A65;
	background-image: url(/images/sitebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#bgcielo { 
	margin: 0 auto;
	width: 1276px;
	overflow: hidden;
	position: relative;	
	background-image: url(/images/bgcielo.jpg);
	background-repeat: no-repeat;	
}
#container { 
	margin: 0 auto;
	width: 976px;
	overflow: hidden;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* HEADER */
#header {
	width: 976px; 
	height: 103px; 
}
#logopk h1 { 
	background: transparent url(/images/logopachangakids.jpg) no-repeat top left; 
	width: 248px; 
	height: 103px; 
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px;
}

#header h1 span {
	display:none
}
/* //////////////////////////////////////////////////////////////////////////// */
/* MAIN MENU */
#mainmenu {
	width: 728px; 
	height: 53px; 
	float: right;
	padding-top: 50px;
}
#mainmenu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mainmenu li {
	display: inline; /* Shows each item side-by-side */
	list-style-type: none; /* Gets rid of the bullet points */
}
a.nbm1:link, a.nbm1:visited, a.nbm1:active {
	background: transparent url(/images/butt1.jpg) no-repeat top left; 
	width: 142px; 
	height: 53px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbm1:hover {
	background-position: 0px -53px; 
}
a.nbm2:link, a.nbm2:visited, a.nbm2:active {
	background: transparent url(/images/butt2.jpg) no-repeat top left; 
	width: 138px; 
	height: 53px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbm2:hover {
	background-position: 0px -53px;
}
a.nbm3:link, a.nbm3:visited, a.nbm3:active {
	background: transparent url(/images/butt3.jpg) no-repeat top left; 
	width: 131px; 
	height: 53px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbm3:hover {
	background-position: 0px -53px;
}
a.nbm4:link, a.nbm4:visited, a.nbm4:active {
	background: transparent url(/images/butt4.jpg) no-repeat top left; 
	width: 130px; 
	height: 53px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbm4:hover {
	background-position: 0px -53px;
}
a.nbm5:link, a.nbm5:visited, a.nbm5:active {
	background: transparent url(/images/butt5.jpg) no-repeat top left; 
	width: 131px; 
	height: 53px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbm5:hover {
	background-position: 0px -53px;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* SIDE NAV BAR */
#leftnb {
	width: 238px;
	float: left;
}
#leftnb ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
}
a.nbs1:link, a.nbs1:visited, a.nbs1:active, a.nbs1:hover {
	background: transparent url(/images/leftnb1.jpg) no-repeat top left; 
	width: 238px; 
	height: 130px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbs2:link, a.nbs2:visited, a.nbs2:active, a.nbs2:hover {
	background: transparent url(/images/leftnb2.jpg) no-repeat top left; 
	width: 238px; 
	height: 92px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbs3:link, a.nbs3:visited, a.nbs3:active, a.nbs3:hover {
	background: transparent url(/images/leftnb3.jpg) no-repeat top left; 
	width: 238px; 
	height: 88px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.nbs4:link, a.nbs4:visited, a.nbs4:active, a.nbs4:hover {
	background: transparent url(/images/leftnb4.jpg) no-repeat top left; 
	width: 238px; 
	height: 127px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
/* //////////////////////////////////////////////////////////////////////////// */
/* CONTENTS */
#contents {
	width: 976px;
	height: 100%;
	background-image: url(/images/contentbg.gif);
	background-repeat: repeat-y;	 
}
#contentsbottom {
	width: 976px; 
	height: 13px; 
	background: transparent url(/images/contentbottom.gif) no-repeat top left; 
}
#textos {
	width: 643px;
	float: right;
	background: transparent url(/images/textosbg.jpg) no-repeat top left;
	padding: 50px 50px 10px 45px;
}
#textoshome {
	width: 738px;
	float: right;
	background: transparent url(/images/textosbg.jpg) no-repeat top left;
	padding: 0px;
}
h1 {
	font-size: 16px;
	color: #FCD14A;
	border-bottom: 1px solid #80C937;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
p {
	text-align: justify;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitulo {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FCD14A;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #217795;
}
.ffields {
	background-color: #01445B;
	border: 1px solid #167A9C;
	font-family: Arial, Helvetica, sans-serif;
	color: #CBEBFF;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* HOME */
#homelibros {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
}
a.hl1:link, a.hl1:visited, a.hl1:active, a.hl1:hover {
	background: transparent url(images/homepachanga.gif) no-repeat top left; 
	width: 402px; 
	height: 182px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.hl2:link, a.hl2:visited, a.hl2:active, a.hl2:hover {
	background: transparent url(images/homelibros.gif) no-repeat top left; 
	width: 402px; 
	height: 55px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.hl3:link, a.hl3:visited, a.hl3:active, a.hl3:hover {
	background: transparent url(images/homelibro01.gif) no-repeat top left; 
	width: 402px; 
	height: 87px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.hl4:link, a.hl4:visited, a.hl4:active, a.hl4:hover {
	background: transparent url(images/homelibro02.gif) no-repeat top left; 
	width: 402px; 
	height: 81px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
a.hl5:link, a.hl5:visited, a.hl5:active, a.hl5:hover {
	background: transparent url(images/homelibro03.gif) no-repeat top left; 
	width: 402px; 
	height: 81px; 
	float: left;
	overflow: hidden;
	text-indent:-9000px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;	
}
.homenews {
	width: 336px;
	height: 269px;
	background: transparent url(/images/homenews2.jpg) no-repeat top left;
}
.newstit {
	margin-left: 45px;
	margin-right: 55px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #0B3E4F;
}
.fecha {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.newstit a {
	color: #FBC951;
	font-weight: bold;
	text-decoration: none;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* FOOTER */
#footer {
	width: 976px; 
	height: 62px; 
	clear: both;
	background: transparent url(/images/footer.gif) no-repeat top left;
}
#bottomtxt {
	float: left;
	font-size: 11px;
	color: #92DFF8;
	padding: 22px 0px 0px 80px;
}
#bottomimg {
	float: right;
	padding: 20px 80px 0px 0px;	
}
