/* CSS NOPP */
body, div, p, table, form, input, textarea, select, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: rgb( 0, 0, 0 );
	}
body {
	background-color: rgb( 255, 255, 255 );
	padding: 12px 0px;
	}
a, a:link { outline: none; }

img { border-width: 0px; }

#tabla_principal {
	width: 740px;
	}
/* Celdas Izquierda */
#m_td_logo {
	width: 140px;
	}
/* Celdas Superiores */
#m_td_logo, #m_td_banner {
	padding-bottom: 12px;
	}
/* Celdas Derecha */
#m_td_banner, #m_td_contenido, #m_td_pie_d {
	padding-left: 12px;
	width: 588px;
	}
/* Celda Superior Derecha (banner) */
#m_td_banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 15px;
	color: rgb( 154, 154, 154 );
	vertical-align: bottom;
	padding-bottom: 18px;
	padding-right: 8px;
	background-image: url(../imagenes/bg_banner2.jpg);
	background-position: 12px 0px;
	background-repeat: no-repeat;
	}
/* Celda Menú Principal */
#m_td_menu {
	background-color: rgb( 125, 187, 0 );
	background-image: url(../imagenes/fondo_i.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 300px;
	text-align: right;
	padding: 16px 12px 16px 0px;
	color: rgb( 0, 0, 0 );
	line-height: 1.3em;
	}
#m_td_menu, #m_td_contenido {
	vertical-align: top;
	}
#m_td_menu p {
	margin-bottom: 8px;
	}
#m_td_menu a:link,
#m_td_menu a:active,
#m_td_menu a:visited,
#m_td_pie_i a:link,
#m_td_pie_i a:active,
#m_td_pie_i a:visited {
	color: rgb( 255, 255, 255 );
	text-decoration: none;
	}
#m_td_menu a:hover,
#m_td_pie_i a:hover {
	text-decoration: underline;
	}
/* Celda Inferior Izquierda */
#m_td_pie_i {
	background-color: rgb( 125, 187, 0 );
	background-image: url(../imagenes/esq_pie_i.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 2px solid rgb( 255, 255, 255 );
	height: 40px;
	color: rgb( 255, 255, 255 );
	text-align: right;
	padding-right: 16px;
	vertical-align: middle;
	font-size: 11px;
	}
/* Celda Inferior Derecha */
#m_td_pie_d {
	vertical-align: top;
	}
#m_td_pie_d div {
	 text-align: right;
	 border-top: 2px solid rgb( 51, 154, 0 );
	 font-size: 11px; color: rgb( 194, 225, 178 );
	 padding-top: 9px;
	 }
