/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#logo{
	float:left; 
	background-image:url(tie_logo.gif); 
	width:274px; 
	height:213px;
	}
	#topheader{
		float:right; 
		width:526px; 
		height:97px; 
		background-color:#F0F0F0; 
		position:relative
		}
	#toplinks{
		position:absolute; 
		right:10px; 
		top:10px;
		}
	#menu{
			float:right; 
			width:526px; 
			height:32px; 
			background-image:url(bg_menu.gif); 
			background-repeat:repeat-x;
			}
			#submenu{
			float:right; 
			width:526px; 
			height:32px; 
			background-image:url(bg_submenu.gif); 
			background-position:top; 
			background-repeat:repeat-x;
			}
			#contenttext{
				float:right; 
				width:520px;
			}		
			#leftpanel{
				float:right; 
				width:200px;
				position:fixed;
				z-index:100;
				left:50%;
				margin-top:200px;
				margin-left:-320px;
				text-align:left; }
			#leftpanel2{
				float:right; 
				width:200px;
				}
				#footer{
			float:left; 
			width:800px; 
			background-color:#F0F0F0; 
			padding:10px;
			margin-top:20px;
			}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:5px; 
	margin:10px;
	text-align:left;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

h1 {
	font: 0.7em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#CC0000;
	}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:34px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.men {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color:#fff;
	text-align:left;
	background:#666;
	padding: 0px 80px 1px 2px;
	text-decoration:underline;
	margin-bottom:3px;
	}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#333;
	}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#CC0000;
	text-decoration:none;
	margin-left:5px;
	}
.smallredtext a:hover{
	text-decoration:underline;
}
.smallredtext a:visited{
	color:#000;
	}
.bannersup {
	margin: 0px 15px 10px 10px;
}

.icopeq {
	font-size: 9px;
}
.enlacindex a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
	padding: 3px;
	}
.enlacindex a:hover{
	text-decoration:underline;
	background:#F0F0F0;
	padding: 3px;
}
.enlpeq {
	color:#CC0000;
}
.enlogo {
	color:#FFF;
	text-decoration:none;
}
.compartir{
border: 1px solid #E9E9E9;
padding:5px;
width:290px;
float: right;
margin-bottom:20px;
margin-top:5px;
}