BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#000033;
	SCROLLBAR-FACE-COLOR: #000033;
	SCROLLBAR-HIGHLIGHT-COLOR: #000033;
	SCROLLBAR-SHADOW-COLOR: #8D8DB4;
	SCROLLBAR-ARROW-COLOR: #8D8DB4;
	SCROLLBAR-BASE-COLOR: #8D8DB4;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color: #8D8DB4;
}
img{
	border:0;
	}
#tbl td.hola{
	width:10px;
	}
td.img01 {
	background-image:url(imageZini/bgfoto_01.gif);
	background-repeat:no-repeat;
	width: 182px;
	height: 64px;
}
td.img02 {
	background-image:url(imageZini/bgfoto_02.jpg);
	background-repeat:no-repeat;
	width: 566px;
	height: 64px;
}
td.img03 {
	background-image:url(imageZini/bgfoto_03.gif);
	background-repeat:no-repeat;
	width: 748px;
	height: 64px;
}

td.img05 {
	vertical-align:top;
	background-image:url(imageZini/bgfoto_05.jpg);
	background-repeat:no-repeat;
	width: 182px;
	height: 520px;
}
td.img06 {
	background-image:url(imageZini/bgfoto_06.jpg);
	background-repeat:no-repeat;
	width: 566px;
	height: 520px;
}
a.hand{
	cursor:hand;
}
/* ****************** color style ****************** */
.white{
	color:#FFFFFF;
	}
/* ******************* button style ******************* */
.btn{
	background-color:#66ccff;
	font-weight:bold;
	margin-top:10px;
	cursor:hand;
}
/* ******************* position style *********************** */
.padTop{
	padding-top:10px;
	}
/* *************** login.php *************** */
#main{
	z-index: 2;
	position:absolute;
	top:150px;
	filter:alpha(opacity=100);
	text-align:center;
	width:550px;
	height:180px;
	margin-left:5px;
	}
#main table{
	width:100%;
	border-collapse:collapse;
	
	}
#main th{
	width="50%";
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	}
#main td{
	width="50%";
	text-align:left;
	color:#000033;
	padding-bottom:3px;
	}
#main input.waku{
	border: 1px solid #ffffff;
	color:#000033;
	background-color:#e3e3e3;
	width:150px;
	border-style:inset;
	}
#main input.waku2{
	border: 1px solid #ffffff;
	color:000033;
	background-color:#e3e3e3;
	width:100%;
	border-style:inset;
	}

#main input.btn{
	width:60px;
	border: 1px solid #66ccff;
	}
#bg{
	z-index: 1;
	position:absolute;
	top:150px;
	margin-left:5px;
	filter: alpha(opacity=60);
	background-color:#000033;
	width:550px;
	height:180px;
	border:1px solid #ffffff;
	border-style:double;
}
/* ********************** productos.php *************************** */
#main2{
	z-index: 2;
	position:absolute;
	top:150px;
	filter:alpha(opacity=100);
	text-align:center;
	width:550px;
	height:180px;
	margin-left:5px;
	}
#bg2{
	z-index: 1;
	position:absolute;
	top:150px;
	margin-left:5px;
	filter: alpha(opacity=60);
	background-color:#000033;
	width:550px;
	height:500px;
	border:1px solid #ffffff;
	border-style:double;
}
#bg3{
	z-index: 1;
	position:absolute;
	top:150px;
	margin-left:5px;
	filter: alpha(opacity=60);
	background-color:#000033;
	width:550px;
	height:120px;
	border:1px solid #ffffff;
	border-style:double;
}
#main2 table{
	width:100%;
	border-collapse:collapse;
	}
#main2 th{
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	}
#main2 td{
	text-align:left;
	color:#000033;
	padding-bottom:3px;
	}
#main2 input.waku{
	border: 1px solid #ffffff;
	color:000033;
	background-color:#e3e3e3;
	width:150px;
	}

main td.msg{
	color:#ffffff;
	font-size:12px;
	padding-top:10px;
	padding-left:20px;
}

/* ********************* table style 1 ************************* */
#tbl{
	overflow:auto;
	width:520px;
	height:400px;
	margin-left:5px;
	/*text-align:left;*/
	}
#tbl table{
	border:1px solid #000033;
	padding:2px;
	}
#tbl th{
	text-align:left;
	background-color:#8d8db4;
	color:#FFFFFF;
	border:1px solid #000033;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	}
#tbl td{
	text-align:left;
	background-color:#ffffff;
	color:#000033;
	font-size:12px;
	border:1px solid #000033;
	margin:1px;
	padding-left:5px;
	padding-right:5px;
	}
