.bienvcanvas {
	background-image: url(imgs/bienvenido.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 586px;
	position: relative;
	width: 954px;
	margin: 0 auto;
}
.logusrvcanvas {
	background-image: url(imgs/logusuarios.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 586px;
	position: relative;
	width: 954px;
	margin: 0 auto;
}
.logclientvcanvas {
	background-image: url(imgs/logclientes.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 586px;
	position: relative;
	width: 954px;
	margin: 0 auto;
}
.canvascentro {
	height: 185px;
	position: relative;
	width: 280px;
	left: 450px;
	top: 275px;
}

a:link{
  text-decoration: none;
  color: #000081;
  letter-spacing: 500;
}

a:visited {
  text-decoration: none;
  color: #000081;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #000081;
}

a:active {
  text-decoration: underline;
  color: #33FF99;
}
.botonazul18 {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}.botonazul18:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #25A6E1), color-stop(1, #25A6E1) );
	background:-moz-linear-gradient( center top, #25A6E1 5%, #25A6E1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1', endColorstr='#25A6E1');
	background-color:#25A6E1;
}.botonazul18:active {
	position:relative;
	top:1px;
}
.maincanvas {
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.topcanvas {
	height: 120px;
	width: 1024px;
	border-width: 1;
	border-color: #226FAE;
	border-style: solid;
}
.leftcanvas {
	background-color: #FFFFFF;
	height: 100%;
	width: 250px;
	float: left;
}
.rightcanvas {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
.maincentercanvas {
	height: 100%;
	width: 100%;
}
.bottomcanvas {
	height: 80px;
	width: 1024px;
	float: left;
	border-color: #226FAE;
	border-style: solid;
	border-width: 1;
}
.tableborderout {
	border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #226FAE;
	border-collapse: separate;
	font-weight: bold;
}
.textotitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.textonegro18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.textonegro12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textoazul12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00285B;
	font-weight: bold;
}
.textoazul14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00285B;
	font-weight: bold;
}
.textonegro14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textoblanco14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
}
.textoazul18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00285B;
	font-weight: bold;
}
.textorojo16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
table.borderallblack {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: separate;
}
table.borderallblack th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: ;
}
table.borderallblack td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: ;
}
