/* CSS Document */
/* SERVICE BUREAU PANAMA */

body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9pt;
	color: #333333;
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	text-align: left;
} 
h1 {
	font-family: Arial;
	color: #00A0EB;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	font-weight: 900;
}
h1 a {color: #00A0EB;}
.contenido {width: 770px; background-color: #FFFFFF; border: 1px solid #CCCCCC;}
.cabecera {
	display: block;
	padding: 4px;
	border-bottom: 6px solid #075981;
	}
.cabecera td {vertical-align: top;}
a  {text-decoration: none; color: #075981;}
a:hover {
	background-color: #DFF4FF;
	text-decoration: underline;
}
.footer {padding: 4px;	border-top: 6px solid #075981; border-bottom: 10px solid #00A0EB;}
.menu {
	background-color: #69686D;
	padding: 8px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.menu a {color: #FFFFFF; display: block;}
.menu a:hover {
	color: #000000;
	background-color: #CDDD84;
}
.seccion {
	font-family: Arial;
	font-size: 16pt;
	color: #69686D;
	background-color: #CDCDCF;
	padding: 6px;
	font-weight: bold;
	border-right: 2px solid #FFFFFF;
	text-align: left;
}

