html{
	 height:100%; min-height:100%;
}
body {
	font-family: Courier New, monospace;
	color: #111111;
	font-weight:bold;
	font-size: 24px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left; /*centrar el div de dentro en ie*/
	top: 0px;
	height:100%; min-height:100%;
	overflow-y:hidden;
}

a:link,a:active,a:visited{
	text-decoration: none;
	color:#111111;
	border:0px;
}
a:hover{
	color: #0374a9;
}

img{
	border:0px;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.tapiz{
	margin: 0 auto;
	 height:100%; min-height:100%;
	text-align: left;
	top: 0px;
	z-index:0;
}

.menu{
	margin: 0 auto;
	text-align: left;
	top: 0px;
	z-index:1;
	margin-left:59px;
	margin-top:65px;
}

.tag{
	 width: 100%; 
  position: fixed; 
  bottom: 0px; 
  left:0px; 
  z-index: 99999; 
	
}

.t_dentro{
	background: url('../imagenes/taghome.png');
	background-position: right; 
	position:absolute; bottom:0;
	z-index:0;
	width: 542px;
	height: 312px;
	right:0px;
	margin-top:0px;
}
.sub {
	color: #111111;
	font-weight:normal;
	font-size: 19px;
	margin-left: 21px;
	}
