body{
	margin: 0px;
	padding: 0px;
	font: 12px Verdana;
	min-width: 550px;
}
img{
	border: none;
	outline: none;
}
a{
	text-decoration: none;
	outline: none;
}
.headerCont{
	background: #fff url(../imgs/header.jpg) repeat-x;
}
.header{
	height: 88px;
	width: 968px;
	margin: 0 auto;
}
.menu{
	position: absolute;
	text-align: right;
	width: 970px;
	margin: 43px -5px;
	height: 21px;
	min-width: 480px;
	color: #666;
	font-size: 1em;
	font-family: verdana, sans-serif;
	padding-top: 5px;
}
.menu a, .menu a:visited{
	color: #555;
	font-weight: bold;
	padding: 1px 3px 4px 3px;
	float: left;
	margin-top: -1px;
}
.menu a:hover{
	color: #000;
	background: url(../imgs/menuOver.jpg) bottom repeat-x;
}
.menu label{
	float: right;
}

.menu_actual{
	color: #000;
	background: url(../imgs/menuOver.jpg) bottom repeat-x;
}
.logo{
	position: absolute;
	padding-left: 6px;
}
.clear{
	clear: both;
}
.form{
	margin: 0px;
}
.Gwrap{
	width: 965px;
	margin: 0 auto 0 auto;
}
.logueado{
	width: 967px;
	position: absolute;
	text-align: right;
	margin: 5px 0 0 -5px;
	color: #666;
	font-weight: bold;
}
.logueado a{
	color: #559;
}
.logueado a:hover{
	color: #000;
}

/* bordes */
.WBHleft{
	background: url(../imgs/bordes/topLeft.jpg) no-repeat;
	position: absolute;
	width: 46px;
	height: 21px;
}
.WBHright{
	background: url(../imgs/bordes/topRight.jpg) no-repeat right;
	height: 21px;
}
.WBFleft{
	background: url(../imgs/bordes/bottomLeft.jpg) no-repeat;
	position: absolute;
	width: 75px;
	height: 27px;
}
.WBFright{
	background: url(../imgs/bordes/bottomRight.jpg) no-repeat right;
	height: 27px;
}
.Wborder{
	background-color: #E6E6E6;
}
.Ghead{
	height: 40px;
	background: #F8EA89 url(../imgs/bordes/HLeft.jpg) no-repeat;
}
.GHtext{
	background: url(../imgs/bordes/HRight.jpg) no-repeat right;
	height: 40px;
	text-align: center;
}
.GHtext img{
	margin: 8px 0 0 4px;
}
/* tooltip */
.THead{
	background: #FCC95F;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FCB727;
	padding:3px;
	color: #575757;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}
.TBody{
	background: #FFF3E8;
	font-family: arial;
	font-size: 11px;
	border: 1px solid #FCB727;
	border-top: none;
	padding:3px;
	color: #1B4966;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
}
/* error */
.JError{
	background: #F8EA89;
	padding: 12px !important;
	padding: 12px 12px 0px 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #F4E053;
	border-top: 2px solid #F4E053;
	color: #666;
}
.JError label{
	font-weight: bold;
}
.JEImg{
	position: absolute;
}
.JETxt{
	margin: 4px 0 0 100px;
}
.JElinada{
	list-style: none;
}
.JOK{
	background: #E4F7A5;
	padding: 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #CDF150;
	border-top: 2px solid #CDF150;
	color: #666;
	height: 80px;
}
.JOKImg{	
	float: left;
}
.JOKTxt{
	margin: 33px 0 0 100px;
	font-weight: bold;
}
.JOKTxt a{
	color: #666;
}
.JOKTxt a:hover{
	color: #000;
}
#errorDiv{
	background: #F8EA89;
	border-bottom: 2px solid #F4E053;
	border-top: 2px solid #F4E053;
	color: #666;
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
}
.errorImg{
	width: 50px;
	height: 50px;
	float: left;
}
.errorText{
	float: left;
	margin: 16px 0 0 10px;
	font-weight: bold;
	width: 400px;
}
#errorUL{
	margin: 9px 0 0 35px;
	padding: 0px;
}
#errorUL li{
	color: #666;
	font-weight: normal;
}
/* Ok */
#okDiv{
	background: #E4F7A5;
	border-bottom: 2px solid #CDF150;
	border-top: 2px solid #CDF150;
	color: #666;
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
}
.okImg{
	width: 50px;
	height: 50px;
	float: left;
}
.okText{
	float: left;
	margin: 16px 0 0 10px;
	font-weight: bold;
	width: 390px;
}
/* estructura nueva */
.WCont{
	width: 970px;
	margin: 0 auto 0 auto;
}
.WCont a{
	color: #1341C2;
}
.WCont a:hover{
	text-decoration: underline;
}
.WCont_center{
	float: left;
	width: 490px;
	margin: 0 10px 0 10px;
}
.WCont_left, .WCont_right{
	float: left;
	width: 230px;
}
.WFooter{
	text-align: center;
}
.WFooter a{
	color: #555;
}
.WFooter a:hover{
	color: #000;
}