/* Start of CMSMS style sheet 'Layout: NCleanBlue' */
@font-face {
	font-family: 'DaxRegular';
	src: url('/lib/tipo/DAX-RG__.eot');
	src: local('Dax Regular'), local('Dax'), url('/lib/tipo/DAX-RG__.woff') format('woff'), url('/lib/tipo/DAX-RG__.ttf') format('truetype'), url('/lib/tipo/DAX-RG__.svg#Dax') format('svg');
}

@font-face {
	font-family: 'DaxLight';
	src: url('/lib/tipo/DAX-L___.eot');
	src: local('Dax Light'), local('DaxLight'), url('/lib/tipo/DAX-L___.woff') format('woff'), url('/lib/tipo/DAX-L___.ttf') format('truetype'), url('/lib/tipo/DAX-L___.svg#DaxLight') format('svg');
}

@font-face {
	font-family: 'DaxMedium';
	src: url('/lib/tipo/DAX-M___.eot');
	src: local('Dax Medium'), local('DaxMedium'), url('/lib/tipo/DAX-M___.woff') format('woff'), url('/lib/tipo/DAX-M___.ttf') format('truetype'), url('/lib/tipo/DAX-M___.svg#DaxMedium') format('svg');
}

@font-face {
	font-family: 'DaxBold';
	src: url('/lib/tipo/DAX-BOLD.eot');
	src: local('Dax Bold'), local('DaxBold'), url('/lib/tipo/DAX-BOLD.woff') format('woff'), url('/lib/tipo/DAX-BOLD.ttf') format('truetype'), url('/lib/tipo/DAX-BOLD.svg#DaxBold') format('svg');
}


@font-face {
	font-family: 'TradeGothicLTCondEighteenBold';
	src: url('/lib/tipo/Trade_Gothic_LT_Bold_Condensed_No._20.eot');
	src: local('TradeGothic LT CondEighteen Bold'), local('TradeGothicLT-BoldCondTwenty'), url('/lib/tipo/Trade_Gothic_LT_Bold_Condensed_No._20.woff') format('woff'), url('/lib/tipo/Trade_Gothic_LT_Bold_Condensed_No._20.ttf') format('truetype'), url('/lib/tipo/Trade_Gothic_LT_Bold_Condensed_No._20.svg#TradeGothicLT-BoldCondTwenty') format('svg');
}

@font-face {
	font-family: 'TradeGothicLTCondEighteenRegula';
	src: url('/lib/tipo/Trade_Gothic_LT_Condensed_No._18.eot');
	src: local('TradeGothic LT CondEighteen Regular'), local('TradeGothicLT-CondEighteen'), url('/lib/tipo/Trade_Gothic_LT_Condensed_No._18.woff') format('woff'), url('/lib/tipo/Trade_Gothic_LT_Condensed_No._18.ttf') format('truetype'), url('/lib/tipo/Trade_Gothic_LT_Condensed_No._18.svg#TradeGothicLT-CondEighteen') format('svg');
}



body {
	font: normal 1em 'TradeGothicLTCondEighteenRegula';
	color: #333;
	background: #fff url(images/pimar/back.png) repeat-x scroll left top;
overflow-x:hidden; 
overflow-y:scroll;
}


#fondo{
	width: auto;
	background: #fff url(images/pimar/back.png) repeat-x scroll left top;
}

#head{
    width: auto;
    position: absolute;
    margin-top: 104px;
}

/* wiki style external links */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
	padding: 0 12px 0 0;
}

a.external:link {
	color: #D10019;
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #D10019;
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #000;
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */

.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}

/* ------------ Standard  HTML elements and their default settings ------------ */

b, strong {font-family: 'TradeGothicLTCondEighteenBold'; font-size: 95%;}
i, em {font-style: italic;}

p {
         padding: 0;
         margin-top: 0.5em;
         margin-bottom: 1em;
         text-align: left;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2em;
	font-weight: normal;
	width: auto;
                font-family: "DaxMedium";
}

a {
	color: #D10019;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #333;
}
a:active {
	color: #D10019;
}
a:visited {
	color: #D10019;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 310px;
	width: 960px;
}

#logo a {
	height: 80px;
	width: 460px;
	display: block;
	text-indent: -9999em;
	margin-top: 10px;
	margin-left: 0;
	background: url(images/pimar/logo.png) no-repeat left top;
}

/* ------------ Header - Search ------------ */
div#search {
	width: 366px;
	height: 60px;
	margin-top: 0px;
	margin-right: -4px;
}

/* ------------ Content ------------ */
#content {
	width: auto;
	text-align: left;
}



/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.5em;
	color: #333;
	margin-bottom: 0.5em;
}


/* ------------ Side Bar (Left) ------------ */
#right{
	width: 220px;
}
#right.screen {
	margin: 0px 0px;
}
/* End  */


/* ------------ Main (Right) ------------ */
#main {
	width: 710px;
}

.main-main {
	width: auto;
	padding-top: 0px;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
font-size: 1.2em;
line-height: 1.2em;

}

.sbar-title{
color:#333;
margin-bottom: 3px;
}

div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 50px;
	height: auto!important;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	color: #666;
	font-size: 0.8em;
	min-height: 50px;
	height: auto!important;
	border-top: 1px solid #666;
}

#footer .cms {
	text-align: right;
}

#footer a {
	color: #333;
	text-decoration: underline;

}
/* ------------ END LAYOUT ---------------*/



/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
	width: 100%;
	height: 30px;
	margin: 0;
                margin-top: 189px;
}

div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
	padding-top: 3px;
	padding-left: 3px;
}

/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;

	margin-right: 30px;
}

div#menu_horiz a{
	padding: 0;
	text-decoration: none;
	color: #d9d9d9;
	display: block;
                font: normal 1.2em 'DaxMedium';
}

div#menu_horiz li a:hover {;
	color: #000;
}

div#menu_horiz li.menuactive a span {
	color: #000;
}

div#menu_horiz li.currentpage {
font: normal 1.2em 'DaxMedium';
	color: #000;
} 
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
	color: #000;
}

/***************************************************/


div#menu_vert {
margin-left: -10px;

}

/* menu list items */
div#menu_vert li {
	list-style: none;
padding-left: 10px;
line-height: 1.3em;
}

div#menu_vert a{
	padding: 0;
	text-decoration: none;
                color: #333;

}

div#menu_vert li a:hover {;
	color: #666;
}

div#menu_vert li.menuactive a span {
	color: #333;
}

div#menu_vert li.currentpage, div#menu_vert li a.currentpage{
	color: #D10019;
} 




#separator{
width: 70%;
border-top: 1px solid #999;
margin-top: 5px;
margin-bottom: 7px;
}


/* ------------ END MENU ------------ */


/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummaryLink{
color: #333;

}
.NewsSummarySummary{
color: #666;
margin-bottom: 15px;
}


.NewsSummary{
margin-top: -10px;

}


#NewsPostDetailTitle{
font-size: 2em;
font-family: 'TradeGothicLTCondEighteenBold';
margin-bottom: -7px;
color: #777;
}


#NewsPostDetailSummary{
font-size: 1.2em;
}

.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */


.dumbCrossFade {
	display:block;
	border:none;
	position:relative;
}

.dumbCrossFade .dumbItem {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;



}

.dumbCrossFade .dumbItem img {
	border:none;
}
			.dumbCrossFade * {
				border:none;
				text-decoration:none;
			}

/* End of 'Layout: NCleanBlue' */

