﻿*
{
	margin: 0px;
}

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	background-color: #ffffff;
	color: #222222;
}

a
{
	background-color: inherit;
	color: #073563;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: left;
	margin-bottom: 5px;
	line-height: 22px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
	color: #545454;
}

#header
{
	background-color: #073563;
}

/* menuheader */

#menuheader
{
	float:right;
	position:relative;
	padding-right: 0.5em;
	padding-top: 2.3em;
}

#menuheader ul
{
	list-style: none;
}

#menuheader li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menuheader li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menuheader li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menuheader li a:hover
{
	text-decoration: underline;
}

#buscador
{
	padding-right:10px;
	float: right;
	position: relative;
	margin-top:-24px;
}

/* menu */

#menu
{
	margin-bottom: 15px;
	color: #222222;
	background-color: #80939D;
	border-bottom: solid 1px #073563;
	padding-left: 16em;
	position: relative;
	top: 1px;
	padding-top: 0px;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	padding-left: 18em;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#menu ul li a:hover
{
	color: #8E0202;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #8E0202;
}

#estasContent
{
	position: relative;
    padding-left: 2.5em;
	color: #545454;
	font-size:smaller;
}

/* Content */

#content
{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}


#content p
{
	margin-bottom: 2em;
	color: #545454;
	text-align: left;
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style:disc;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.5em 0.75em 1.5em;
	border-left: solid 0.1em #98CB00;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content a
{
	text-decoration: none;
	background-color: inherit;
	color: #073563;
}

#content a:hover
{
	color: #8E0202;
}

#content table
{
	margin-bottom: 1.5em;
	text-align: left;
	vertical-align: top;
}

#content table p
{
	margin-bottom: 0.5em;
	color: #545454;
	text-align:justify;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.2em;
	padding-right:1em;
}

#content table tr.rowN
{
	color: #fff;
	background: #F0F3F4;
}

#content table tr.rowH
{
	color: #fff;
	background: #6A85A1;
}

#content table tr.rowP
{
	color: #fff;
	background: #80939D;
}

#content table tr.rowB
{
	background: #F0F3F4;
	color: inherit;
	vertical-align: top;
}

#content table tr.rowA
{
	background: #FDFDFD;
	color: inherit;
	vertical-align: top;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1em 19em 0em 17.25em;
	padding: 1em 3em 1.5em 1em;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
}

#primaryContent h2
{
	color: #748994;
	font-size: 18px;
}

#primaryContent h3
{
	color: #073563;
	font-size: 11px;
	border-bottom: dashed 1px #dfdfdf;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

/* Secondary Content */

#secondaryContent
{
	margin-top:1em;
	position: relative;
	float: left;
	width: 14em;
	padding: 1em 1.3em 1.5em 2em;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	height: 64px;
	width: 128px;
}

#secondaryContent ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#secondaryContent ul li a:hover
{
	color: #8E0202;
}

#secondaryContent a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#secondaryContent a:hover
{
	color: #8E0202;
}

#secondaryContent ul li.active, #secondaryContent ul li.active a, #secondaryContent ul li.active a:hover
{
	color: #8E0202;
}

#secondaryContent h2
{
	color: #748994;
	font-size: 15px;
}

#secondaryContent p
{
	margin-bottom: 2.5em;
	color: #545454;
	text-align: left;
	font-size: 10px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 1em 2em 1.5em 2em;
}

#tertiaryContent h2
{
	color: #748994;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	height: 64px;
	width: 128px;
}

#tertiaryContent ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#tertiaryContent ul li a:hover
{
	color: #8E0202;
}

#tertiaryContent a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#tertiaryContent a:hover
{
	color: #8E0202;
}

#tertiaryContent ul li.active, #secondaryContent ul li.active a, #secondaryContent ul li.active a:hover
{
	color: #8E0202;
}

#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: solid 1px #073563;
	clear: both;
	background-color: #F0F3F4;
}

#footer a
{
	text-decoration: none;
	background-color: inherit;
	color: #545454;
}

#footer a:hover
{
	color: #8E0202;
}

.clearit
{
	clear: both;
	height: 1px;
	float: right;
	margin-bottom:50px;
	margin-right: 235px;
}