@charset "utf-8";
/* CSS Document */

.header{
	height: 194px;
	width: 746px;
	background: transparent url(../images/headerback.jpg) left top no-repeat;
}
.logout{
	padding-top: 163px;
	text-align: right;
	width: 725px;
	height: 30px;
	display: block;	
}

.logintd{
	background: transparent url(../images/fondo2.jpg) center center no-repeat;
}

a.headera:link{
	color: #fff;
}
a.headera:hover{
	color: #FF6600;
}
a.headera:visited{
	color: #fff;
}

.wellcome{
	color: #FFFFFF;
	background-color:#2C4A7E;
	vertical-align: middle;
	padding: 20px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.login{
	border-top: 1px solid #2C4A7E;
	border-left: 1px solid #2C4A7E;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	filter:alpha(opacity=90);
	 -moz-opacity:0.9;
	color: #2C4A7E;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 20px;
	background-color:#fff;
}

.footer{
	height: 72px;
	background: transparent url(../images/footer.jpg) left top no-repeat;
}
.mensaje{
	color:#CC0000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}

table#contratos{
	border: 1px solid #2C4A7E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table#contratos th{
	background-color: #2C4A7E;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

table#contratos td.par{
	background-color: #eeeeee;
}
table#contratos td.impar{
	background-color: #ffffff;	
}

table#referidos{
	border: 1px solid #2C4A7E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

table#referidos th{
	background-color: #2C4A7E;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

table#referidos td.par{
	background-color: #eeeeee;
}
table#referidos td.impar{
	background-color: #ffffff;	
}


.titlereferidos{
	font-family: Arial, Helvetica, sans-serif;
	color: #2C4A7E;
	font-variant:small-caps;
	margin-left: 25px;
}

.title{
	background-color: #2C4A7E;
	color: #ffffff;
	font-size:14px;
	font-family:14px;
}
