body {	margin: 0px; padding: 0px; background: url(img/body_bg.jpg) repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
label { width: 80px; float: left; color: #3a78b3; }
th { background: url(img/th_bg2.gif) #ECF5FD; height: 23px; }
img { border: none; }
form { display: inline; }
fieldset { padding: 10px; }
legend { margin-bottom: 10px; }
h2 { color: #666666; font-size: 14px; border-bottom: 1px #999999 solid; }
/* contenedores */
#header { height: 85px; background: url(img/header_bg.jpg) no-repeat; }
#content { background: url(img/content_bg.jpg) repeat-x; padding: 0px 15px 0px 15px; }
#box { background: url(img/box_bg.jpg) repeat-x; background-color: #FFFFFF; width: 100%; }
#box_left { background: url(img/box_left_bg.jpg); width: 20px; height: 283px; float: left; } 
#box_right { background: url(img/box_right_bg.jpg); width: 20px; height: 283px; float: right; } 
#search { background: url(img/search_bg.jpg); width: 216px; height: 31px; float: right; margin: 20px 0px 0px 0px; } 
#section { width: 516px; height: 31px; float: left; margin: 20px 0px 0px 0px; color:#666666; font-weight: bold; font-size: 14px; text-transform: uppercase; } 
#header2 { height: 60px; margin-bottom: 20px;}
#content2 { float: left; }
#toolbar a, #header2 a, .datatable a { color: #006699; }
#toolbar a:hover, #header2 a:hover, .datatable a:hover { color: #FF0000; }
/* variables */
#nav { height: 14px; background-image: url(img/nav_bg.jpg); padding: 7px; } 
#nav a { text-decoration: none; font-weight: bold; padding: 0px 8px; }
#nav a:hover { color: #FFFFFF; }
#nav .on { color: #FFF; }
#nav .off { color: #CCCCCC; }
#user { margin: 65px 20px 0px 0px; width: 170px; height: 18px; float: right; text-align: right; color: #003366; text-transform: uppercase; font-weight: bold; }
#search { background: url(img/search_bg.jpg) no-repeat; width: 216; height: 231px; }
#search input { border: 0px none #FFFFFF; margin: 6px 0px 0px 35px; }
/* elements */
.field { min-height: 23px; }
.submit { background-color: #4786c4; color: #FFFFFF; border: none; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding: 2px; margin-top: 5px; }
.error { color: #FF0000; background: url(img/error.png) no-repeat 30px center #FFFFCC; text-indent: 25px; padding: 4px; margin: 3px 0px 3px 0px;  }
.message {
	background-color: #ecffe8;
	padding: 10px;
	margin-bottom: 5px;
	color: #6aaf57;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6aaf57;
	border-right-color: #6aaf57;
	border-bottom-color: #6aaf57;
	border-left-color: #6aaf57;
	margin-bottom: 20px;
}
.odd { padding: 3px; border-bottom: #CCCCCC 1px solid; }
.even { padding: 3px; border-bottom: #CCCCCC 1px solid; background: #F2FBFF }
.datatable a { text-decoration: none; }
.forma { display: block; margin: 15px 0px; }
.forma input { border: #b4daff 1px solid; }
/* fixes */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }