form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

/* ----------------------------------------------Search Form-------------------------------------*/
#topbar input {
	display: block;
	float: left;
	width: 235px;
	margin: 0 5px 0 0;
	padding: 5px;
	color: #B6B6B6;
	background-color: #525252;
	border: 1px solid #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topbar input#go {
	width: 68px;
	height: 26px;
	margin: 0;
	padding: 4px 0;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #059BD8;
	border-color: #396B86;
	cursor: pointer;
	font-weight: bold;
}

#topnav {
	display: block;
	float: left;
	width: 965px;
	height: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 50px !important;
}

img {
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nostart {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	margin-top: -15px;
}

a {
	outline: none;
	text-decoration: none;
}

/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
}

div.wrapper h1, div.wrapper h2 {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #DDDDDD;
}

div.wrapper h3, div.wrapper h3 {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #DDDDDD;
}

.col1 {
	color: #C7C6C7;
	background-color: #313945;
}

.col2 {
	color: #FFFFFF;
	background-color: #313945;
}

.col3, .col4, .col5 {
	color: #666666;
	background-color: #FFFFFF;
}

.col6 {
	color: #999999;
	background-color: #F3F3F3;
}

.col6 a {
	color: #2684B7;
	background-color: #F3F3F3;
}

.col7, .col7 a {
	color: #FFFFFF;
	background-color: #313945;
	position: fixed;
	bottom: 0;
}

.col8, .col8 a {
	color: black;
	background-color: white;
	border-top: 1px dotted #666666;
}

/* ----------------------------------------------Generalise-------------------------------------*/
#header, #topbar, #intro, #services, #breadcrumb, #container, #footer,
	#copyright {
	position: relative;
	margin: 0 auto 0;
	display: block;
	width: 960px;
}

/* ----------------------------------------------Header-------------------------------------*/
#header {
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header #logo {
	display: block;
	float: left;
	width: 1000px;
	margin-top: 0px;
}

#header #logo h1, #header #logo p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#header #logo h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 36px;
	border: none;
}

#header h1 a {
	color: #3A6C86;
	background-color: #E3F1F9;
}

/* ----------------------------------------------Topbar--------------------------------------*/
#topbar {
	z-index: 1000;
	height: 40px;
}

#topbar #search {
	display: block;
	float: right;
	width: 320px;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-left: 1px dotted #666666;
	overflow: hidden;
}

/* ----------------------------------------------Content-------------------------------------*/
#container {
	padding: 10px 0;
	line-height: 1.4em;
	/*border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;*/
}

/* ----------------------------------------------Copyright-----------------------------------*/
#copyright {
	padding: 10px 0;
	height: 15px;
}

#copyright p {
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------PrimeFaces------------------------------------*/
.ui-widget tr, .ui-widget td {
	border: 0 !important;
}

.row_top {
	vertical-align: top !important;
}

.row_bottom {
	vertical-align: bottom !important;
}

.ui-state-error {
	background-color: transparent !important;
}

.ui-icon.check-icon {
	background-image: url(../images/action_check.png) !important;
}

.ui-icon.attach-icon {
	background-image: url(../images/attach.png) !important;
}

.ui-icon.cancel-icon {
	background-image: url(../images/action_stop.png) !important;
}

.ui-icon.delete-icon {
	background-image: url(../images/action_delete.png) !important;
}

.ui-icon.edit-icon {
	background-image: url(../images/action_edit.png) !important;
}

.ui-icon.new-icon {
	background-image: url(../images/action_add.png) !important;
}

.ui-icon.open-icon {
	background-image: url(../images/action_open.png) !important;
}

.ui-icon.save-icon {
	background-image: url(../images/save.png) !important;
}

.ui-icon.search-icon {
	background-image: url(../images/search.png) !important;
}

.ui-icon.info-icon {
	background-image: url(../images/Info.png) !important;
}

.ui-icon.signature-icon {
	background-image: url(../images/signature.png) !important;
}

.ui-icon.back-icon {
	background-image: url(../images/arrow_back.png) !important;
}

.ui-icon.print-icon {
	background-image: url(../images/print.png) !important;
}

.ui-icon.images-icon {
	background-image: url(../images/Pictures.png) !important;
}

.ui-icon.camera-icon {
	background-image: url(../images/camera.png) !important;
}

.ui-icon.upload-icon {
	background-image: url(../images/upload.png) !important;
}

.columna_centro {
	text-align: center !important;
}

.columna_derecha {
	text-align: right !important;
}

.ui-picklist-list {
	height: 200px !important;
	width: 300px !important;
}

.ui-picklist-filter.ui-inputfield.ui-inputtext {
	width: 280px !important;
}

html {
	height: 100%;
}

body {
	min-height: 101%;
}

ul.ui-menu-child {
	white-space: nowrap;
	width: 300px !important;
}

.ui-menubar, .ui-menu {
	background: #29313C !important;
}

.menu-white .ui-menuitem-text {
	color: white;
}

.menu-black .ui-menuitem-text {
	color: black;
}

.input_derecha {
	text-align: right;
}

.custom_link {
	text-decoration: underline;
	color: blue;
}

.datalist-noborder .ui-widget-content {
	border: none !important;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

.ui-tabs .ui-tabs-panel {
	display: inline;
}

.ui-selectoneradio-custom label {
	width: 100px !important;
}

.table_lite thead th {
	padding: 4px 10px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	background-color: #D9F3FD !important;
	background-image: none !important;
	color: black !important;
	font-weight: bold !important;
}