* {
	margin: 0;
	padding: 0;
}

h1, h2 {
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a {
	color: #006AD5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#outer {
	background: #FFF url('images/bg_menu_left.jpg') top left repeat-y;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header {
	background: #004778 url('images/bg_header.gif') top left repeat-x;
	border-bottom: 1px solid #002B55;
	height: 124px;
	padding-left: 20px;
	position: relative;
}

#header h1 {
	font-size: 24px;
	position: absolute;
	top: 30px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	color: #EEE;
	font: 11px Verdana;
	position: absolute;
	top: 60px;
	left: 22px;
}

#searchbox {
	position: absolute;
	right: 20px;
	top: 97px;
}

#searchbox input.btnsearch {
	background: #111;
	border: 1px solid #00D5D5;
	color: #0BFFFF;
	font: bold 11px Verdana,sans-serif;
	cursor: pointer;
	padding: 2px 8px;
}

#searchbox input.btnsearch:hover {
	border: 1px solid #9FD500;
	color: #C2FF0B;
}

#searchbox img {
	margin-right: 2px;
	margin-bottom: 2px;
	vertical-align: bottom;
}

#navlist {
	position: absolute;
	left: 20px;
	top: 95px;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	color: #FFF;
	float: left;
	font-weight: bold;
	line-height: 26px;
	margin: 0 10px 4px 10px;
	padding: 0 8px;
	text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
	background: transparent;
	border-bottom: 3px solid #0BFFFF;
	color: #0BFFFF;
}

#navlist a:hover {
	border-bottom: 3px solid #C2FF0B;
	color: #C2FF0B;
}

#content {
	background: transparent url('images/bg_menu_right.jpg') top right repeat-y;
	line-height: 1.5em;
	min-width: 1150px;
}

#content p {
	margin-bottom: 1.5em;
}

#content p.navlink {
	background: #EEE url('iconos/go_blue.gif') no-repeat 8px center;
	border: 1px solid #aaa;
	padding: 3px 24px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 12px;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #545454;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#content h1 {
	color: #004080;
	border-bottom: 1px dotted #004080;
	font-size: 1.8em;
	padding: 10px 0;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.1em;
}

#content h3 img {
	float: right;
	margin-top: 2px;
}

#content h3 span {
	color: #999;
	float: right;
	font-weight: normal;
}

#content h4 span {
	color: #999;
	float: right;
	font-weight: normal;
}

#content ul {
	list-style: square;
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content ol {
	list-style: disc;
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote {
	background: #e1f5fe;
	border-bottom: 1px solid #039be5;
	border-left: solid 0.75em #039be5;
	color: #37474f;
	margin-bottom: 1.5em;
	padding: 0.75em 0.5em 0.75em 1.0em;
}

#content blockquote.warning {
	background: #fff8e1;
	border-bottom: 1px solid #ffb300;
	border-left: solid 0.75em #ffb300;
	color: #37474f;
}

#content blockquote.success {
	background: #f1f8e9;
	border-bottom: 1px solid #7cb342;
	border-left: solid 0.75em #7cb342;
	color: #37474f;
}

#content blockquote p {
	margin-bottom: 0;
}

#content blockquote p.img {
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	padding-right: 72px;
}

#content blockquote p.img.dms {
	background-position:100% 0;
	background-repeat:no-repeat;
	background-size:40px;
	padding-right: 48px;
}


#content table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	text-align: left;
}

#content table th {
	font-weight: bold;
	padding: 0.5em;
}

#content table td {
	padding: 0.5em;
}

#content table tr.rowH {
	background: #006192 url('images/bg_rowh.gif') top left repeat-x;
	border-right: solid 1px #fff;
	color: #EAF4FF;
}

#content table tr.rowA {
	background: #fafafa;
	background-image: -webkit-linear-gradient(#eeeeee, #fafafa);
	background-image: linear-gradient(#eeeeee, #fafafa);
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB {
	background: #DFEFFF;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowG {
	background: #e8f5e9;
	background-image: -webkit-linear-gradient(#c8e6c9, #e8f5e9);
	background-image: linear-gradient(#c8e6c9, #e8f5e9);
	border-top: solid 1px #fff;
	color: inherit;
}

#content table.downloads {
	border: 1px solid #aaa;
}

#content table.downloads th {
	background: #F8F8F8 url('images/bg_th.jpg') top left repeat;
}

#content table.downloads th a {
	color: #008080;
}

#content table.downloads th span {
	float: right;
}

#content table.downloads th span a {
	font-weight: normal;
}

#content table.downloads td {
	border: 1px solid #aaa;
}

#content div.social {
	margin: 15px 0;
	border-bottom: 1px dotted #AAA;
	padding-bottom: 8px;
}

#content a.download {
	background: #EAFFFF;
	border: 1px solid #008080;
	color: #008080;
	font: bold 12px Arial;
	padding: 5px 8px 5px 6px;
}

