/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body.fondo {
	background-image:url(images/Banner.gif);
	background-repeat:no-repeat;
}

table {
	font-size: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

table.mainTable {
	border: 1px solid black;
	position: absolute;
	left:expression(document.body.clientWidth/2-mainTable.offsetWidth/2);
	top:expression(document.body.clientHeight/2-mainTable.offsetHeight/2);
}

table.TablaEnlaces {
	border-left: 2px gray dashed;
	border-right: 2px gray dashed;
}

table.TablaEnlaces th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}

td {
	padding-left: 2px;
}

th {
	padding-left: 2px;
}

td.contacto {
	font-size: 9px;
}

table.TablaEnlaces td {
	height: 40px;
	cursor: hand;
	border-top: 1px gray dashed;
	border-bottom: 1px gray dashed;
	font-weight: bold;
	color: gray;
}

table.TablaEnlaces td.enlaceOVER {
	background-image:url(images/bg.jpg);
}

table.Login {
	font-size:12;
	font-weight: bold;
}

table.Login th {
	text-align:left;
	color: gray;
}

table.Login td {
	
}

input.Login {
	border: 1px black solid;
	/*background-color: gold;*/
	width: 220px;
	font-family:verdana;
	font-size:11;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffffff', EndColorStr='orange');
}

a {
	text-decoration:none;
	font-weight:bold;
	color:gray;
}