body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

/*  Main Table  */
.shadow-corner1 {
	background-image:url(../images/shadow-corner1.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:7px;
	height:9px;
}
.shadow-corner2 {
	background-image:url(../images/shadow-corner02.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:5px;
}
.shadow-corner3 {
	background-image:url(../images/shadow-corner03.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:4px;
}
.shadow-corner4 {
	background-image:url(../images/shadow-corner04.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.shadow-top {
	background-image:url(../images/shadow-top.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.shadow-left {
	background-image:url(../images/shadow-left.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.shadow-right {
	background-image:url(../images/shadow-right.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.shadow-bottom {
	background-image:url(../images/shadow-bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
/* Fin del Main Table*/

#bluetop {
	background-color:#1D4C9F;
	height:16px;
}
/* Botones del Menu */
.bt-on {
	background-image:url(../images/bt-bkg02.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:28px;
}
.bt-off {
	background-image:url(../images/bt-bkg01.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:28px;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}
a.menu:link {
	text-decoration:none;
}
a.menu:hover {
	text-decoration:none;
	color:#CCCCCC;
}
a.menu:visited {
	text-decoration:none;
	color:#FFFFFF;
}
/* Botones del Sub Menu */
.submenu {
	background-image:url(../images/bkg01.jpg);
	background-repeat:repeat-x;
	height:24px;
}
.sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
a.sub:link {
	text-decoration:none;
}
a.sub:hover {
	color:#CCCCCC;
}
a.sub:visited {
	text-decoration:none;
}
/* Drop Down */
.drop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#006597;
	height:18px;
	width:160px;	
}
/* Noticias */
.titulo-noticias {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#1D4C9F;
}
.links-noticias {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
a.links-noticias:link {
	text-decoration:underline;
}
a.links-noticias:hover {
	text-decoration:none;
}

/* Contenido */
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#1D4C9F;
}

/* Copyright */ 
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}