@charset "utf-8";
/* CSS Document */


	/*body{
	margin:0px;
	background-image:url(../imagen/BgPages.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}*/
	
	body{
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0px;
	background-color:#BDCBD4;
	/*background-color:#141d20;
	background-image:url(../imagen/BgPages1.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	}
	

	#Contenedor{
	width:990px; 
	margin:auto; 
	margin-top:0px;
	/*margin-top:125px;*/
	background-color:#FFFFFF; 
	border: solid 1px #999999;
	}
	
	#MenuLeft{
	/*width:250px; 
	margin:5px; */
	padding:5px;
	}
	
	#ContenidoDetalle{
	padding:5px; 
	margin:5px;
	background-color:#FFFFFF;
	width:98%;

	}
	
	#top{
	height:128px;
	background-image:url(../imagen/Bg_top.jpg);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	}
	
	#footer{
	padding:5px;
	margin-top:5px;
	background-color:#32679b;
	height:200px;
	color:#FFFFFF;
	background-image:url(../imagen/bgMenuBoot.jpg);
	background-repeat:no-repeat;
	}
	
	#footer li{
	 margin-left:15px;
	 padding:2px;
	}
	
	#footer .block{
	 margin-top:10px;
	 width:400px;
	 color:#FFFFFF;
	}
	
	#TbTop{
		background-color:#a8cf45;
		color:#333333;
	}
	#TbTop td{
		padding:5px;
	}
	
	#TbTop a{
		color:#666666;
		text-decoration:none;
	}
	
	#TbTop a:hover{
		text-decoration:underline;
		color:#000000;
	}