* {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color:white;
	font-family:Arial Black;
	outline:none;
	text-outline:none;
}


*:focus { outline: none }

a:hover, a:active, a:focus {
	outline:none;
}

html {
	overflow:auto;
}

body {
	text-align:center;
	background:#ddd;
}

#Container {
	margin:auto;	
	width:1000px;
	background:white;
}

#Header {
	height:95px;
	background:#19171A;
	background-image:url('imagenes/bg-header-r.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

	#Header #Block1 {
		float:left;
		background:;
		height:85px;
		margin:5px;
		padding-left:200px;
		width:450px;
		background-image:url('imagenes/eq-off.gif');
		background-position:bottom right;
		background-repeat:no-repeat;
	}

	.chbgOn {
		background-image:url('imagenes/eq.gif');
		background-position:bottom right;
		background-repeat:no-repeat;
	}

	.chbgOff {
		background-image:url('imagenes/eq-off.gif');
		background-position:bottom right;
		background-repeat:no-repeat;
	}

	#Header #Block2 {
		float:left;
		background:;
		height:85px;
		margin:5px;
		margin-top:0px;
	}



	#Header #Block3 {
		float:left;
		background:;
		height:85px;
		margin:0px;
		width:230px;
		padding-left:10px;
	}


	#Header #Block3 img {
		display:block;
	}



#Slide {
	float:left;
	width:175px;
	background:white;
}

	#Menu {
		width:138px;
		padding-left:39px;
	}

	#Menu img {
		position:relative;
	}

	#Menu .p1 img {
		display:block;
	}

	#Menu .p2 {
		background-image:url('imagenes/p2-menu-gral.gif');
		height:137px;
	}

	#Menu .p2 ul {
		padding-top:28px;
	}

	#Menu .p2 ul li {
		padding-top:2px;
	}


	#Tagboard {
		padding-left:39px;
		padding-top:10px;
	}


#Iframe {
	float:left;
	background:;
	margin:10px;
	margin-top:0px;
}

	#Iframe iframe {
		width:800px;
		height:620px;
	}

.sky { clear:both; }
