body {
	margin: 20px;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: Black;
	text-align: center;
}

#Top {
	width: 760px;
	background-image: url(images/TopFdo.jpg);
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 11px;
	color: #F5F5F5;
}

#MenuTop {
	width: 760px;
	height: 40px;
	padding: 5px;
	font-size: 13px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #E2E2E2;
}

#MenuTop a, #MenuTop a:link, #MenuTop a:active, #MenuTop a:visited, #MenuTop a:focus {
	text-decoration: none;
	color: Black;
}

#MenuTop a:hover {
	border-bottom: 1px dotted;
	color: #0445CB;
}

.Bienvenidos {
	font-size: 17px;
	color: White;
}

#Horizontal {
	width: 760px;
	padding: 5px;
	font-size: 11px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#Item {
	width: 100%;
	font-size: 12px;
	padding: 15px 0px 5px 7px;
	color: #5189FD;
}

#Item_calculos {
	width: 100%;
	font-size: 12px;
	padding: 15px 0px 5px 27px;
	color: #5189FD;
}

#BordeTD {
	border-right: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
}

#Item a, #Item a:link, #Item a:active, #Item a:visited, #Item a:focus  {
	color: #5189FD;
	text-decoration: none;
}

#Item_calculos a, #Item a:link, #Item a:active, #Item a:visited, #Item a:focus  {
	color: #5189FD;
	text-decoration: none;
}

#Item a:hover  {
	text-decoration: underline;
}

#Item_calculos a:hover  {
	text-decoration: underline;
}

#Subitem {
	width: 99%;
	font-size: 12px;
}

#Subitem a, #Subitem a:link, #Subitem a:active, #Subitem a:visited, #Subitem a:focus  {
	width: 99%;
	font-size: 12px;
	padding: 2px 0px 2px 13px;
	color: Black;
	text-decoration: none;
}

#Subitem a:hover  {
	width: 99%;
	font-size: 12px;
	padding: 2px 0px 2px 13px;
	text-decoration: none;
	background-color: #F0F5FF;
	text-decoration: none;
}

#Izquierda {
	width: 199px;
	height: 100%;
	font-size: 12px;
	padding: 15px 15px 15px 5px;
	border-top: 1px;
	border-top-color: #DFDFDF;
	border-top-style: solid;
}

.Titulos {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: 600;
	color: #6B91E0;
}

.Nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#Contenido {
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-left: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	padding: 15px 15px 15px 15px;
}

#Contenido_calculos {
	width: 100%;
	height: 100%;
	font-size: 14px;
	/*border-left: 1px;*/
	padding: 0px 15px 15px 0px;
}

#Contenido_login {
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 15px 15px 15px 60px;
}

#Contenido_ejemplos {
	width: 100%;
	height: 100%;
	font-size: 14px;
	/*border-left: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid; */
	padding: 15px 15px 15px 195px;
}

#Pie {
	width: 760px;
	height: 69;
	background-color: #666666;
	padding: 15px 15px 15px 15px;
	font-size: 11px;
	color: #CCCCCC;
}

#Pie a, #Pie a:link, #Pie a:visited, #Pie a:active, #Pie a:focus  {
	color: White;
	text-decoration: none;
}

#Pie a:hover  {
	color: White;
	text-decoration: underline;
}

.Subtitulos {
	font-family: Trebuchet MS;
	font-size: 17px;
}

#ContenidoTabla {
	width: 100%;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	background-color: #FFFBF0;
}

#ContenidoTablaBlanca {
	width: 100%;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}
.texto_marron {
	color: #CC6666;
	font-weight: bold;
}
.texto_amarillo {
	color: #FF9900;
	font-weight: bold;
}
.texto_verde {
	color: #999933;
	font-weight: bold;
}
.texto_azul {
	color: #6B91E0;
	font-weight: bold;
}
.texto_lila {
	color: #996699;
	font-weight: bold;
}
.texto_yellow {
	color: #FFCC00;
	font-weight: bold;
}
