/* ---------- Browser normalization ---------- */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFF;
	font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body.portal-popup {
	background: none;
	padding: 10px;
}

body.configuration-popup {
	padding-bottom: 0;
}

body.portal-iframe {
	padding: 0;
}

body.html-editor {
	background: #FFF;
	color: #000;
}

blockquote, ul, ol {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: disc outside;
}

ul ul {
	list-style-type: circle;
}

ol ol {
	list-style-type: upper-roman;
}



th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
	color: #fff;
}
dl {
	margin-left: 2em;
}
dl dd {
	margin-left: 1em;
}
dl.pt_definicion {
	margin: 10px 0 10px 50px;
	clear: both;
	display:block;
}

dl.pt_definicion dt{
	width: 51%;
	float:left;
	clear: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	background: url(../images-bn/application/bullet_dt.png) no-repeat left 5px;
	padding-left: 20px;
	margin-bottom:10px;
	color: #fff;
}
dt.header {
    background: none repeat scroll 0 0 transparent !important;
    text-decoration: underline;
}
dd.header {
    background: none repeat scroll 0 0 transparent !important;
    text-decoration: underline;
font-weight: bold;
}
dl.pt_definicion dd{
	width: 40%;
	margin-left:19px;
	float:left;
	clear:right;
	color: #ccc;
	font-size: 12px;
	font-family: Arial;

}

#main-content ul.pt_list li{ 	
	background: url(../images-bn/application/bullet_li.png) no-repeat left 3px;
	list-style: none;
	padding-left: 20px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
#main-content ul.list_news li {	background: url(../images-bn/application/bullet_li_news.png) no-repeat left 3px;list-style: none;
	padding-left: 20px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;}
/* ----------  Links ---------- */

a {
}

a:hover {
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 15px;
	color: #fff;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-transform: uppercase;

}

h3, body.signed-in h1.portlet-title {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}

h3.servicios_destacados {
	background: url(../images-bn/application/titulo_destacados.png) no-repeat right 0;
}
h3.noticias {
	background: url(../images-bn/application/titulo_noticias.png) no-repeat right 0;
}
h4 { color:#4c4c4c;padding-left:20px; background: transparent url(../images-bn/portlet/icn_title.png) no-repeat 0 0;font-size: 12px; margin-bottom: 10px}
h1, h2, h3 {
	margin: 1em 0;
}

h4, h5, h6 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging, body.live-view {
	border: 10px solid #F00;
}

body.live-view {
	border-color: #FC0;
}

.portal-iframe.staging {
	border: none;
}

/* ---------- Main content body ---------- */

.portal-iframe #main-content {
	width: 100%;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}

.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images-bn/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #FFC;
	font-weight: bold;
	margin: 0 1px;
}
