/*RESET*/
body {
	text-align: center;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial;
	font-size: 11px;
	color:#
	;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 16px;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {clear: both;}
/*LAYOUT*/
#preWrapper {
	background: url(../img/bgWrapper.jpg) 0px 143px no-repeat;
	width:995px;
	margin:auto;	
}
#preWrapper.sinSombra {
		background:url(../img/bgWrapper2.jpg) 0px 143px no-repeat !important;
}
#wrapper {
	text-align: left;
	margin: auto;
	width:979px;
	min-height: 500px;
	}
#header {
	height:130px;
	overflow: hidden;
	margin-bottom:40px;
}
#sidebarLeft {
	width:202px;
	float:left;
	margin-right:20px;
}
#sidebarRight {
	width:313px;
	float:left;
	margin-left:20px;
}
#mainContent {
	width:424px;
	float:left;
}
#cnt {
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
}

#logo {
	width:381px;
	height: 55px;
	display: block;
	background: url(../img/logoArrow-trans.png) 0px 0 no-repeat;
	margin-top:34px;
	margin-bottom:15px;
}
#logo span {display: none;}

/*MENU*/
#menu {
	clear:both;
	background: red;
}
#menu * {
	font-family: Arial,Verdana,Sans;
	font-size: 13px;
	color:#fff;
}
#menu li {
	float:left;
	padding-right: 24px;
	padding-left: 22px;
	background: url(../img/sepMenu.gif) 100% 6px no-repeat;
}
#menu li.first {
	padding-left:0px;
}
#menu li.private {
	padding-left:39px;
	background: url(../img/bgPrivado.gif) 18px -2px no-repeat;
	}

#menu li a  {
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	color:#f1f1f1;
}
#menu a {
	color:#f1f1f1;
}
#menu li a:hover, #menu li a.active, #menu li.active a, #menu a:hover {
	color:#fafafa;
}
/*SEARCH FORM*/
#searchForm {
	padding-left:23px;
	float: left;
	margin-top:-1px;
	width: 125px;
	overflow: hidden;
	padding-right: 23px;
	background: url(../img/sepMenu.gif) 0px 6px no-repeat;

}
#searchBox {
	width: 110px;
	background-color: transparent;
	background: url(../img/bgSearch.gif) no-repeat !important;
	border: 0 !important;
	color:#ccc; 
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 0.9em;
}

/*TEXT SELECTOR*/
#textSelector {
	float:left;
	padding-left:23px;
	padding-top:2px;
	background: url(../img/sepMenu.gif) 0 6px no-repeat;

}
#textSelector .f1 {
	font-size: 0.7em;
	padding-right:1px;
}
#textSelector .f2 {
	font-size: 1em;
	padding-right:1px;
}
#textSelector .f3 {
	font-size: 1.3em;
	padding-right:1px;
}

/*DEFAULT BLOCKS*/
#sidebarLeft .block {;
	margin-bottom:20px;
	background: url(../img/bgBlockTitle.jpg) top no-repeat;
}
#sidebarLeft .block .content {
	background: url(../img/bgBlock.jpg) bottom no-repeat;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom:10px;
}
#sidebarRight .block {;
	margin-bottom:20px;
	background: url(../img/bgBlockTitleWide.jpg) top no-repeat;
}
.blockSinTitle {
	padding-top: 20px !important;
}


#sidebarRight .block .content {
	background: url(../img/bgBlockWide.jpg) bottom no-repeat;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom:10px;
}
.block * {
	font-family: Arial;
	font-size: 11px;
}
.block label {
	font-weight: bold;
	display: block;
	margin-bottom:10px;
	margin-top: 15px;
}

.block h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	color:#898886;

}
.block .row {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-left:-20px;
	margin-right: -20px;
	padding-left:20px;
	padding-right:20px;
}


/*COLORING*/
body {
	background: #fff url('../img/bgResources.png') repeat-x;
}
body.body_news, body.body_news_archive {
	background: url('../img/bgNews.png') repeat-x;
}

body.body_faq {
	background: url('../img/bgFAQ.png') repeat-x;
}

