html, body{
width:100%;
height:100%;
padding:0px;
margin:0px;
overflow:hidden;
}


table.iframe_table{
height:100%;
width:100%;
}


.top_cell{
height:30px;
background: #fff url("images/bgtop.jpg") 0 -30px repeat-x;
}


.content_cell{
width:100%;
height:100%;
}


#top_div{
position: relative;
margin: 0 auto 0 auto;
overflow: hidden;
width: 1000px;
border: #f00 0px solid;
height: 30px;
}


#top_menu{
display: block;
position: absolute;
top: 0;
right: 150px;
list-style: none;
font-family: tahoma;
font-size: 11px;
background: transparent;
margin: 0;
}


#top_menu li{
font-weight: bold;
padding:0 10px 0 8px; 
float: left;
line-height: 30px;
display: block;
background: transparent url("imagenes/punto.gif") 0 13px no-repeat;
}

#top_menu li a{
text-decoration: none;
color: #666;
}

#top_menu li:hover{
background: transparent url("imagenes/punto_green.gif") 0 13px no-repeat;
}




#top_div h1 {
	position: absolute;
	top: 3px;
	left: 30px;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 10000;
	}

#top_div h1 a {
	display: block;
	width: 268px;
	height: 30px;
	background: transparent url("imagenes/top2.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
	} 


.content_iframe{
	height:100%;
	width:100%;
	border-width:0px;
	border-top:1px solid #bbb;
	margin-bottom:-1px;
}


.compartir3{
	position: absolute;
	top: 3px;
	right: 20px;
	}

#compartir{
	margin:0px;
	padding:0px;
	border:0px;
	width: 87px;
	//width: 95px;
	border: #bbb 0px solid;
}



#compartir a{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
	display: block;
	background: #fff url('imagenes/bgtop2.jpg') 0 -40px repeat-x;
	text-decoration: none;
	padding: 4px;
	margin: 0;
	}


#compartir a span{
	padding: 0;
	margin: 0 0 0 4px;
	line-height: 16px;
	border: #f00 0px solid;
	color: #333399;
	}


#compartir a img{
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	float: left;
	border: #f00 0px solid;
	background: transparent url("imagenes/addthis.png") no-repeat;
	}












