/* CSS Document */

/*Template  ID Styles*/

#cabecera {
	position:absolute;
	left:0px;
	top:0px;
	width:99%;
	height:100px;
	z-index:1;
	background-image:url(siteimages/bodyBG.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#logo{
	position:absolute;
	left:0px;
	top:-20px;
	width:200px;
	height:70px;
	float:left;
	background:#FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	
}
#menu {
	position:absolute;
	left:0px;
	top:95px;
	width:180px;
	height:440px;
	z-index:1;
	margin-left:1px;
	background-image: url(siteimages/menu.gif);
	background-repeat: no-repeat;
}
#navigation a {
	font:9px Helvetica;
	color: #4c4c97;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:.1em;
	line-height:20px;
	display:block;
	padding:5px;
	margin-left:20px;
	/*border: .5pt solid rgb(248,248,248);*/
	}
#navigation a:hover {
	color:#ff4c4c;
	/*background-color:#006699
	/*border: 1pt dotted red;
	/*border-right-width: 0px; 
	/*border-left-width: 0px; */
	}
#contenido {
	position:relative;
	left:200px;
	top:95px;
	width:800px;
	height:440px;
	z-index:2;
	margin-left:1px;
	overflow:auto;
}
#seccionTitulo1 {
	position:relative;
	left:200px;
	top:99px;
	width:400px;
	height:40px;
	z-index:1;
	margin-left:1px;
	overflow:auto;
	background-image:url(siteimages/titleflag.gif);
	background-repeat: no-repeat;
}

#piedepagina {
	position:absolute;
	left:0px;
	top:700px;
	width:900px;
	height:50px;
	z-index:3;
}


/*////////////////
/* Class Styles */

.bodyText {
	font:12px arial;
	color:#000000;
	line-height:18px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px Verdana;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px verdana;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px helvetica;
	color: #6666a6;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ff0000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#00006b;
	line-height:normal;
	}
	

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666699;
	margin: 1px;
	padding: 3px;
}
