@charset "UTF-8";
body  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../SiteCollectionImages/boletinSkin/bodyBg.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.bodyWrapper #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.bodyWrapper #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.bodyWrapper #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.bodyWrapper #mainContent { 
	margin: 0 270px 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.bodyWrapper #mainContentInterna { 
	float: right; /* since this element is floated, a width must be given */
	width: 730px;
}
.bodyWrapper #mainContentHeader {
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.mainContentInterna {
	padding:20px 30px 20px 40px;
	background:#FFF;
}
.mainContentInterna p {
	font-size:12px;
	color:#777;
}
.bodyWrapper #footerMain { 
	padding: 15px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ededed;
	text-align:right;
	color:#307dc9;
	border-top:solid 2px #FFF;
} 
.bodyWrapper #footerMain p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#siteBody {
	text-align:left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.siteActions {
	float:right;
	width:100px;
	margin-right:40px;
}
#logo {
	text-align:center;
	padding:16px 0 15px 0;
}
.editorial {
	background:#57abe6;
	min-height:259px;
	border: 1px transparent solid;
}
.editorialInterna {
	background:#57abe6;
	min-height:150px;
	border: 1px transparent solid;
}
.editorialInterna li {
	list-style:url(../SiteCollectionImages/boletinSkin/bullet.gif);
	color:#FFF;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
}
.editorialInterna li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.h2editorial {
	color:#FFF;
	font-size:24px !important;
	line-height:24px;
	font-weight:normal !important;
	letter-spacing:-1px;
	padding:0;
	border-bottom:solid 1px #FFF;
	margin:20px 0 0 20px;
}
.editorial p {
	color:#FFF;
	padding:0;
	margin:20px 20px 20px 30px;
}
.newsletterName {
	padding:11px 0 15px 0;
	text-align:center;
}
.h1newsletterName {
	color:#FFF;
	font-size:36px !important;
	margin:0;
	padding:0;
	letter-spacing:-1.5px;
}
.newsletterDate {
	padding:26px 0 25px 0;
}
.spannewsletterDate {
	color:#336699;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:-0.5px;
}
.ms-WPHeader h3 {
	color:#336699;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:22px !important;
	line-height:22px;
	background:url(../SiteCollectionImages/boletinSkin/titleBullet.gif) no-repeat left;
	padding:0 0 0 25px;
	margin:20px 0 10px 25px;
}
.articleTitle {
	color:#336699;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:22px !important;
	line-height:22px;
}
#leftColumn .ms-WPHeader td, #mainContent .ms-WPHeader td {
	background:#ededed;
	border-top:solid 1px #FFF;
}
.mainContent .ms-WPBody {
	padding:20px 20px 5px 30px;
}
.mainContent p {
	padding:0 0 15px 0;
	margin:0;
}
.link-item a {
	color:#307dc9 !important;
	font-weight:bold;
	text-decoration:underline;
}
#mainContent a {
	color:#fe8900;
	font-weight:bold;
	text-decoration:none;
}
.rightColumnBg {
	background:url(../SiteCollectionImages/boletinSkin/rightColumnBg.png) repeat-y top left;
}
.rightColumnShadow {
	background:url(../SiteCollectionImages/boletinSkin/rightColumnShadow.png) no-repeat top left;
}
#rightColumn ul {
	padding:5px 20px 20px 47px;
	margin:0;
}
#rightColumn .link-item {
	padding:0 15px 0 25px;
}
#rightColumn li {
	list-style:url(../SiteCollectionImages/boletinSkin/bullet.gif);
	color:#307dc9;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
}
#rightColumn li a {
	color:#307dc9;
	font-weight:bold;
	text-decoration:none;
}
#footerMain a {
	color:#307dc9;
	font-weight:bold;
	text-decoration:none;
}
a img {
	border:none !important;
}
.editorialLink {
	color:#FFF !important;
	font-weight: bold;
	text-decoration:none;
	background: #6ebaef;
	padding:4px;
}


/*OVERWRTITTEN SHAREPOINT STYLES*/
.ms-WPBorder {
	border:none !important;
}
.ms-WPHeader td {
	border:none !important;
}
.ms-WPBody {
	font-family:Tahoma, Arial, Helvetica, sans-serif !important;
}
.ms-siteactionsmenu div {
	background:none !important;
	border:none !important;
}
.ms-siteactionsmenu a {
	color:#003 !important;
}
.ms-SPLink, .ms-SpLinkButtonInActive, .ms-SpLinkButtonActive {
	background:none !important;
	border:none !important;
}
.ms-SPZone {
	border:none !important;
	padding:0 !important;
	background:none !important;
}
.ms-formlabel, .ms-formlabel *, .ms-formbody, .ms-formbody * { font-size:11px !important; }
