@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	background:#000939 url(../media/mback.png) no-repeat top left fixed;
	margin:0px 0px 20px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
object:active,div:active,object:focus,div:focus{
	outline:none;
}

a{
	color:#0FF;
	text-decoration:none;
	border-bottom:#0FF 1px dotted;
}
a:hover{
	border-bottom:#0FF 1px solid;
}

.notifyIeDiv{
	border:#CCC 1px solid;
	padding:5px;
	margin:20px;
	background-color:#CBD5ED;
	text-align:left;
	color:#000;
}

#contentTablePrimary{
	background:transparent url(../media/hojas_bg.png) no-repeat center top;
}

#contentTableSecondary{
	height:560px;
}

#contentTableFooter{
	border-top:#FFF 1px solid;
	padding-top:5px;
	text-align:center;
	color:#8792DE
}

form{
	margin:0px;
}

input[type=text],input[type=password],.genTextInput{
	border:none;;
	background:#EFEFEF url(../media/textFieldBackground.png) no-repeat bottom right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	vertical-align:middle;
}
textarea,select,option,input[type=file],.genFileInput{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}


.commonMessageTL{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bg_r1_c1.png) no-repeat top left;
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
}
.commonMessageTC{
	display:table-cell;
	width:auto;
	height:7px;
	background:transparent url(../media/message_bg_r1_c2.png) repeat top left;
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
}
.commonMessageTR{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bg_r1_c3.png) no-repeat top left;
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
}
.commonMessageCL{
	display:table-cell;
	width:7px;
	height:auto;
	background:transparent url(../media/message_bg_r1_c2.png) repeat top left;
	margin:0px;
	padding:0px;
	border:none;
}

.commonMessageCR{
	display:table-cell;
	width:7px;
	height:auto;
	background:transparent url(../media/message_bg_r1_c2.png) repeat top left;
	margin:0px;
	padding:0px;
	border:none;
}
.commonMessageBL{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bg_r3_c1.png) no-repeat top left;
	margin:0px;
	padding:0px;
	border:none;
}

.commonMessageBR{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bg_r3_c3.png) no-repeat top left;
	margin:0px;
	padding:0px;
	border:none;
}



.whiteCommonMessageTL{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bgWhite_r1_c1.png) no-repeat top left;
}
.whiteCommonMessageTC{
	display:table-cell;
	width:auto;
	height:7px;
	background:transparent url(../media/message_bgWhite_r1_c2.png) repeat top left;
}
.whiteCommonMessageTR{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bgWhite_r1_c3.png) no-repeat top left;
}
.whiteCommonMessageCL{
	display:table-cell;
	width:7px;
	height:auto;
	background:transparent url(../media/message_bgWhite_r1_c2.png) repeat top left;
}

.whiteCommonMessageCR{
	display:table-cell;
	width:7px;
	height:auto;
	background:transparent url(../media/message_bgWhite_r1_c2.png) repeat top left;
}
.whiteCommonMessageBL{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bgWhite_r3_c1.png) no-repeat top left;
}

.whiteCommonMessageBR{
	display:table-cell;
	width:7px;
	height:7px;
	background:transparent url(../media/message_bgWhite_r3_c3.png) no-repeat top left;
}




.table_header{
	background:#666 url(../media/backgrounds-tableheader.gif) repeat-x top left;
	height:20px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

#bigScreenContent{
	background:transparent url(../media/blacker.png) repeat top left;
	padding:10px;
	width:10px;
	height:10px;
	position:fixed;
	top:0px;
	left:0px;
	visibility:hidden;
	z-index:1;
}

#elGranFondoJeje{
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
}