body {
	font-family: "Century Gothic";
	font-size: 14px;
	background-image: url(imagenes/fondo.png);
	background-position: center top;
	background-attachment: inherit;
	background-repeat: repeat-x;
	margin: 0;
}

div#contenedor {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	position: static;
	margin-left: auto;
}


div#header  {
	height: 190px;
	clear: none;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 998px;
	padding: 0px;
}

div#footer {
	height: 90px;
	background-image: url(imagenes/footer.jpg);
	background-repeat: no-repeat;
	width: 755px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 156px;
	font-size: 13px;
	text-align: left;
	padding-left: 50px;
	font-style: normal;
	background-position: right bottom;
	background-color: #003;
}

div#menu div a:hover{
	color: #CCC;
	text-decoration:none;
}

div#menu div a:visited{
	color: #999;
	
	text-decoration:none;
		
}
.text2 {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: italic;
	color: #333;
}

.text3 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	color: #006;
	font-weight: bold;
}



div#contenido {
	float: left;
	width: 916px;
	background-repeat: no-repeat;
	height: 344px;
	font-family: "Century Gothic";
	font-size: 15px;
	background-image: url(imagenes/content.png);
	color: #161D5A;
	text-align: justify;
	padding-top: 20px;
	padding-left: 37px;
	padding-right: 45px;
}



div#derecha {
	width: 7px;
	background-color: #000;
	height: 50px;
	background-image: url(imagenes/menu_der.gif);
	float: left;
}

div#izquierda {
	float: left;
	width: 7px;
	background-color: #000;
	height: 50px;
	background-image: url(imagenes/menu_izq.gif);
}

div#contmenu {
	height: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 23px;
}




.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fd_menu.gif);
	height: 50px;
	width: 980px;
	float: left;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	background:url("images/menu_der.gif") right no-repeat
	background-image: url(imagenes/fd_menu.gif);
	}
	.menu li{
	float:left;
	padding:0px;
		}
	.menu li a{
	background:url("images/seperator.gif") top right no-repeat;
	color:#CCC;
	display:block;
	line-height:50px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	font-size: 13px;
	font-style: normal;
	font-family: "Century Gothic";
	font-weight: normal;
	height: 50px;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(imagenes/hover.png);
	background-repeat: repeat-x;
	background-position: center bottom;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
.contentext {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
	.menu li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
		}
	.menu li:hover li a{
	background:none;
	color: #999;
	line-height: 15px;
	padding-top: 8 px;
	font-size: 12px;
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-image: url(imagenes/hover2.png);
	background-repeat: repeat-x;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}	

		
a:link {
	color: #CCC;
}
a:visited {
	color: #1A5F9D;
}
a:active {
	color: #FFF;
