﻿html {
	background-image: url('../images/SieteGlobal/theme/stage_bg.png');
	background-color: #E7F8FA;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
	overflow: auto;
	margin: 5px;
	padding: 0px;
	cursor: default;
	font-size: 9pt;
	font-family: "Trebuchet MS", Tahoma;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0; padding: 0;
	border: 0; outline: 0;
	vertical-align: baseline;
}
img, td { behavior: url('css/iepngfix.htc'); }
a img { border: 0; }

#Content {
	margin: 0 auto;
	text-align: left;
	width: 934px;
}
.border-collapse {
	border-collapse: collapse;
	width: 100%;
}
#Menu td { width: 60px; height: 40px; text-align: center; }
#Menu td a { display: block; outline: 0; }
#Menu td:hover { background: url('../images/SieteGlobal/theme/menu_btn.png') no-repeat; cursor: pointer; }
#Menu td.hover { background: url('../images/SieteGlobal/theme/menu_btn.jpg') no-repeat; cursor: hand; }

dl { width: 250px; }
dt { float: right; width: 190px; font-weight: bold; }
dt a { text-decoration: none; color: #333333; }
dd { margin: 0 0 15px 60px; font-size: 7pt; color: #666666; }
dd.image { float: left; margin: 0; }
dd img { border: 3px #56BDEC solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#ListPartners {
	padding: 0;
	margin: 0;
}

#ListPartners li {
	width: 185px;
	min-height: 185px;
	border: 10px #C5EDF1 solid;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	margin: 5px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 185px; /* IE6 */
	text-align: center;
}