@charset "utf-8";



#main {
	background-image: url(images/lmenu/lmenubg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
}

#contentmenu {
	width: 200px;
	float: left;
	background-image: url(images/menubg.jpg);
	background-position: -160px -100px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
#contentmenu  .cont ul {
	padding: 6px 10px;
	margin: 0px;
}
#contentmenu   .cont  ul li {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #394D57;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px;
	display: block;
	margin: 0px;
}

#contentmenu a {	
	background-image: url(iconos/sm2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding: 4px 20px 4px 20px;
	color: #34588D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(1/images/iconos/arrow_bs.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 11px;
}
#contentmenu a:hover {
	color: #1C2F4A;
	padding: 4px 20px 4px 24px;
}

#contentmenu a.sel {
	color: #1C2F4A;
	padding: 4px 20px 4px 30px;
	background-image: url(iconos/arrow_bs.png);
	background-position: 20px 8px;

}
#contentbody h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 32px;
	color: #4E6F94;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0px 14px 0px;
}


#contentbody h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 26px;
	color: #4E6F94;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0px 14px 0px;
}
#contentbody h3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	color: #4E6F94;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0px 14px 0px;
}

#contentbody p {
	line-height: 16px;
	text-align: justify;
	padding: 8px 0px 8px 0px;
}


#contentmenu .cont {
	padding: 60px 10px 20px 10px;
	min-height: 300px;
}


#contentbody {
	margin: 0px 0px 0px 20px;
	float: left;
	width: 600px;
}

#contentbody .cont {
	padding: 10px 20px 20px 20px;
}
#contentbody .cont ul {
}
#contentbody .cont ul li {
	background-image: url(iconos/sm2.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding: 4px 20px;
	background-position: left 3px;
}
.ctotable {
	background-color: #F4F4F4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ctotable td, .ctotable th {
	background-color: #F4F4F4;
	padding: 2px 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
