	html {
		overflow:auto;
		overflow-x:hidden;
	}

	html, body {
		margin:0px;
		padding:0px;
		text-align:center;
		background:#13374f;
		font-family:tahoma, verdana;
		font-size:95%;
		line-height:130%;
		letter-spacing: 1px;
	}

	img {
		border:0px;
	}


	img.tumb {
		border:solid 1px #c0c0c0;
		padding:3px;
		margin:5px;
	}

	a:hover img.tumb {
		border:solid 1px #c0c0c0;
		background:#808080;
		padding:3px;
		margin:5px;
	}


	h1 {
		font-size:200%;
		font-weight:bold;
		margin-bottom:0px;
		padding-bottom:0px;
		padding-top:5px;
	}


	h3 {
		padding:0px;
		margin:0px;
		font-size:125%;
		font-weight:bold;
	}



	ul li {
		padding-bottom:2px;
		font-size:13px;
		font-weight:bold;
	}

	





	a {
		color:white;
		text-decoration:none;
		font-weight:bold;
	}

	li a:hover {
		color:white;
		text-decoration:underline;
	}

	h3 a:hover {
		color:white;
		text-decoration:underline;
	}


	a:active {
		color:#7eb8e6;
		text-decoration:none;
	}

	div#Container {
		text-align:left;
		margin:auto;		
		width:1000px;
		background-image:url('../imagenes/bg.jpg');
		background-repeat:no-repeat;
		background-position:left top;
		padding:0px;
		padding-bottom:20px;
	}

		div#Col1 {
			background:;
			width:1000px;

		}


		div#Col1 div#Logo {
			float:left;
		}

		div#Col1 div#Menu {
			background:;
			float:right;
			margin-right:10px;
			margin-top:20px;
			padding-top:10px;
			border-top:solid #094c8a 1px;
		}


		div#Col2 {
			background:;
			width:1000px;
			text-align:center;
		}


		#Cell1 {
			background:;
			text-align:justify;
			color:white;
			float:left;
			padding-left:50px;
			padding-right:25px;
			width:525px;
		}

		#Cell2 {
			background:;
			text-align:justify;
			color:white;
			float:left;
			width:375px;
			padding-right:25px;
		}






div#Footer {
	width:1000px;
	margin:auto;
	border-top:solid #094c8a 3px;
	color:#094c8a;
	padding-top:5px;
	margin-top:0px;
}