body.body_resources{
	background: url('../img/bgBody.jpg') repeat-x;
}

body.body_press {
	background: url('../img/bgPress.png') repeat-x;
}

body.body_links {
	background: url('../img/bgLinks.png') repeat-x;
}
body.body_partners {
	background: url('../img/bgPartners.png') repeat-x;
}
body.body_contact {
	background: url('../img/bgContact.png') repeat-x;
}
body.body_user, body.logged {
	background: url('../img/bgUser.png')  repeat-x !important;
}
body.logged {
	background: url('../img/bgUser.png') 0 23px repeat-x !important;
}

 

/*MAIN TEXT*/
#sidebarLeft a , #mainContent a, #sidebarRight a {
	color:#0167ff;
}
#mainContent h1 {
	font-size: 28px;
	color:#898886;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 20px; 
	line-height:30px;
}

#mainContent h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 18px;

	line-height:20px;
	padding-top: 18px;
	padding-bottom: 12px;
	color:#898886;

}


#mainContent p {
	margin-bottom:15px;
	line-height: 16px;
}
#mainContent p strong , strong{
	font-weight: bold;
	font-size: 12px;
}

.more-link a {
	display: block;
	clear:both;
	text-align: right;
	padding-top:6px;
}
.more-link a:before {content: "» "}
a.more-link {
	display: block;
	clear:both;
	text-align: right;
	padding-top:6px;
	color:#0167ff;
}
a.more-link:before {content: "» "}
.fieldLink a {
	display: block;
	clear:both;
	text-align: right;
	padding-top:6px;
}
.fieldLink a:before {content: "» "}


/*FORMS*/
#sidebarLeft .form-text, #sidebarRight .form-text, #mainContent .form-text{
	border:1px solid #ccc;
	width: 92%;
	background: url(../img/bgInputText.gif) bottom repeat-x;
	color:#666;
	padding:5px;
}

#sidebarLeft .form-textarea, #sidebarRight .form-textarea , #mainContent .form-textarea{
	border:1px solid #ccc;
	width: 100%
}

#sidebarLeft .form-submit, #sidebarRight .form-submit  {
	display: block;
	width: 68px;
	height:22px;
	text-align: center;
	color:#fff;
	background: url(../img/bgSubmit.gif) no-repeat;
	border:0;
	margin-top:15px;
	margin-bottom: 10px;
	float:right;
}


/*PARTICULARS BLOCKS*/
#block-views-News-block_2 {
		background: url(../img/bgHeadNews.jpg) top no-repeat !important;
}
#block-views-News-block_2 .content {
	background: url(../img/bgNewsContent.jpg) bottom no-repeat !important;
	padding-bottom:6px;
}
#block-views-News-block_2 .views-row-first {
	margin-top:-6px !important
}

#block-views-News-block_2 .views-row-odd, #block-views-News-block_2 .views-row-even {
	border:0;
	background: #f1f0ef url(../img/bgNewsRow.jpg) no-repeat;
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:10px;
}
#block-views-News-block_2 .views-field-title {
	font-weight: bold;
	margin-bottom: 7px;
	margin-top:3px;
	padding-top:8px;
}

#block-views-News-block_2 h2 {
	cursor: pointer;
}

#block-views-News-block_2 .views-field-title a {
	color:#000;
}
#block-views-News-block_2 .views-field-resume-value span {
	line-height: 16px !important;
}
#block-views-News-block_2 .views-field-view-node {
	margin-top:-3px;
	padding-top:5px;
	paddding-bottom:5px;
	text-align:right;
}
#block-block-5 {
	background: url(../img/bgCalendarHeader.jpg) top no-repeat !important;
}
#block-block-5 h2 {
	color:#fff;
	cursor:pointer;
}
#block-block-5 .content {
	background: url(../img/bgCalendarFooter.jpg) bottom no-repeat !important;
	padding-bottom:6px;
}
#block-block-5 .row {
	border:0;
	background: #747474 url(../img/bgCaledarRow.jpg) no-repeat !important;
	margin-top: -4px;
}
#block-block-5 .more-link {
	padding-top:3px;
}
#block-block-5 .more-link a {
	color:#61a0ff
}
#block-block-5 span {color:#fff;}
#block-block-5 .fieldFecha {
	float:left;
	padding-right:15px;
	font-weight: bold;
	padding-bottom: 0px;
}
#block-block-5 .fieldTitle a {
	color:#fff;
}
/*PARTNER TEASER*/
.partnerTeaser {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.partnerTeaser img {
	float:left;
}
.partnerTeaser p {
	margin-bottom: 5px !important;
	float:right; 
	width:310px;
}
.partnerTeaserLast {
	border:0 !important;
}
/*NEWS*/
#mainContent .nodeMedia {
	margin-bottom:15px;
}
#block-block-4 , #block-block-4 .content {
	background: none !important;
	padding: 0 !important;
}
#block-block-4 .row {
	margin-left:0 !important;
	margin-right:0 !important;
	padding:0 !important;
	margin-bottom: 10px;
	background: none;
}
#block-block-4 h2 {
	display: none;
}
#block-block-4 .fieldTitle span a {
	color:#898886;
	font-size: 18px;
	font-family: Georgia;
	padding-top:10px !important;
	padding-bottom:10px !important;
	display: block;
	text-decoration:none;
	line-height:20px;	
}
#block-views-News-block_1 {
	background: url(../img/bgNewsHeaderNarrow.jpg) top no-repeat !important;
}

#block-views-News-block_1 .content {
	background: #f1f0ee url(../img/bgNewsFooterNarrow.jpg) bottom no-repeat !important;
	padding-bottom:6px;
}
#block-views-News-block_1 .views-row-odd, #block-views-News-block_1 .views-row-even {
	border:0;
	background: #f1f0ee url(../img/bgNewsRowNarrow.jpg) no-repeat !important;
	margin-top: -4px;
	padding-top: 4px !important;
	padding-bottom: 5px !important;
	margin-left:-20px !important;
	margin-right:-20px !important;
	padding-left:20px;
	padding-right:10px;
	border-bottom:1px solid #eee;
}
#block-views-News-block_1 .views-field-created {
	float:left;
	padding-right:15px;
	font-weight: bold;
	padding-bottom: 0px;
}
#block-views-News-block_1 a {
	color:#000 !important;
}
/*RESOURCES*/
.pdf {
	padding-left:25px;
	padding-top:6px;
	padding-bottom:6px;
	background: url(../img/pdf.jpg) no-repeat;
}
.doc {
	padding-left:25px;
	padding-top:6px;
	background: url(../img/doc.jpg) no-repeat;
}

.webpage {
	padding-left:25px;
	padding-top:6px;
	background: url(../img/html.jpg) no-repeat;
}

.xls { 
	padding-left:25px;
	padding-top:6px;
	background: url(../img/xls.jpg) no-repeat;
}

.ppt { 
	padding-left:25px;
	padding-top:6px;
	background: url(../img/ppt.jpg) no-repeat;
}

.gray {
	background: url(../img/bgGrayHeaderNarrow.jpg) top no-repeat !important;
}

.gray .content {
	background: #f1f0ee url(../img/bgNewsFooterNarrow.jpg) bottom no-repeat !important;
	padding-bottom:1px !important;
}
.gray .row {
	border:0;
	background: #f1f0ee url(../img/bgNewsRowNarrow.jpg) no-repeat !important;
	margin-top: -4px;
	padding-top: 4px !important;
	padding-bottom: 5px !important;
}
.gray ul ,.gray ul li {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-type:none !important;
	list-style-image:none !important;
}
.gray ul li a {
	display: block;
	border:0;
	background: #f1f0ee url(../img/bgNewsRowNarrow.jpg) no-repeat !important;
	margin-top: -4px;
	padding-top: 4px !important;
	padding-bottom: 5px !important;
	margin-left: -20px;
	margin-right: -20px;
	padding-left:20px !important;
	color:#000 !important;
}

