/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e3e26;
	background: #1e1e1e;
}
body {
	background-image: url(../imagenes/bgbar.jpg);
	height: 100%;
	background-repeat: repeat-x;
}
.bgbody {
	background-repeat:no-repeat;
	width:850px;
	background-image: url(../imagenes/fondotop.jpg);
}
.title {font-weight: bold; 
font-size: 24px; 
color: #21399B;
}
.rightline{
    width:305px;
	border-left-color: #4e3e26;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 20px;
}
.styleWB {font-size: 9px; color:#aca48d; font-weight:bold;}
.styleWB a:link {
	color: #aca48d;
	text-decoration: none;
}
.styleWB a:visited {
	text-decoration: none;
	color: #aca48d;
}
.styleWB a:hover {
	text-decoration: none;
	color: #4e3e26;
}
.styleWB a:active {
	text-decoration: none;
}
.stylemag a:link {
	color: #999999;
	text-decoration: none;
}
.stylemag a:visited {
	text-decoration: none;
	color: #999999;
}
.stylemag a:hover {
	text-decoration: underline;
	color: #000000;
}
.stylemag a:active {
	text-decoration: none;
	color: #999999;
}
.line {
	width: 100px;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 0px;
	border-bottom: 1px solid #999999;
}
.line2 {
	width: 275px;
	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:#30271a}
.style2 {font-size:14px; font-weight:bold; color:#666666}
.style3 {font-size:10px}
.style4 {font-size:11px}
.style5 {font-size:20px}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4e3e26;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
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;
}