.header {
	background-image: url(GIFs/header_dblue.gif);
	background-position: center center;
	height: 110px;
	width: 760px;
	background-repeat: no-repeat;
}
.header_text {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 10px;
	color: #2DB6FF;
	padding: 2px;
}
.header_table_boton {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #2DB6FF;
	border-bottom-color: #2DB6FF;
}
.header_boton {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	color: #00296B;
	background-color: #FFFFFF;
	font-weight: bold;
}
.table_main {
	background-image: url(JPGs/table_main_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
.text {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #00296B;
	padding: 4px;
}
.footer {
	background-image: url(GIFs/footer_dblue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 760px;
}
.footer_text {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #00296B;
	padding: 4px;
	background-image: url(GIFs/fondo_gris.gif);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	height: 30px;
	width: 515px;
}
.menu_table_boton {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #00296B;
	border-bottom-color: #00296B;
}
.menu_boton {

	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	color: #00296B;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}
#scroll_text {
	width:515px;
	height:300px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	background-image: url(GIFs/fondo_gris.gif);
	background-repeat: repeat;
	left: 30px;
}
.header_eng {
	background-image: url(GIFs/header_dblue_eng.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	width: 760px;
}