.gray .view-content a {
	display: block;
	border:0;
	background: #f1f0ee url(../img/bgNewsRowNarrow.jpg) no-repeat !important;
	margin-top: -4px;
	padding-top: 4px !important;
	padding-bottom: 5px !important;
	margin-left: -20px;
	margin-right: -20px;
	padding-left:20px !important;
	padding-right:5px;
	color:#000 !important;
}

.gray .view-content a:hover , .gray .view-content a.active {
	background: #cacac9 url(../img/bgGrayAHover.png) repeat-x !important;
}



.gray ul li a:hover, .gray ul li a.active {
	background: #cacac9 url(../img/bgGrayAHover.png) repeat-x !important;
}
.grey a {
	color:#000 !important;
}

.gray ul.links li, .gray ul.links li a, .gray ul.links li a:hover {
	display:inline; 
	float:left;
	background: none !important;
	padding: 0 !important;
	margin:0 !important;
}

#econtentplus {
        text-align:left;
        margin-top:15px;
        font-style:italic;
        font-family:Arial;
        font-size:10px;
}
#econtentpluslogo {
        text-align:center;
}

#econtentplus span {
	font-style: italic;
}
#econtentplus h3, #econtentplus h3 span {
	font-size: 16px;
}

/*DRUPAL*/
.tabs li, .tabs *, .secondary li, .secondary * {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
.tabs li, .secondary li {
	float: left;
	}
.tabs li a {
	float: left;
	padding:10px;
	padding-top:1px;
	padding-bottom: 1px;
	margin-left:2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ddd;
	color:#444 !important;
	
}
.tabs li a:hover {
	background: #eee;
}
.tabs li a.active {
	background: #fff;
	margin-bottom: -1px !important;
	padding-bottom: 2px;
}
.tabs {
	display: block !important;
	width: 100%;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.secondary {
clear: both;
	display: block !important;
	width: 100%;
	margin-top:-14px !important;
	margin-bottom:20px;
}
.secondary a {
	background: #fff;
	border: 1px solid #ccc !important;
	padding:10px;
		padding-top:1px;
	padding-bottom: 1px;
	margin-right:10px;
	 color:#555 !important;
}
.secondary a:hover, .secondary a.active {
	color:#3daeda !important;
}

#cnt .content {
	clear: both;
}
.form-file {
	width:200px !important;
}

.photoCredits {display: block;
	text-align: right;
	font-size: 10px;
	color:#666;
}
#cnt .photoCredits {
	margin-top:-10px;
}

/*FONT SIZE VARIANTS*/

.plus #mainContent p, .plus #mainContent p *, .plus #mainContent a   {font-size:14px !important}
.plusplus #mainContent  p, .plusplus #mainContent p *, .plusplus #mainContent a   {font-size:16px !important}


/*NEWS ARCHIVE*/
.view-display-id-block_1 .feed-icon {
	margin-top: -15px;
}
.view-display-id-page_2 tr td {
	padding:6px;
}
.view-display-id-page_2 tr.odd td {
background: #fff;
}
.view-display-id-page_2 tr.odd td.views-field-created {
background: #f9f9f9;
}
.view-display-id-page_2 th a {
	width:60px;
	display: block;
}

/*EVENTS NEW DESIGN*/

.body_event #cnt ul.links li {
	display: inline-table;
	width:92px;
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	border-right:1px solid #ccc;
}
.body_event #cnt ul.links li.last {
	border:0 !important
}
.body_event #cnt ul.links li a {
	margin: 0 !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	display: block;
	font-family: Georgia;
	font-size: 14px;
}
.body_event #cnt ul.links li a.active {
		color:#898886;
} 
.body_event #cnt li.event_table {
	display:none !important;
}
.body_event #cnt caption {
	text-align: center;
	padding-top:4px;
	padding-bottom: 4px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Georgia;
	color:#898886;
}

.body_event #cnt table, .body_event #cnt table th, .body_event #cnt table th td {
	border:0 !important;
	background: none;
}
.body_event #cnt  .month-view table tr td, .body_event #cnt  .week-view table tr td {
	background: url(../img/bgTd2.jpg) bottom left no-repeat !important;
	height:66px !important;
	border:0 !important;
}

