﻿body 
{
	background-color:#DEDEDD;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.panel_cabecera
{
	margin: 0;
	top: 5px;
	left: 10px;
	width: 984px;
	height: 192px;
	position: absolute;
	z-index: 1;
	background-image: url( '../img/img_fondo_cabecera.PNG' );
	background-repeat: repeat-x;
}

.img_logo
{
	z-index: 10;
	left: 23px;
	width: 280px;
	position: absolute;
	top: 43px;
	height: 65px;
	background-image: url('../img/img_logo_dimpor.png');
}
.img_btn_esquina_izquierda
{
	z-index: 10;
	left: 10px;
	width: 25px;
	position: absolute;
	top: 134px;
	height: 28px;
	background-image: url('../img/img_btn_esquina_izquierda.png');
	right: 927px;
	background-color: Transparent;
}

.img_btn_esquina_derecha
{
	padding: 0;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	z-index: 10;
	left: 641px;
	width: 25px;
	position: absolute;
	top: 134px;
	height: 28px;
	background-image: url( '../img/img_btn_esquina_derecha.png' );
	right: 288px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.lnkbtn_principal
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-size: 10pt;
	left: 100px;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 203px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url( '../img/img_btn_out.png' );
	font-weight: bold;
}

.lnkbtn_quienessomos
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-weight: bold;
	font-size: 10pt;
	left: 101px;
	vertical-align: 30%;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 243px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url( '../img/img_btn_out.png' );
}

.lnkbtn_productos
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-weight: bold;
	font-size: 10pt;
	left: 102px;
	vertical-align: 30%;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 282px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url( '../img/img_btn_out.png' );
}

.lnkbtn_clientes
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-weight: bold;
	font-size: 10pt;
	left: 102px;
	vertical-align: 30%;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 321px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url( '../img/img_btn_out.png' );
}

.lnkbtn_contactenos
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-weight: bold;
	font-size: 10pt;
	left: 102px;
	vertical-align: 30%;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 360px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-image: url( '../img/img_btn_out.png' );
}

.lnkbtn_administrador
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	z-index: 15;
	font-weight: bold;
	font-size: 10pt;
	left: 103px;
	vertical-align: 30%;
	width: 120px;
	cursor: hand;
	color: white;
	font-family: 'trebuchet MS';
	top: 400px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	visibility: visible;
	background-image: url( '../img/img_btn_out.png' );
}

.panel_izquierdo
{
	left: 90px;
	width: 146px;
	position: absolute;
	top: 187px;
	height: 350px;
	z-index: 10;
	background-color: #4075A7;
}

.panel_derecho
{
	left: 759px;
	width: 146px;
	position: absolute;
	top: 187px;
	height: 350px;
	z-index: 10;
	background-color: #4075A7;
}

.panel_iniciar_sesion
{
	left: 3px;
	width: 140px;
	position: absolute;
	top: 3px;
	height: 145px;
	z-index: 10;
	background-color: #6AC335;
}

.lbl_usuario
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 9pt;
	z-index: 10;
	left: 28px;
	width: 50px;
	color: #008000;
	font-family: Tahoma;
	position: absolute;
	top: 6px;
	height: 9px;
	background-color: transparent;
	text-align: left;
}

.lbl_password
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 9pt;
	z-index: 10;
	left: 25px;
	vertical-align: middle;
	width: 70px;
	color: #008000;
	font-family: Tahoma;
	position: absolute;
	top: 43px;
	height: 9px;
	background-color: transparent;
	text-align: left;
}

.txt_usuario
{
	border-style: inset;
	border-color: inherit;
	border-width: 3px;
	font-weight: bold;
	font-size: 8pt;
	z-index: 10;
	left: 16px;
	width: 100px;
	color: #008000;
	font-family: Tahoma;
	position: absolute;
	top: 21px;
	height: 15px;
	background-color: #FFFFFF;
	text-align: left;
}

.txt_password
{
	border-style: inset;
	border-color: inherit;
	border-width: 3px;
	font-weight: bold;
	font-size: 7pt;
	z-index: 10;
	left: 16px;
	vertical-align: middle;
	width: 100px;
	color: #008000;
	font-family: Tahoma;
	position: absolute;
	top: 58px;
	height: 14px;
	background-color: #FFFFFF;
	text-align: left;
}

.btn_aceptar
{
	border-style: outset;
	left: 9px;
	position: absolute;
	top: 83px;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: bold;
	cursor: hand;
	color: white;
	width: 120px;
	height: 30px;
	background-image: url( '../img/img_btn_out.png' );
}

.lbl_mensaje_session
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 9pt;
	z-index: 10;
	left: 2px;
	vertical-align: middle;
	width: 138px;
	color: #FF0000;
	font-family: Tahoma;
	position: absolute;
	top: 115px;
	height: 25px;
	background-color: transparent;
	text-align: left;
	text-decoration: blink;
}

.panel_divisor_pie
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
	margin: 0;
	top: 537px;
	left: 90px;
	width: 815px;
	height: 19px;
	position: absolute;
	z-index: 10;
	background-color: #4075A7;
}


.panel_pie
{
	border-style: none;
	margin: 0;
	top: 556px;
	left: 20px;
	width: 963px;
	height: 50px;
	position: absolute;
	z-index: 10;
	background-color: #6AC335;
}

.lbl_direccion
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 7pt;
	z-index: 10;
	left: 480px;
	vertical-align: middle;
	width: 35px;
	color: #354F74;
	font-family: Tahoma;
	position: absolute;
	top: 7px;
	height: 9px;
	background-color: transparent;
	text-align: left;
}

.txt_direccion
{
	border-style: none;
	padding: inherit;
	margin: inherit;
	font-weight: bold;
	font-size: 7pt;
	z-index: 10;
	left: 538px;
	width: 250px;
	color: #354F74;
	font-family: Tahoma;
	position: absolute;
	top: 5px;
	height: 12px;
	background-color: transparent;
	text-align: left;
	text-transform: uppercase;
}

.lbl_telefono
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 12px;
	z-index: 10;
	left: 14px;
	width: 35px;
	color: #FFFFFF;
	font-family: 'trebuchet MS';
	position: absolute;
	top: 6px;
	height: 9px;
	background-color: transparent;
	text-align: left;
}

.txt_telefono
{
	border-style: none;
	padding: inherit;
	margin: inherit;
	font-weight: bold;
	font-size: 30px;
	z-index: 10;
	left: 35px;
	width: 220px;
	color: #FFFFFF;
	font-family: 'trebuchet MS';
	position: absolute;
	top: 2px;
	height: 35px;
	background-color: transparent;
	text-align: left;
}

.hlnk_desarrollado
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 7pt;
	z-index: 10;
	left: 481px;
	width: 420px;
	color: #354F74;
	font-family: Tahoma;
	position: absolute;
	top: 38px;
	height: 9px;
	background-color: transparent;
	text-align: left;
}

.lbl_derechos
{
	border-color: #336600;
	border-width: thin;
	font-weight: bold;
	font-size: 7pt;
	z-index: 10;
	left: 480px;
	width: 320px;
	color: #354F74;
	font-family: Tahoma;
	position: absolute;
	top: 23px;
	height: 9px;
	background-color: transparent;
	text-align: left;
	vertical-align: middle;
}


