/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #21399B;
}
body {
	background-image: url(../imagenes/bgbar.jpg);
	height: 100%;
	background-repeat: repeat-x;
}
.bgbody {
	background-repeat:no-repeat;
	width:850px;
	background-image: url(../imagenes/fondoblanco.jpg);
}
.bottom {
	background-repeat:no-repeat;
	width:850px;
	background-image: url(../imagenes/fondoblancobottom.jpg);
}
.title {font-weight: bold; 
font-size: 24px; 
color: #21399B;
}
.styleWB {font-size: 9px; color:#ffffff; font-weight:bold;}
.line {
	width: 100px;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 0px;
	border-bottom: 1px solid #999999;
}
.rightmenu{
	width: 160px;
	border-left-color: #8492c7;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 5px;
}
.style1 {font-size:14px; font-weight:bold; color:#21399B}
.style2 {font-size:14px; font-weight:bold; color:#666666}
.style3 {font-size:10px}
.style4 {font-size:11px}
.style4 {font-size:11px; font-weight:bold; color:#666666}

a:link {
	color: #21399b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #21399b;
}
a:hover {
	text-decoration: none;
	color: #8492c7;
}
a:active {
	text-decoration: none;
}
.formbutton{
cursor:pointer;
font-size: 11px;
border:outset 1px #ccc;
background:#fff;
color:#666;
font-weight:bold;
padding: 1px 2px;
}

.textarea{
	font-size: 12px;
	border: outset 1px #ccc;
	color:#333;
	padding: 1px 2px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
	line-height:2.2;
}