#content a.download:hover {
	background: #EFFFBF;
	border: 1px solid #405500;
	color: #405500;
	text-decoration: none;
}

#content a.download:active {
	border: 1px solid #608000;
	color: #608000;
}

#content a.download img {
	border: none;
	padding-right: 6px;
	padding-bottom: 2px;
	vertical-align: middle;
}

#content p.info {
	font-size: 12px;
	padding: 7px 8px 8px 40px;
	border: 1px solid #FFD555;
	background: #FFFFBF url('iconos/information_circle.png') no-repeat 10px 50%;
}

#content p.error {
	font-size: 12px;
	padding: 7px 8px 8px 40px;
	border: 1px solid #FFD555;
	background: #FFFFBF url('iconos/exclamation_red.png') no-repeat 10px 50%;
}

#content input {
	color: #333;
	font: normal 12px Verdana,sans-serif;
	padding: 2px;
}

#content textarea {
	color: #333;
	font: normal 12px Verdana,sans-serif;
	padding: 2px;
}

#content form input.button {
	font: bold 12px Verdana,sans-serif;
	padding: 2px 12px;
}

#primaryContentContainer {
	float: right;
	margin: 0 -19em 0 -19em;
	width: 100%;
}

#primaryContent {
	margin: 0.5em 19em 0 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

#primaryContent h3 {
	border-bottom: dotted 1px #AAA;
}

#primaryContent h4 {
	border-bottom: dotted 1px #AAA;
}

#primaryContent h4.icon img {
	float: right;
	margin-top: 2px;
	margin-left: 8px;
}

#secondaryContent {
	float: left;
	padding: 2em 2em 1.5em 2em;
	position: relative;
	width: 14em;
}

#secondaryContent h3 {
	border-bottom: 2px solid #80A000;
	color: #709000;
}

#secondaryContent h3 img {
	float: right;
	margin-top: -4px;
	margin-right: 0px;
}

#secondaryContent a:link, #secondaryContent a:visited {
	color: #008080;
}

#secondaryContent a:hover {
	color: #608000;
	text-decoration: none;
}

#secondaryContent ul {
	list-style-image: url('iconos/bullet_cyan.png');
}

#tertiaryContent {
	float: right;
	padding: 2em 2em 1.5em 2em;
	position: relative;
	width: 15em;
}

#tertiaryContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tertiaryContent li {
	border-bottom: 1px dotted #AAA;
	font-size: 11px;
	margin: 8px 4px;
	padding: 8px 0;
}

#footer {
	background: #F5F5F5 url('images/bg_footer.jpg') repeat-x bottom;
	border-top: 1px solid #ADADAD;
	margin: 0;
	padding: 1em 0 1em 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

#footer p.footerLinks {
	font-weight: bold;
	margin: 2px 0 8px;
}

#footer p.footerText {
	color: #555;
	font-size: 11px;
}

#footer img {
	vertical-align: text-bottom;
}

.clear {
	clear: both;
}

img.icono {
	vertical-align: middle;
	border: 0;
	margin-right: 6px;
	margin-bottom: 2px;
}

img.icono16 {
	vertical-align: middle;
	border: 0;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}


.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: nowrap;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}

.btn.active, .btn:active {
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #aaa;
	text-shadow: 0 1px 0 #fff;
	color: #333;
}

.btn-default.focus, .btn-default:focus {
	background-color: #e6e6e6;
	border-color: #888;
	color: #333;
}

.btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
	border-color: #adadad;
	color: #333;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	background-color: #d4d4d4;
	border-color: #888;
	color: #333;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #aaa;
}

.btn-default .badge {
	background-color: #333;
	color: #fff;
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: #286090;
	border-color: #122b40;
	color: #fff;
}

.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #204d74;
	border-color: #122b40;
	color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	background-color: #fff;
	color: #337ab7;
}

.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.btn-success.focus, .btn-success:focus {
	background-color: #449d44;
	border-color: #255625;
	color: #fff;
}

.btn-success:hover {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
	background-color: #398439;
	border-color: #255625;
	color: #fff;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}

.btn-info.focus, .btn-info:focus {
	background-color: #31b0d5;
	border-color: #1b6d85;
	color: #fff;
}

.btn-info:hover {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	background-color: #269abc;
	border-color: #1b6d85;
	color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}

.btn-warning.focus, .btn-warning:focus {
	background-color: #ec971f;
	border-color: #985f0d;
	color: #fff;
}

.btn-warning:hover {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
	background-color: #d58512;
	border-color: #985f0d;
	color: #fff;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.btn-danger.focus, .btn-danger:focus {
	background-color: #c9302c;
	border-color: #761c19;
	color: #fff;
}

.btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
	background-color: #ac2925;
	border-color: #761c19;
	color: #fff;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}

.btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: 400;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}

.btn-group-sm > .btn, .btn-sm {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.btn-group-xs > .btn, .btn-xs {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
