body {
	background-color: #FFFFFF;
	margin: 0px;
}
/* Textos */
h1 {
	font-family: Tahoma, Arial;
	font-size: 23px;
	font-weight: normal;
	color: #003c58;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px dotted #A9A9A9;
	color: #003c58;
}
/* Tablas y TDs */
table.principal {
	width: 740px;
	font-family:Tahoma;
	color: #1c5263;
}
table.header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color: #9ebc12;
	font-size: 12px;
	width: 740px;
	height: 73px;
	border-bottom: 4px solid #003c58;
}
td.menuLateral {
	padding-top: 30px;
	width: 132px;
	background-color: #e6f0b3;
	background-image: url(../images/menuLateral.gif);
	background-repeat: repeat-y;
	font-size: 17px;
	font-family: Tahoma, Arial;
	color: #003c58;
}
td.menuLateral a {
	text-decoration:none;
	color: #003c58;
	padding-bottom: 25px;
	padding-left: 30px;
}
td.menuLateral a:hover {
	color:#40a40f;
}
td.menuLateral p {
	background-image: url(../images/bullet_menu.gif);
	background-repeat: no-repeat;
}
td.contenido {
	padding-top: 30px;
	width: 608px;
	padding-left: 12px;
	padding-right: 8px;
	font-size: 17px;
	font-family: Tahoma, Arial;
	color: #003c58;
}
td.contenido p {
	font-size: 13px;
}
td.contenido p.dos {
	font-size: 17px;
}
td.contenido a {
	text-decoration:none;
	color: #003c58;
}
td.contenido a:hover {
	color:#40a40f;
}
td.footer {
	background-color:#99cc00;
	width: 608px;
	height: 23px;
	text-align: center;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.footer a {
	color: #FFFFF0;
}
td.footer a:hover {
	color: #2E4265;
}
a.footer {
	color: #BABABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
