@CHARSET "ISO-8859-1";
body{
	background-image:url(../images/back.png);
}
#rounded-corner{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:11px;
	width:740px;
	text-align:left;
	border-collapse:collapse;
	margin:6px auto;
}
#rounded-corner thead th.top-left{
	background:#b9c9fe url("../images/left.png") left -1px no-repeat;
	border-bottom:1px solid #fff;
}
#rounded-corner thead th.top-right{
	background:#b9c9fe url("../images/right.png") right -1px no-repeat;
	border-bottom:1px solid #fff;
}
#rounded-corner th{
	font-weight:bold;
	font-size:13px;
	color:#039;
	background:#b9c9fe;
	padding:4px;
	text-align:center;
}
#rounded-corner td{
	background:#e8edff;
	border-top:1px solid #fff;
	color:#669;
	padding:2px 8px 2px 8px;
}
#rounded-corner td table tr td{
	border:0px;
	padding:2px;
}
#rounded-corner tfoot td.bottom-left{
	background:#e8edff url("../images/botleft.png") left bottom no-repeat;
}
#rounded-corner tfoot td.bottom-right{
	background:#e8edff url("../images/botright.png") right bottom no-repeat;
}
#rounded-corner tbody tr:hover td{
	background:#d0dafd;
}
.borderLeft{
	border-left:2px solid #fff;
}
.borderLeft1px{
	border-left:1px solid #fff;
}
/* Session */
#divSession{
	text-align:right;
	color:white;
	margin:5px;
}
#divSession a:link, #divSession a:visited{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#divSession a:hover, #divSession a:hover{
	text-decoration:underline;
}
/* Main Title */
h2{
	/*color:#43aee4;*/
	color:#fff;
	background-image:url(../images/recuadro-bk.gif);
	text-align:center;
	margin:4px 20px;
	padding:2px 0px 4px 0px;
	font-size:1.4em;
	border:1px solid #2694e8;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
hr.dasehd{
	border:0px;
	border-top:1px dashed #333;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}