/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0px; 
    padding: 0px; 
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	background-image:url(/images/bg-pg.gif)
	
}

.bckgrd_Lg {
	background-image:url(../images/bg6_5.jpg);
}

.bckgrd {
	background-image:url(../images/bgAlpha.jpg);
}

html, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    /*overflow:hidden;*/
}

h2 {
	font-size: 15px;
	line-height: 43px;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	/*
	background-image: url(/images/header.png);
	background-repeat: repeat;
	background-position: center top;
	*/
	height: 43px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	margin: 0px;
}
.clear {
	clear: both;
}


a.close {
	position: absolute;
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	text-indent: -99999px;
	outline: none;
	top: 10px;
	right: 10px;
}

.message {
	display:block;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;

}
.Errmessage {
	display:block;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	color:#990000;
	font-weight:bold;
	text-align:center;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
	/*
    min-height:50%;
    min-width:50%;
	*/
}

#cont {
	position:relativw;
	top:50%;
	left:50%;
	z-index:70;
	overflow:auto;
}

.lock {
    width: 197px;
    height: 198px;
    padding: 0px;
	background-image:url(/images/lock.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-left: -99px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -99px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

.form {
	display: block;
	width: 387px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	
	/* Half the width of the DIV tag which is 388 pixels */
	margin-left: -194px;
	
	/* Half the height of the DIV tag which is also 216 pixels */
	margin-top: -100px;	
	
	margin-right: auto;
	margin-bottom: 0;
}

.formSesion {
	width: 387px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -194px;
	margin-top: -108px;	
	margin-right: auto;
	margin-bottom: 0;
}

.show {
	display: inline;
}

.box { 
	position: absolute;
	left: 50%;
	top: 50%;	

}

box-Message{ 
	position: absolute;
	right: 10%;
	top: 30%;	
}

.Newsbox { 
	position: relative;
	margin: 5px;
	width:394px;

}

.Newsbox h2 {
	font-size: 15px;
	line-height: 43px;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	background-image: url(/images/Newsheader.png);
	background-repeat: repeat;
	background-position: center top;
	height: 43px;
	width:380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	margin: 0px;
}


.Newscont {
	border:none;
	text-align:left;
	color:#333;
	font-size:12px;
	background-image: url(/images/Newsbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.Newsfooter {
	
	background-image: url(/images/Newsfooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width:400px;
	position:relative;

}




.formcont {
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.formfooter {
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 13px;
}



#signin_menu {
	height: 160px;
	border:none;
	text-align:left;
	margin: 0px;
	color:#333;
	font-size:12px;
	background-image: url(/images/form-bg.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	float: right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #C6C6C6;
	font-size:13px;
	margin:5px 0px 5px;
	*margin:0px;
	padding:5px;
	width:180px;
}
#signin_menu p {
	margin:10px 0 10px;
	*margin:5px 0 5px;
	clear: both;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	margin:10px 0px 0px;
	float: left;
	font-weight:normal;
}
#signin_menu label#error {
	float: none;
	clear: both;
}
#signin_menu p.remember {
	float: right;
	clear: none;
	padding:0;
}
#signin_menu a.forgot {
	margin-top: 10px;
	float: left;
	display: inline;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
	background-image: url(/images/reset.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: bold;
}

.remember input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('/images/bg-btn.png') repeat-x scroll 0 0;
	border:1px solid #B5B5B5;
	color:#222;
	text-shadow: 0px 1px 1px #FFF;
	*filter: Shadow(Color=#FFFFFF, 	
			Direction=180, 
			Strength=1);
	padding:4px 10px 5px;
	font-size:11px;
	margin: 0 0px 0 3px;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#focus-stealer { 
	position: absolute; 
	left: -9999px; 
}

/* ----------------------------------
                header 
-------------------------------------*/

#header-top {
	border:1px solid #C6C6C6;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	margin:5px;
	padding:5px;
	/*width:97%;*/
	/*background-image:url(../images/bg5box.gif);*/
	/*background-image:url(../images/fdo_Head.jpg);*/
	background-repeat:repeat-x;
	height:60px;
}

.headLogo {
	background-image:url(../images/LogoBAT-min.gif);
	background-repeat:no-repeat;

	padding:5px;
}

#headerMedium {
	float:left;
	width:20%;
	height:50px;
	padding:5px;		
}

#headerLogin {
	float:right;
	height:40px;
	padding:5px;
	width:40%;
	text-align:right;
	margin:10px;
	vertical-align:top;
}

.cuadro { 
	background-image:url(/images/box.gif); 
	background-repeat:no-repeat;
	margin:10px 10px 0px 10px;
	padding:10px 0px 0px 0px;
	width:250px;
}

.fincuadro { 
	background-image:url(/images/box_base.gif); 
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 10px 10px 10px ;
	padding:0px 0px 10px 0px;
	width:250px;
}

.formBox { 
	background-image:url(/images/form.png); 
	background-repeat:no-repeat;
	margin:10px 10px 0px 10px;
	padding:10px 0px 0px 0px;
	height:450px;
}



.linkHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#header a {
	color:#990033;
	display:inline;
	-webkit-transition: color 0.2s linear;
}

/* ----------------------------------
                Grillas 
-------------------------------------*/
.globalStyle {
	font-size:11px;
}

.oddRows { 
	background-color:#ECEEE8; 
	background-image: none; 
	font-size:11px
}

#crudContainer {
	float:left; 
	/*margin:0px 15px;*/
	margin:20px;
	border:1px solid #036;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.DownloadContainer {
	float:left;
	width: 50%;
	margin:5px 0px 0px 10px; 
	padding:3px;
	border:1px solid #ccc;
	background-color:#DFF4FF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.D3Title {
	float:left;
	width: 50%;
	margin:0px 0px 0px 0px; 
	font-weight:bold;
	padding:8px;
	border:1px solid #ccc;
  	background-image:url(/images/footer-background.png);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* --------------- LINKS ------------------- */

.LinkSeccion {
	font-family:Tahoma; 
	text-decoration:none;
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	padding:1px 6px 1px 6px;
	background-color:#FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
} 

.LinkSeccion a:link {
	COLOR: #FFFFFF; text-decoration:none
}
.LinkSeccion a:visited {
	COLOR: #FFFFFF; text-decoration:none
}
.LinkSeccion a:hover {
	COLOR: #FFFFFF; text-decoration:none
}
