@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A
{
COLOR: blue;
BACKGROUND-COLOR: transparent;
TEXT-DECORATION: none;
}
A:visited
{
COLOR: blue;
BACKGROUND-COLOR: transparent;
TEXT-DECORATION: none;
}
A:active
{
COLOR: blue;
BACKGROUND-COLOR: transparent;
TEXT-DECORATION: none;
}
A:hover
{
COLOR: blue;
BACKGROUND-COLOR: transparent;
TEXT-DECORATION: underline;
}
h1{
	color:#003362;
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size:15px;
	margin-Top:5px
	margin-bottom:5px;
}

#header {
	margin: auto;
	width: 1000px;
	background-image: url('/images/logo_r1_c1.jpg');
	background-repeat: no-repeat;
	height: 131px;
}
#header .login-area {
	color: #FFF;
	float: right;
	width: 350px;
	padding-top: 26px;
}
#header .login-area .mm-b {	
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#main {
	width: 1000px;
	padding-top: 12px;
	overflow: hidden;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#main .bloq-1 {
	width: 210px;
	padding: 2px;
	float: left;
}
#main .bloq-1 .mod {
	background-image: url('/images/esq-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 6px;
}
#main .bloq-1 .mod .mod-tt {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#main .bloq-1 .mod .content {
	padding: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181A3C;
	border-left-color: #181A3C;
}
#main .bloq-1 .mod .content .links-l {
}
#main .bloq-1 .mod .content .links-l a {
	border-bottom:1px solid #E9E9E9; display: block;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #006;
	text-decoration: none;
}
#main .bloq-1 .mod .content .links-l a:hover {
	color: #999;
}#main .bloq-1 .mod .content .cl-logon {
	padding-left: 10px;
}
#main .middle {
	float: left;
	width: 570px;
	margin-left: 8px;
	background-image: url('/images/line-v.gif');
	background-repeat: repeat-y;
	background-position:  right 50%;
}
#main .middle .content {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#main .middle .content h2 {
	color: #039;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .middle .content .links {
	text-align: center;
}
#main .bloq-2 {
	float: left;
	margin-left: 8px;
	width: 196px;
}
#main .bloq-2 .content {
	padding: 4px;
}
#main .bloq-2 .content .links-r {
	margin-bottom: 30px;
	font-size: 11px;
}
#main .bloq-2 .content .links-r a {
	color: #039;
	font-weight: bold;
}
#footer {
	margin: auto;
	width: 1000px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDD;
}
#footer .links {
	padding: 6px;
}
.slide-a {
	padding: 4px;
}


/*****************************************/
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:540px;
	height:280px;
	float:left;
}
#box4 h3    {
	color: #039;
	font-size: 14px;
	/padding-top: 5px;
	padding-right: 10px;
	/padding-bottom: 5px;
}
#box4 img{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default;
}

/***************/
.links {padding:10px;margin-top:10px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{
	margin:0 auto;
	background:#fff;
	text-align:left;
	padding:20px;
}

.buttons{
	padding:5px;
	background-color: #039;
	border: 1px solid #FFF;
}
.buttons span{
	color:#FFF;
	padding:0 5px;
	cursor:pointer;
	font:14px Verdana;
}
.buttons span.active, .buttons span:hover{
	color:#039;
	background-color: #FFF;
	padding: 6px;
}
.mask3{
	position:relative;
	width:540px;
	height:220px;
	overflow:hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	margin-bottom: 16px;
}

span img{
	display:block;
	border:none;
}