/* ******************** table style2 (sub Wundow)*************************** */
/*
#tb2{
	overflow:auto;
	width:300px;
	height:400px;
	margin-top:20px;
	margin-left:-10px;
	text-align:center;
	color:#ffffff;
	}
#tb2 table{
	border-collapse:collapse;
	border:1px solid #000033;
	padding:2px;
	}
#tb2 caption{
	color:66ccff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	}
#tb2 th{
	font-size:12px;
	text-align:right;
	background-color:#8d8db4;
	color:#FFFFFF;
	border:1px solid #000033;
	padding-left:5px;
	padding-right:5px;
	}
#tb2 td{
	text-align:left;
	background-color:#ffffff;
	color:#000033;
	font-size:12px;
	border:1px solid #000033;
	margin:1px;
	padding-left:5px;
	padding-right:5px;
	}
#tb2 input.readonly{
	border:0px;
	background:8d8db4;
}
*/
/* **************Pop up /gesUsuinsert.php ************************ */
#popup{
	margin:5px;
}
#popup table{
	border-collapse:collapse;
	border:1px solid #000033;
	padding:2px;
	}
#popup caption{
	color:66ccff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	}
#popup th{
	font-size:12px;
	text-align:right;
	background-color:#8d8db4;
	color:#FFFFFF;
	border:1px solid #000033;
	padding-left:5px;
	padding-right:5px;
	}
#popup td{
	text-align:left;
	background-color:#8d8db4;
	color:#000033;
	font-size:12px;
	border:1px solid #000033;
	margin:1px;
	padding-left:5px;
	padding-right:5px;
}
#popup input.readonly{
	border:0px;
	font-weight:bold;
	background:8d8db4;
}
/* *************** Link "idiom" *********************************** */
#idiom{
		color:#FFFFFF;
		margin-left:10px;
	}
#idiom a {
	color:#FFFFFF;
		font-family:Tahoma,Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration: none;
		}
#idiom a:hover {
		color: color:#FFFFFF;
		text-decoration:underline;
		}
#idiom a:active {
		color:white;
		}
/* *************** Link "seleccionar proveedor" *********************************** */
#select{
		text-align:right;
		color:#FFFFFF;
		font-weight:bold;
		margin-left:10px;
	}
#select a {
		color:#FFFFFF;
		font-weight:bold;
		font-family:Tahoma,Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration: none;
		}
#select a:hover {
		font-weight:bold;
		color: color:#FFFFFF;
		text-decoration:underline;
		}
#select a:active {
		font-weight:bold;
		color:white;
		}
		/* *************** Link "Main Menu" *********************************** */
#mainMenu a {
		margin:200px 0px 0px 50px;
		font-family:Tahoma,Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		text-decoration: none;
		}
#mainMenu a:hover {	
		color: #66ccff;
		}
#mainMenu a:active {
		color:white;
		}
/* ******************* Style Gestion cliente *************************** **/
#subMenu{
	margin-top:0px;
	text-align:right;
	white-space:nowrap;
}
#subMenu a:link{
	color:#ffffff;
	}
#subMenu a:hover{
	color:#ffffff;
	text-decoration:none;
}
/* ****************** Style for Title in the Administration pages. ****************** */
.tit1{
	background-color:#000033;
	background-image:url(imageZini/titLogin.gif);
	background-repeat:no-repeat;
	width:150px;
	height:30px;
}
.tit2{
	background-color:#000033;
	background-repeat:no-repeat;
	width:121px;
	height:30px;
}
.tit3{
	background-color:#000033;
	background-repeat:no-repeat;
	width:91px;
	height:30px;
}
.tit4{
	background-color:#000033;
	background-repeat:no-repeat;
	width:351px;
	height:30px;
}
.tit5{
	background-color:#000033;
	background-repeat:no-repeat;
	width:351px;
	height:30px;
}
.tit6{
	background-color:#000033;
	background-repeat:no-repeat;
	width:201px;
	height:30px;
}
.tit7{
	background-color:#000033;
	background-repeat:no-repeat;
	width:171px;
	height:30px;
}
.tit8{
	background-color:#000033;
	background-repeat:no-repeat;
	width:171px;
	height:30px;
}
.tit9{
	background-color:#000033;
	background-repeat:no-repeat;
	width:210px;
	height:30px;
}
.tit10{
	background-color:#000033;
	background-image:url(imageZini/titLoginAd.gif);
	background-repeat:no-repeat;
	width:210px;
	height:30px;
}
.tit11{
	background-color:#000033;
	background-repeat:no-repeat;
	width:210px;
	height:30px;
}
.title2{
	font-weight:bold;
	font-size:12px;
	width:100%;
	background-color:#66ccff;
	padding:5px 0px 5px 10px;
	margin:5px 0px 10px 0px;
	}
.title2{
	font-weight:bold;
	font-size:12px;
	width:100%;
	background-color:#66ccff;
	padding:5px 0px 5px 10px;
	margin:5px 0px 10px 0px;
	}
.title3{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	width:100%;
	background-color:#66ccff;
	padding:5px 0px 5px 10px;
	margin:5px 0px 10px 0px;
	}