.body_event #cnt .month-view table tr td.pad, .body_event #cnt .month-view table div.event-empty ,.body_event #cnt .week-view table tr td.pad, .body_event #cnt .week-view table div.event-empty {
	background: url(../img/bgTd.jpg) bottom left no-repeat !important;
	}
.body_event #cnt table tr {
	border:0 !important;
}
.body_event #cnt table tr td .day {
	background: transparent !important;
	border:0 !important;
}
.body_event #cnt table tr td .day a {
	font-weight: normal !important;
	color:#000 !important;
}

/*MONTH&  WEEK VIEW*/
.arrowEventFull {
	position: absolute;
	width:188px;
	margin-left: -130px;
	visibility: hidden;
	margin-top:30px;
	padding-top: 20px;
	background: url(../img/headerEventBox.gif) no-repeat ;
	z-index:1000;
}
.visible {
	visibility: visible !important;
}
.arrowEventFull.visible .day {
	display: none;
}
.arrowEventFull.visible .event {
	background: #656564 url('../img/bgEventRow.png') bottom left repeat-x !important;
	margin:0 !important;
	border:0 !important;
	padding-top:5px !important;
	padding-left:6px !important;
	min-height: 20px;
}
.arrowEventFull.visible .event * {
	margin:0 !important;
	padding:0 !important;
	color:#fff !important;
}
.arrowEventFull.visible .event a {
	font-family: Arial !important;
	font-style: normal !important;
	font-size: 10px !important;
}
.eventCloser {
	position: absolute;
	margin-left:-12px;
	margin-top:-8px;
	color:#ddd !important;
	z-index:2000;
}
.eventCloser:hover  {
	text-decoration: none !important;
	color:#fff !important;
}
.arrowEventFull.visible .clear {
	height: 8px; background: url(../img/footerEventBox.gif) bottom left no-repeat;	
}

.cantEvents {
	position:absolute !important;
	font-weight: normal !important;
	font-size: 10px !important;
	padding: 0 !important;
	padding-top: 20px !important;	
	text-align: center !important;
	display: block !important;
	width:50px !important;
	/*margin-left:-30px !important;*/
	z-index:100;
	
	}
	.cantEvents:hover {
		text-decoration: none !important;
	}
	.cantEvents div {
		display: block !important;
		clear: both;
		text-align: center !important; 
		margin-top:-10px !important;
	}
	
	.cantEvents span {
	font-size: 25px !important;
	font-family: Georgia,Times,Sans !important;
	color:#0167ff !important;

	padding:0 !important;
	margin:0 !important;
	}
	
	
/*DAY VIEW*/	
.event-calendar .day-view th {display: none !important}
.event-calendar .day-view .event , .event-calendar .list-view .event {
		background: #f1f7fd url(../img/bgTDday.jpg) repeat-x;
		border:0 !important;
		border-bottom:1px solid #cbe0f1 !important;
		padding:6px !important;
		margin:0px !important;
		
}
.event-calendar .day-view .event *, .event-calendar .list-view .event * {
	background: transparent !important;
	margin:0 !important;
	padding:0 !important;
	font-family:Arial !important;
	font-size:10px !important;
	font-weight:normal !important;
	font-style: normal !important;
	border:0 !important;
}
 .event-calendar .list-view .day {
 	background: #fff;
 	display: block;
 	margin: auto;
 	width:98%;
 	border:0 !important;
 	padding-top:35px !important;
 	padding-bottom: 10px !important;
 	font-family: Georgia !important;
 	font-size: 16px !important;
 	color:#746f6d !important;
 }
 .event-calendar .list-view .event .links {
 	text-align: right;
 	padding:0 !important;
 }
 
 .body_event.nonode #preWrapper {
	background: url(../img/bgWrapperEvents.jpg) 0px 143px no-repeat;
	}
	
	.event-calendar .month-view, .event-calendar .week-view {
		padding-left:6px !important;
	}
	
	.body_event .ical-link {
		width:20px;
		padding-top:20px;
		float:left;
		padding-left:2px !important;
		text-align: left;
	}
	.body_event a.feed-icon img {
		margin-top:20px !important;
	}

