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

html {
	font: 12px/1.45 arial, sans-serif;
	height: 100%;
	color: #595e6a;
	overflow-y: scroll;
}

body {
	background: #0d2327;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	padding: 0;
	margin: 0;
}

input, select, textarea, button {
	font: 16px 'Montserrat', arial;
	color: #3b3f49;
}

input[type="text"], input[type="password"], textarea, select {
	padding: 6px 4px;
	border-top: 1px solid #b8cfd2;
	border-left: 1px solid #b8cfd2;
	border-right: 1px solid #e8f3f3;
	border-bottom: 1px solid #e8f3f3;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(50,144,144,0.26) 0 0 7px;
	-moz-box-shadow: rgba(50,144,144,0.26) 0 0 7px;
	box-shadow: rgba(50,144,144,0.26) 0 0 7px;
}

input[type="radio"], input[type="checkbox"] {
	margin-bottom: auto;
	vertical-align: middle;
}

input[type="submit"], input[type="reset"], button {
	cursor: pointer;
	color: #fff;
	font: 11px arial;
	text-decoration: none;
	overflow: visible;
	white-space: nowrap;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
}

q,blockquote {quotes:none}
q:before,q:after {content:''}

textarea {
	resize: none;
}

label {
	vertical-align: middle;
}

menu, ul, ol {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	width: auto\9;
	-ms-interpolation-mode: bicubic;
}

embed,object,iframe {
	max-width: 100%;
}

a,button,input,select,textarea {
	outline: none;
}

a {color: #179fd2; text-decoration: none; }
a:hover {color: #224248;}

hr {
	color: #C6E1E5;
	background-color: #C6E1E5;
	height: 1px;
	border-width: 0;
	margin: 15px 0;
	*margin: 0 0 5px 0;
}

h1 {
	font:normal 28px/36px 'Montserrat', arial; letter-spacing:-0.05em;
	color: #666; text-decoration: none;
	margin-bottom: 2px; 
}

h2 {
	font: 21px 'Montserrat', arial;
	text-decoration: none;
	color:#134E67; letter-spacing:-0.03em; line-height:24px;
}
h2.intro {color: #666666;
    font: 28px/36px 'Montserrat', arial;
    letter-spacing: -0.05em;
    margin-bottom: 2px;
    text-decoration: none; padding:0 0 20px 0;}

h3 {
	font: 20px 'Montserrat', arial;
	text-decoration: none;
	color: #595e6a;
	margin-bottom: 5px;
}

h4 {
	font: 14px 'Montserrat', arial;
	text-decoration: none;
	color: #3b3f49;
	margin-bottom: 16px;
}

h5 {
	font: 13px 'Montserrat', arial; 
	color: #595e6a;
	margin-bottom: 5px;
	text-decoration: none;
}

h6 {
	font:14px 'Montserrat', arial;
	color: #000;
	text-decoration: none;
}

.button {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	background: none;
}

.button.gray {
	color: #272a30;
}

.button.blue {
	color: #fff;
	text-transform: none;
}

.media_block .about .title h1 a { color:#fff}

.button span {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	/*padding-bottom: 3px;
	border-top: 1px solid #ff8c00;
	border-left: 1px solid #ff5100;
	border-right: 1px solid #ff5100;
	border-bottom: 1px solid #ff2700;
	background: #ff6400;*/
	/*-webkit-box-shadow: rgba(0,0,0,0.30) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,0.30) 0 1px 0;
	box-shadow: rgba(0,0,0,0.30) 0 1px 0;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button.gray span {
	border-top: 1px solid #9aa1b5;
	border-left: 1px solid #585c68;
	border-right: 1px solid #585c68;
	border-bottom: 1px solid #212429;
	background: #575d6b;
}

.button.blue span {
	border-top: 1px solid #37b5fd;
	border-left: 1px solid #196da9;
	border-right: 1px solid #196da9;
	border-bottom: 1px solid #00284f;
	background: #033b71;
}

.button span span {
	color: #fff;
	font:bold 11px 'Montserrat', arial;
	/*text-shadow: 0px 1px 0px rgba(255,255,255,0.4);*/
	padding: 6px 20px 7px 30px !important;
	/*border-top: 1px solid #ffca51;
	border-left: 1px solid #ff9c00;
	border-right: 1px solid #ff9c00;
	border-bottom: 1px solid #ff7f00;*/
	/*background: url(none) repeat-x 0 50%;*/ background:#224248
	/*-webkit-box-shadow: #ff2700 0 1px 0;
	-moz-box-shadow: #ff2700 0 1px 0;
	box-shadow: #ff2700 0 1px 0;
*/}
.button span span:hover { background:#1687b1}
.button.gray span span {
	color: #272a30;
	border-top: 1px solid #c6ced7;
	border-left: 1px solid #a0a9b7;
	border-right: 1px solid #a0a9b7;
	border-bottom: 1px solid #888f9f;
	background: url(none) repeat-x 0 50%;
	-webkit-box-shadow: #31323a 0 1px 0;
	-moz-box-shadow: #31323a 0 1px 0;
	box-shadow: #31323a 0 1px 0;
}

.button.blue span span {
	padding-right: 20px;
	padding-left: 20px;
	font: 14px/31px 'Montserrat', arial;
	color: #fff;
	text-shadow: 1px 1px 0px #003c73;
	border-top: 1px solid #68a7d9;
	border-left: 1px solid #378ac5;
	border-right: 1px solid #378ac5;
	border-bottom: 1px solid #356ba2;
	background: url(none) no-repeat 50% 0;
	-webkit-box-shadow: #023567 0 1px 0;
	-moz-box-shadow: #023567 0 1px 0;
	box-shadow: #023567 0 1px 0;
}

.button.icon_listen span span {
	padding-left: 28px;
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.button.icon_listen span span:before, .button.icon_listen span span .before {
	content: '';
	position: absolute;
	left: 6px;
	top: 4px;
	width: 16px;
	height: 16px;
	background: url(../img/icon-listen.png) no-repeat 0 0;
}

.button.icon_download span span {
	padding-left: 28px;
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.button.icon_download span span:before, .button.icon_download span span .before {
	content: '';
	position: absolute;
	left: 6px;
	top: 4px;
	width: 16px;
	height: 18px;
	background: url(../img/icon-download.png) no-repeat 0 2px;
}

.button.icon_notes span span {
	padding-left: 28px;
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.button.icon_notes span span:before, .button.icon_notes span span .before {
	content: '';
	position: absolute;
	left: 6px;
	top: 4px;
	width: 16px;
	height: 16px;
	background: url(../img/icon-notes.png) no-repeat 0 0;
}

/*.button:hover {
	top: 3px;
	margin-bottom: 3px;
}
*/
/*.button:hover span {
	padding-bottom: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}*/

/*.button:hover span span {
	background-image: none;
}

.button.gray:hover span span {
	background-color: #888f9f;
}

.button.blue:hover span span {
	background-color: #0457a0;
}*/

#wrapper {
	position: relative;
	z-index: 0;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	*zoom: 1;
}

#container:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#header {
	position: relative;
	z-index: 2;
	padding-top: 10px;
}

#header .services_time {
	float: right;
	position: relative;
	padding: 5px 10px 5px 32px;
	margin-right: 30px;
	font: 11px/16px 'Montserrat', arial;
	background: #3d4f52 url(../img/icon-calendar.png) no-repeat 10px 8px; color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 1px;
	box-shadow: rgba(0,0,0,0.15) 1px 1px 1px;
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="after"></div>'));
}

#header .services_time:after, #header .services_time .after {
	content: '';
	position: absolute;
	z-index: 0;
	right: 66px;
	bottom: -11px;
	width: 10px;
	height: 11px;
	/*background: url(../img/services-time-bg.png) no-repeat 0 0;*/
}

#header #nav {
	float: right; text-align:right; padding-right:20px;padding-top:4px
}

#header #nav a {
	color: #fff; text-decoration:none; font:11px/12px 'Montserrat', arial;
}
#header #nav a:hover {
	color: #179fd2;
}
#header #nav ul li {
	margin:0 0 -1px 0;
}
#header .logo {
	float: left;
	position: relative;
	z-index: 2;
	padding: 25px 0 15px 20px;
	text-align: center;
}

#header .slogan {
	float: right; right:0;
	width: 300px;
	padding-right: 20px; padding-top:3px; position:absolute; z-index:999; top:90px; text-align:right;
	margin-bottom: -10px;
	font: italic 12px/1.4 georgia, serif;
	color: #333;
}

#header .slogan .author {
	text-align: right;
	font: 11px 'Montserrat', arial; padding-top:8px; color:#333; letter-spacing:-0.03em;
}

#header .header {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 4px;
	margin-top: 10px;
	*margin-top: -5px;
	background: #fff url(../img/header-bg.png) repeat-x 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 0px 4px;
	box-shadow: rgba(0,0,0,0.25) 0px 0px 4px;
	*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '<div class="before"></div><div class="after"></div>'));
}

#header .header:before, #header .header > .before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	/*background: #179fd2;*/
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#header .header:after, #header .header > .after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 4px;
	width: 100%;
	height: 4px;
	background: #e9e9e9;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#header .header .cross {
	position: absolute;
	z-index: 1;
	left: 396px;
	top: -86px;
	width: 208px;
	height: 292px;
	background: url(../img/cross.png) no-repeat 0 0;
}

#header .header #menu {
	clear: both;
	position: relative;
	z-index: 2;
	padding-left: 20px;
	margin-bottom: 0px;
}

#header .header #menu select {
	display: none;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px;
	font: 24px arial, sans-serif;
}

#header .header #menu menu {
	display: table;	font-size: 0;	text-transform: uppercase; float:left;}
#header .header .menu2  { float:right; width:50%; text-align:right; padding:7px 10px 0 0;}
#header .header menu li, #header .header .menu2 li {
	position: relative;
	z-index: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px 0 10px;
	text-shadow: #ffffff 0 1px 0;
	background: url(../img/bullet.png) no-repeat 0 55%;
}

#header .header menu li:first-child {
/*	background: none;
	padding-left: 0;*/
}

#header .header menu li:hover {
	z-index: 2;
}

#header .header menu li.active {
	z-index: 1;
}

#header .header menu > li > a {
	position: relative;
	display: block;
	zoom: 1;
	padding: 7px 20px 7px 14px;
	margin: 0 -15px 0 -14px;
}

#header .header menu > li > a:hover {
	/*background: #cbe0e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 0;*/
	color:#179fd2;
}

#header .header menu > li:hover > a {
	/*background: #cbe0e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 0;*/
}

#header .header menu > li.active > a {
	color: #179fd2;
}

#header .header menu ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -3px;
	padding: 0 14px;
	background: #fff;
	border-top: 1px solid #b0d0d1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}

#header .header menu ul ul {
	left: 100%;
	top: 2px;
}

#header .header menu ul li {
	display: block;
	position: relative;
	text-transform: none;
	padding: 10px !important;
	white-space: nowrap;
	background: none;
	border-top: 1px dotted #a5c5c8;
}

#header .header menu ul li:first-child {
	border: 0;
}

#header .header menu li:hover > ul {
	display: block;
}

#header .header menu li:hover > ul > li {
	z-index: expression( runtimeStyle.zIndex = 1, runtimeStyle.width = parentNode.offsetWidth-48 + 'px');
}

#header .header menu a, #header .header .menu2 a {
	color: #333; font:13px 'Montserrat', arial; font-weight:normal !important; letter-spacing:-0.02em; text-transform:uppercase;
	text-decoration: none;
}
#header .header .menu2 a:hover {color: #179fd2;}
#header .header menu ul li a, #header .header .menu2 ul li a {
	color: #2a9aa9;
	text-decoration: none;
}

#header .header menu ul li a:hover, #header .header menu2 ul li a:hover {
	color: #179fd2;
	text-decoration: underline;
}

#header #subscribe {
	float: right;
	position: relative;
	z-index: 2;
	width: 300px;
	font-size: 11px;
	padding: 23px 30px 10px 0;
}

#subscribe .title {
	color: #2a9aa9;
	font: 16px 'Signika', sans-serif;
	margin-bottom: 2px;
}

#subscribe .title em,#subscribe .active {
	display: none;
}

#subscribe form {
	width: 100%;
	margin-top: 10px;
	min-height: 30px;
}

#subscribe .input {
	float: left;
	width: 175px;
	height: 29px;
	padding: 0 10px 0 25px;
	background: #fff url(none) no-repeat 5px 9px;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#subscribe .input input {
	float: left;
	position: relative;
	top: 3px;
	width: 100%;
	padding: 4px 0;
	border: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #545658;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#subscribe form button {
	float: right;
	*margin-top: -1px;
}

#latest_sermon {
	clear: both;
	position: relative;
	*zoom: 1;
	font-size: 0;
	background:#cbe3ed; width:1000px; left:-10px;
}

#latest_sermon:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#latest_sermon .info {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 600px;
	padding: 10px 20px 10px 15px;
	font-size: 12px; background:#1687b1;
	background: url(../img/latest-sermon-gradient.png) no-repeat 100% 0;
	-o-background-size: 640px 100%;
	-webkit-background-size: 640px 100%;
	-moz-background-size: 640px 100%;
	-khtml-background-size: 640px 100%;
	background-size: 640px 100%;
	*background: none;
	background: none\0/;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/latest_sermon_gradient.png', sizingMethod='scale');
	-ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/latest_sermon_gradient.png', sizingMethod='scale');
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

#latest_sermon .info:before, #latest_sermon .info .before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 189px;
	height: 37px;
	/*background: url(none) no-repeat 0 0;*/
}

#latest_sermon .info h2 {
	position: relative;
	z-index: 1;
	font:14px/28px 'Montserrat', arial;
	margin: 0;
	color: #9e101a;
	/*text-shadow: 1px 1px 0 #fbcc38;*/
	text-transform: uppercase;
}

#latest_sermon .info h1 {
	position: relative;
	z-index: 1;
	font:18px/28px 'Montserrat', arial; letter-spacing:-0.02em; 
	margin: 0;
	color: #fff;
	/*text-shadow: 1px 1px 0 #e8220c;*/
}
#latest_sermon .info h1 em {color: #CBE3ED; font-style:normal; padding-left:14px;}
#latest_sermon .info a {
	color: #fff;
	text-decoration: none;
}

#latest_sermon .info a:hover {
	text-decoration: underline;
}

#latest_sermon .buttons {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 0 0 50px;
	vertical-align: middle;
	font-size: 12px;
}

#latest_sermon .buttons a {
	margin: 3px 13px 2px 0;
}

/*#latest_sermon .buttons a:hover {
	margin-bottom: 5px;
}*/

#content {
	clear: both;
	position: relative;
	z-index: 0;
	padding: 0 10px;
	*zoom: 1;
	/*background: #e3f4f4;*/
	background:#ebebeb;
	/*-webkit-box-shadow: rgba(0,0,0,0.25) 0 0 4px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 0 4px;
	box-shadow: rgba(0,0,0,0.25) 0 0 4px;*/
}

#content:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.media_block {
	clear: both;
	position: relative;
	left: -10px;
	width: 1000px;
	padding: 20px 0 15px 0;
	/*padding: 20px 5000px;
	margin: 0 -5000px;*/
	color: #fff;
	background:#224248;
}

.media_block:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.media_block .about {
	float: right;
	width: 280px;
	padding: 10px 30px 0 0;
}

.media_block .about .title h1 {
	font-size: 25px !important; line-height:30px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.media_block .about .title .more {
	display: none;
}

.media_block .about .excerpt p {
	margin-bottom: 15px; font:11px/17px 'Montserrat', arial;
}
.media_block .about .excerpt ul { margin:-5px 0 18px 10px}
.media_block .about .excerpt li { list-style:disc; list-style-position:outside; padding-left:0px;}

.media_block .about .more { font-size: 11px; display:block; background:#179FD2; border-radius:4px; -moz-border-radius:4px;  -webkit-border-radius:4px; behavior:url(pie.htc); width:50%; padding:5px 20px;
}

.media_block .about .more a {	color: #fff;font:bold 11px 'Montserrat', arial; text-decoration:none; }
.media_block .about .more a:hover { }
.media_block .about .more:hover, .media_block .about .more:hover a { background:#CBE3ED; color:#224248}

.foto-sede { margin:-10px 0 10px 0; border:4px solid #ddd;} 

#slider {
	float: left;
	position: relative;
	width: 670px;
	padding-bottom: 16px;
	margin-bottom: -12px;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div><div class="after"></div>'));
}

#slider:before,#slider .before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 16px;

}

#slider:after,#slider .after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 16px;
}

#slider .caroufredsel_wrapper {
	height: auto !important;
}

#slider ul {
	position: relative !important;
	z-index: 0;
	height: auto !important;
}

#slider li {
	position: relative;
	float: left;
}

#slider li:first-child {
	
}

#slider .image {
	position: relative;
	z-index: 0;
	margin: 0 14px;
	text-align: center;
	border: 1px solid #bbe2f1;
	background: #bbe2f1;
}

#slider .image img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

#slider .info {
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 0;
	bottom: 1px;
	padding: 10px 45px 15px 45px;
	min-height: 40px;
	width:550px;
	color: #c0d8e2;
	background: url(../img/trans-black.png);
	*z-index: expression(runtimeStyle.zIndex=1, insertAdjacentHTML('beforeEnd', '<div class="before"></div><div class="after"></div>'));
}
#slider .info p { font: normal 13px/18px 'Montserrat', arial; color:#5dafce;	}
#slider .info p a { text-decoration:none; color:#5dafce}
#slider .info p a:hover { color:#fff}

#slider .info:before, #slider .info .before {
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
	width: 9px;
	height: 9px;
}

#slider .info:after, #slider .info .after {
	content: '';
	position: absolute;
	right: 0;
	top: -9px;
	width: 9px;
	height: 9px;
}

#slider .info h1 {
	font-size: 21px;
	color: #fff; margin:0; line-height:28px;
}

#slider .prev {
	position: absolute;
	left: 30px;
	bottom: 41px;
	width: 16px;
	height: 23px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat 0 0;
}

#slider .next {
	position: absolute;
	right: 30px;
	bottom: 41px;
	width: 16px;
	height: 23px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat -16px 0;
}

.columns {
	clear: both;
	position: relative;
	margin: 0 -10px;
	padding-bottom: 10px;
	*zoom: 1;
}

.columns:after,.columns .left_column:after,.columns .center_column:after,.columns .right_column:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.columns .left_column {
	float: left;
	position: relative;
	width: 320px;
	padding: 10px 15px 10px 10px;
	*zoom: 1;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.columns .left_column:before,.columns .left_column > .before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	border-top: 2px solid #95a0a0;
	border-bottom: 1px solid #bac8c8;
}

.columns .center_column {
	float: left;
	width: 280px;
	padding: 10px 15px;
	background: #0f1720;
	*zoom: 1;
}

.columns .right_column {
	float: right;
	position: relative;
	width: 320px;
	padding: 10px 10px 10px 15px;
	*zoom: 1;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.columns .right_column:before,.columns .right_column > .before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	border-top: 2px solid #95a0a0;
	border-bottom: 1px solid #bac8c8;
}

.hasCountdown {
	margin: 0 -8px;
	text-align: center;
	padding-bottom: 10px;
}

.hasCountdown:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.countdown_section {
	display: block;
	float: left;
	width: 88px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin: 0 5px;
}

.countdown_amount {
	display: block;
	position: relative;
	width: 88px;
	height: 79px;
	font: 40px/70px 'Signika', sans-serif;
	text-shadow: 0 1px 3px #000000;
	color: #eaf4f7;
	margin-bottom: 5px;
	background: url(none) no-repeat 0 0;
}

.countdown_amount span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(none) no-repeat 50% 0;
}

.upcoming_event h6 {
	font: bold 12px arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.upcoming_event .event_excerpt {
	margin-bottom: 10px;
}

.upcoming_event .event_date {
	font-size: 11px;
	color: #666;
	padding-left: 16px;
	background: url(../img/icon-clock.png) no-repeat 0 50%;
}

.upcoming_event .event_place {
	font-size: 11px;
	color: #666;
	padding-left: 16px;
	background: url(../img/icon-place.png) no-repeat 0 50%;
}

.block {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.block .block_title {
	padding: 8px 20px;
	border-bottom: 0px solid #C6E1E5;
	background: #cbe3ed;
}

.block .block_title h4 {
	font-size: 16px;
	color: #134e67;
	margin: 0; text-transform:uppercase; font-weight:bold;
}

.block .block_title .read_more {
	float: right;
	padding: 4px 0 0 10px;
	font-size: 11px;
}

.block .block_title .read_more a {
	color: #134e67; font:normal 11px 'Montserrat', arial;
}

.block .block_title .read_more a:hover {
	color: #179fd2;
}

.block .block_content {
	padding: 14px 19px 20px 19px;
	border: 1px solid #c6e1e5;
	background: #fcfcfc;
}

.block .block_title+.block_content {
	border-top: 0;
}

.block .block_title:after,.block .block_content:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.convenios p a { font:14px 'Montserrat', arial; color:#224248; text-decoration:none;}
.convenios p a:hover { color:#179fd2 }
.convenios p a em { font-size:11px; font-style:normal; color:#179fd2;}
.accordion li {
	margin-bottom: 13px;
}

.convenios ul { margin:0 0 0 15px; list-style-type:disc}
.convenios ul li { margin:5px 0; list-style-type:disc}
 
.accordion .accordion_title {
	font-size: 13px;
	color: #0f1720;
	margin: 0;
	padding: 2px 0 7px 28px;
	cursor: pointer;
	background: url(../img/accordion-plus.png) no-repeat 0 0;
}
.accordion { margin-left:-10px;}
.accordion li.active .accordion_title {
	background: url(../img/accordion-minus.png) no-repeat 0 0;
}
.accordion li .accordion_title:hover { color:#179FD2}
.accordion .accordion_content {
	display: none;
	padding-top: 5px; padding-left:30px;
}
.accordion_content ul { margin:0 0 0 10px}
.accordion_content ul li { list-style:disc; list-style-position:outside; padding:0; margin:0; font-size:11px; font-weight:bold;}

.accordion li.active .accordion_content {
	display: block;
}

.accordion .accordion_content p {
	margin-bottom: 15px;
}
.faq {width:942px; margin-left:18px}
.faq .accordion .accordion_title { font-size:16px; padding:0 0 5px 30px}
.accordion li.active .accordion_title {color:#179FD2}

.tabs {
	clear: both;
	margin-bottom: 20px;
}

.tabs .tabs_title {
	padding-bottom: 5px;
}

.tabs .tabs_title .rss {
	float: right;
	padding-left: 10px;
}

.tabs .tabs_title .rss a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/rss.png) no-repeat 0 0;
}

.tabs .tabs_title .anchors {
	font-size: 0; color: #2a9aa9; padding-top:7px;
}

.tabs .tabs_title .anchors li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 0 19px;
	vertical-align: middle;
	font: 16px 'Signika', sans-serif;
	margin-left: 10px;
	background: url(none) no-repeat 0 0;
}

.tabs .tabs_title .anchors li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

.tabs .tabs_title .anchors a {
	*zoom: 1;
	text-decoration: none;
}

.tabs .tabs_title .anchors a:hover {
	border-color: #179fd2;
}

.tabs .tabs_title .anchors .active {
	font-size: 22px;
	text-transform: uppercase;
}

.tabs .tabs_title .anchors .active a {
	color: #134E67; font:bold 16px 'Montserrat', arial; border: 0;	cursor: default;
}

.columns .center_column .tabs .tabs_title .anchors .active a {
	color: #cbe3ed; font:bold 16px 'Montserrat', arial;
}

.tabs .tabs_content .tab {
	display: none;
}

.tabs .tabs_content .tab.active {
	display: block;
}

.recent_posts {
	padding-top: 0px;
}

.recent_posts li {
	padding: 0 0 2px 0;
	*zoom: 1;
}

.recent_posts li:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.recent_posts li:first-child {
	padding-top: 5px;
}

.recent_posts .image {
	float: right;
	position: relative;
	margin: 0 0 7px 10px;
}

.recent_posts li:first-child .image {
	float: none;
	max-width: 100%;
	margin-left: 0;
}

.recent_posts .image img {
	vertical-align: top;
	max-width: 140px;
}

.recent_posts li:first-child .image img {
	max-width: 100%; border:1px solid #48555e
}

.recent_posts .image .icon {
	position: absolute;
	left: 5px;
	top: 5px;
}

.recent_posts .image .icon a {
	display: block;
	height: 100%;
}

.recent_posts .image .icon.icon_video {
	width: 24px;
	height: 24px;
	background: url(../img/icon-video.png) no-repeat 0 0;
}

.recent_posts .image .icon.icon_gallery {
	width: 24px;
	height: 24px;
	background: url(../img/icon-gallery.png) no-repeat 0 0;
}

.recent_posts .image:hover .icon {
	background-position: 0 -24px;
}

.recent_posts .date {
	color: #f4f883; font:normal 11px 'Montserrat', arial; margin: 15px 0 5px 0;
}

.recent_posts .title { color: #fff; margin-bottom: 5px; line-height:0; margin-bottom:12px;}

.recent_posts .title a {
	color: #fff; text-decoration: none; font:normal 13px/18px 'Montserrat', arial;
}

.recent_posts .title a:hover {
	color: #179fd2;
}

.recent_posts li:first-child .title {
	line-height:24px;
}

.recent_posts .excerpt {
	color: #9fa2a6; font-size:11px; line-height:16px;
}

.tab .view_archive {
	float: right;
	font-size: 11px; padding:20px 0 10px 0;
}
.album_info a, .view_archive a, .accordion_content a { font-weight:normal; font-family:  'Montserrat', arial; font-size:11px; }
.accordion_content a { display:block; margin-top:12px;}
.album_info h4 { margin:0 0 2px 0}
#turismo .album_info { height:100px; }

.donate_block {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.donate_block .block_title {
	position: relative;
	zoom: 1;
	margin: 0 17px;
	text-align: center;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div><div class="after"></div>'));
}

.donate_block .block_title:before,.donate_block .block_title .before {
	content: '';
	position: absolute;
	left: -20px;
	top: 15px;
	width: 60px;
	height: 50px;
}

.donate_block .block_title:after,.donate_block .block_title .after {
	content: '';
	position: absolute;
	right: -20px;
	top: 15px;
	width: 60px;
	height: 50px;
}

.donate_block .block_title h4 {
	position: relative;
	zoom: 1;
	font-size: 16px; font-weight:bold;
	line-height: 50px;
	color: #134E67;
	text-transform: uppercase; text-align:left;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="after"></div>'));
}

.donate_block .block_title h4:after,.donate_block .block_title h4 .after {
	content: '';
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	height: 17px;
}

.donate_block .block_content {
	padding: 0px 18px 0px;
	*zoom: 1;	
	border-top: 0;
}

.donate_block .block_content:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.donate_target {
	text-align: right;
	margin: 7px 0;
	font: 17px 'Signika', sans-serif;
	color: #3b3f49;
}
.donate_text p { color: #333333;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 30px;}
.donate_text a { font-weight:normal !important; color:#000; background:url(../img/icon-downloadfile.png) no-repeat scroll -2px 6px transparent; display:block;}
.donate_text a h6, .donate_text a em { padding-left:36px}
.donate_text a em{ font-style:normal; font-weight:normal !important; color:#666; font-size:11px; font-family:  'Montserrat', arial }
.donate_text a:hover, .donate_text a:hover em, .donate_text a:hover h6  { color:#179FD2 !important}

.donate_bar {
	padding: 4px 3px 3px 3px;
	margin-bottom: 15px;
	background: url(none) 50% 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset rgba(0,0,0,0.2) 0 2px 0;
	-moz-box-shadow: inset rgba(0,0,0,0.2) 0 2px 0;
	box-shadow: inset rgba(0,0,0,0.2) 0 2px 0;
}

.donations .donate_bar {
	margin-bottom: 0;
}

.donate_bar .progress {
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
	font: 14px/21px 'Signika', sans-serif;
	color: #000;
	text-align: right;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	background: url(none) 50% 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.donate_bar .progress span {
	padding: 0 5px;
}

.donate_button {
	text-align: center;
	padding-bottom: 40px;
}

.cycle {
	position: relative;
	*zoom: 1;
	margin-bottom: 15px;
}

.columns .cycle {
	width: 320px;
}

.cycle:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.cycle ul {
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}

.cycle ul li {
	display: none;
}

.cycle ul li:first-child {
	display: block;
}

.cycle li img {
	vertical-align: top;
}

#turismo .cycle li img { width:300px; }

.cycle .prev {
	display: none;
	position: absolute;
	z-index: 9;
	left: 9px;
	top: 80px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat 0 -23px;
}

.cycle .next {
	display: none;
	position: absolute;
	z-index: 9;
	right: 9px;
	top: 80px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat 0 -49px;
}

.cycle ol {
	position: relative;
	zoom: 1;
	margin-left: -10px;
}

.cycle ol li {
	float: left;
	width: 100px;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
	background: #179FD2;
}

.cycle .activeSlide img {
	position: relative;
	z-index: 0;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.cycle .activeSlide {
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('beforeEnd', '<div class="after"></div>'));
}

.cycle .activeSlide:after, .cycle .activeSlide .after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #179FD2;
}

.banners {
	float: left;
	width: 100%;
	*padding-bottom: 10px;
}

.banners ul {
	margin-left: -25px;
	*zoom: 1;
}

.banners li {
	float: left;
	position: relative;
	padding: 7px;
	margin: 0 0 10px 25px;
	background: #fff;
	border: 1px solid #c7e1e5;
}

.banners li a {
	position: relative;
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.banners li .image {
	display: block;
	position: relative;
	z-index: 0;
}

.banners li .image img {
	vertical-align: top;
}

.banners li .title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	background: url(../img/trans-cyan.png); display:none
}

.banners li .excerpt {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 100% 20px 40px 20px;
	font:16px/18px 'Montserrat', arial; letter-spacing:-0.02em;
	background: url(../img/trans-cyan.png); text-align:center
}

.banners li a:hover .title {
	display: none;
}

.banners li a:hover .excerpt {
	display: block;
}

.widgets {
	clear: both;
	position: relative;
	margin: 0 -10px;
	padding-bottom: 20px;
	*zoom: 1;
}

.widgets:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.text_widget {
	float: left;
	position: relative;
	padding: 4px 24px 4px 19px;
	margin-bottom: 30px;
	border: 1px solid #DCE0BE; background:white;
}

.text_widget:before,.text_widget .before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 10px;
	height: 12px;
}

.text_widget:after,.text_widget .after {
	content: '';
	position: absolute;
	right: 0;
	left: 10px;
	top: 100%;
	height: 12px;
}

.text_widget .title, .remember {
	position: relative;
	zoom: 1;
	margin:0 0 2px 0;
	padding:7px 0 5px;
	font:bold 14px 'Montserrat', arial;
	color: #617b1b;
}

.text_widget .text p {
	margin-bottom: 15px; font-family:'Montserrat', arial; color:#7f9740;
}

.text_widget .text blockquote {
	margin-bottom: 15px;
}

.text_widget .text blockquote q {
	color: #333;
	font-weight: normal; font-style: italic; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-0.03em;
}

.text_widget .text blockquote .author {
	font: 11px 'Montserrat', arial; letter-spacing:-0.03em; padding-top: 8px; text-align: right; color:#333;
}

.facebook_widget {
	float: left;
	position: relative;
	width: 320px;
	margin-bottom: 20px;
	background: #fff;
}

.facebook_widget img {
	vertical-align: top;
}

.twitter_widget {
	float: left;
	position: relative;
	width: 280px;
	padding: 19px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #c7e1e5;
}

.twitter_widget .title {
	font: 14px 'Montserrat', arial; 
	margin: 0 50px 18px 0;
	color: #3b3f49;
}

.twitter_widget .title a {
	color: #3b3f49;
	text-decoration: none;
}

.twitter_widget .title a:hover {
	color: #179fd2;
}

.twitter_widget .follow {
	position: absolute;
	right: 7px;
	top: 5px;
}

.twitter_widget .tweets li {
	margin-top: 24px;
}

.twitter_widget .tweets li:first-child {
	margin-top: 0;
}

.twitter_widget .tweets li .info {
	font-size: 10px;
}

.twitter_widget .tweets a {
	text-decoration: none;
}

.widgets .text_widget,.widgets .facebook_widget,.widgets .twitter_widget {
	margin-left: 10px;
	margin-bottom: 0;
}

#footer {
	clear: both;
	position: relative;
	z-index: 1;
	*zoom: 1;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#footer:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.footer_blocks {
	padding: 20px 30px;
	*zoom: 1;
	background:#224248;
}

.footer_blocks h3 {	
	font-size: 16px; 	color: #66c7d4; font-weight:bold;
	margin-bottom: 15px; text-transform:uppercase; letter-spacing:-0.03em;
}

.footer_blocks:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.footer_blocks .block_like {
	float: left;
	width: 235px;
	padding-right: 95px;
}

.footer_blocks .block_like .links {
	float: left;
	width: 100%;
	margin-bottom: -20px;
	*zoom: 1;
}

.footer_blocks .block_like .links ul {
	*zoom: 1;
}

.footer_blocks .block_like .links li {
	float: left;
	margin: 0 5px 0 0;
}

.footer_blocks .block_search {
	float: left;
	width: 280px;
}

.footer_blocks .block_search .search_form {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

.footer_blocks .block_search .search_form .input {
	float: left;
	width: 155px;
	height: 30px;
	padding: 0 13px 0 22px;
	background: #fff url(none) no-repeat 7px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.footer_blocks .block_search .search_form form input[type="text"] {
	float: left;
	position: relative;
	top: 4px;
	width: 100%;
	border: 0;
	font-size: 12px;
	padding: 4px;
	font-family: arial, sans-serif;
	color: #545658;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.footer_blocks .block_search .search_form form button {
	float: right;
	*margin-top: -1px;
}

.footer_blocks .block_search .search_form form button span span {
	min-width: 68px;
}

.footer_blocks .download {
	clear: both;
	padding-left: 26px;
	min-height: 20px;
	font-size: 11px;
	color: #fff;
	background: url(../img/icon-pdf.png) no-repeat 0 1px;
}

.footer_blocks .download a {
	color: #f4f883;}
.download a:hover { text-decoration:underline;}
.footer_blocks .block_contact {
	float: right;
	width: 320px;
	font-size: 11px;
	color: #fff;
}

.footer_blocks .block_contact table {
	border-collapse: collapse;
	border-spacing: 0;
}

.footer_blocks .block_contact td {
	vertical-align: top;
	padding: 0 0 0 20px;
}

.footer_blocks .block_contact td:first-child {
	padding-left: 0;
}

.footer_blocks .block_contact a {
	color: #fff;
}
.footer_blocks .block_contact a:hover { color:#66C7D4}
#footer .footer {
	padding: 20px;
	font-size: 11px;
	*zoom: 1;
}

#footer .footer:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#footer .footer .copyrights {
	float: left;
}

#footer .footer a {
	color: #595e6a;
}

#footer .footer a:hover {
	color: #179fd2;
}

#footer .footer .footer_menu {
	float: right;
	color: #3b3f49;
}

#footer .footer .footer_menu li {
	display: block;
    float: left;
    padding: 0 0 0 8px;
	
}

#footer .footer .footer_menu li:before {
	content: "\2022 ";
}

#footer .footer .footer_menu li:first-child:before {
	content: '';
}

#footer .footer .footer_menu a {
	color: #3b3f49; text-decoration:none;
}

#footer .footer .footer_menu a:hover {
	color: #179fd2;
}

#style_picker {
	position: fixed;
	left: -155px;
	top: 50px;
	z-index: 1;
	font-size: 11px;
	color: #000;
}

#style_picker .handler {
	position: absolute;
	right: -43px;
	width: 43px;
	height: 35px;
	top: 0;
	border: 1px solid #e9ead1;
	border-left: 0;
	cursor: pointer;
	background: #fafaf8 url(../img/close.png) no-repeat 10px 6px;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
}

#style_picker .handler.closed {
	background: #fafaf8 url(../img/pencil.png) no-repeat 10px 6px;
}

#style_picker .bg_changer {
	width: 130px;
	padding: 15px 10px;
	border: 1px solid #e9ead1;
	background: #fafaf8;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 2px;
}

#style_picker .bg_changer:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#style_picker .bg_changer .patterns {
	float: left;
	width: 100%;
}

#style_picker .bg_changer .patterns ul {
	margin-left: -5px;
	*zoom: 1;
}

#style_picker .bg_changer .patterns li {
	float: left;
	margin: 5px 0 0 5px;
}

#style_picker .bg_changer .patterns li a {
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #676767;
}

#style_picker .bg_changer .patterns li.active a {
	border-color: #000;
}

.pattern_1 {background-image: url(none);}
.pattern_2 {background-image: url(none);}
.pattern_3 {background-image: url(none);}
.pattern_4 {background-image: url(none);}
.pattern_5 {background-image: url(none);}
.pattern_6 {background-image: url(none);}
.pattern_7 {background-image: url(none);}
.pattern_8 {background-image: url(none);}
.pattern_9 {background-image: url(none);}
.pattern_10 {background-image: url(none);}
.pattern_11 {background-image: url(none);}
.pattern_12 {background-image: url(none);}

.padding_block {
	clear: both;
	color: #7d818a;
	padding: 5px 30px 0 20px;
}

.padding_block:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.headline {
	position: relative;
	height: 62px;
	padding: 0 0 0 30px;
	margin: 0 -10px 10px -10px; background:#224248;
	/*background: url(none) repeat-x 50% 0;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div><div class="after"></div>'));*/
}

.headline h1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 28px; font-weight:bold;
	line-height: 48px; padding-top:10px;
	color: #fff;
	margin: 0;
	border-bottom: 4px solid #179fd2; letter-spacing:-0.05em;
}

.headline .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
	height: 62px;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="after"></div>'));
}

.headline .image img {
	position: relative;
	z-index: 0;
	vertical-align: top;
}

.headline .image:after, .headline .image > .after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 192px;
	height: 62px;
	/*background: url(none) 50% 0;*/
}

.headline:before, .headline > .before {
	content: '';
	position: absolute;
	z-index: -1;
	right: 100%;
	top: 0;
	width: 5000px;
	height: 120px;
}

.headline:after, .headline .after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 100%;
	top: 0;
	width: 5000px;
	height: 120px;
}

.bread_crumbs {
	font-size: 11px;
	color: #3b3f49;
	margin-bottom: 15px;
}

.bread_crumbs li {
	display: inline;
	padding: 0px;
}

.bread_crumbs li:first-child {
	padding-left: 0;
	background: none;
}

.align_center {
	text-align: center;
}

.three_blocks {
	margin: 0px 0 0 0;
	font-size: 14px;
	*zoom: 1;
	background: url(../img/three-blocks-bg.gif) repeat-y 50% 0;
}

.three_blocks:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.three_blocks .left_block {
	float: left;
	width: 280px;
}

.three_blocks .center_block {
	float: left;
	width: 280px;
	padding: 0 0 0 50px;
}

.three_blocks .right_block {
	float: right;
	width: 280px;
}

.three_blocks .title {position: relative;padding-top: 27px;margin-top: -27px;
}

.three_blocks .title h2 {
	margin-bottom: 10px;
}

.three_blocks h3 {
	color: #134E67; font-size:13px; margin:-4px 0 16px 0;
}
.three_blocks h6 { font-size:11px !important; color:#333;}
.three_blocks article { margin:0 !important}
.three_blocks article ul { margin:10px 0 18px 13px; font-size:11px}
.three_blocks article li { margin:0; font-size:11px}
.three_blocks .box { display:table;height: 210px;
    margin-bottom: 10px;
    padding: 15px 0 0;
}
.gallery:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.gallery .gallery-item {
	float: left;
	text-align: center;
	margin: 0 0 15px 0;
}

.gallery .gallery-item .gallery-icon img {
	max-width: 99%;
	border-bottom: 1px solid #179FD2;
}

.staff {
	margin-bottom: 25px;
}

.staff .name {
	font: 14px 'Signika', sans-serif;
	color: #892607;
}

.staff .post {
	font: 14px 'Signika', sans-serif;
	color: #595e6a;
	margin-bottom: 10px;
}

.staff .details {
	*zoom: 1;
	font-size: 11px;
	color: #595e6a;
	margin-bottom: 10px;
}

.staff .details:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.staff .details a {
	color: #595e6a;
}

.staff .details .avatar {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #dad8c9;
}

.staff .details .avatar img {
	vertical-align: top;
}

.staff .excerpt {
	font-size: 11px;
}

.figcaption {
	color: #224248;
	font: italic 12px georgia, serif;
	margin-bottom: 15px;
}

article {
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

aside article {
	font-size: 12px;
}

article p {
	margin-bottom: 20px;
}

article blockquote {
	border: 1px solid #DCE0BE;
    color: #606D07;
    font-family: georgia;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0 -2px;
    padding: 10px;
}

article p {
	margin-bottom: 20px;
}
article p.bajada { color:#134E67; margin-top:18px; font:italic 14px/21px georgia, arial}

.post h2 { margin:0 0 10px;}
.formularios-descarga h2, .convenios  h2 { margin:0 0 3px;}
.convenios h2 a, .post h2 a { color:#134E67;}
.convenios h3, .convenios h2 a, .post h2 a:hover { color:#179FD2;}
.formularios-descarga h2, .convenios h2 a { font-size:18px;}

article ul {
	list-style-type: disc;
	margin: 0 0 17px 14px;
	*margin-left: 15px;
}

article ol {
	list-style-type: decimal;
	margin: 0 0 17px 20px;
	*margin-left: 23px;
}

article ul.custom {
	list-style: none;
	margin: 0;
}

article li {
	margin-bottom: 3px;
}

article ul.custom li {
	padding-left: 12px;
	background: url(none) no-repeat 0 6px;
}

article table {
	border-collapse: collapse;
	border-spacing: 0;
}

article table th {
	text-align: left;
	font-size: 14px;
	color: #2a9aa9;
	text-align: left;
	font-weight: normal;
	padding: 8px 10px;
	background: #f1f9f9;
}

article table td {
	font-size: 12px;
	padding: 8px 10px;
	border-top: 1px dotted #a5c5c8;
}

.cobertura h3 { font-size:13px; font-weight:bold; color:#179FD2; margin-top:8px;}
.toggles {
	margin-bottom: 20px;
	background: url(../img/toggles-arrow-up.png) no-repeat -9999px -9999px;
}

.toggles h4.slide_toggle {
	font-size:14px;
	color: #134E67;
	cursor: pointer;
	margin: 10px 0 0 0;
	padding: 6px 60px 6px 9px;
	background: #e9eff1 url(../img/toggles-arrow-down.png) no-repeat 100% 11px;
	border:1px dotted #179FD2;
}

.toggles h4.slide_toggle:first-child {
	margin-top: 0;
}

.toggles h4.slide_toggle.clicked {
	background-image: url(../img/toggles-arrow-up.png);
}

.toggles .slide_toggle_content {
	display: none;
	padding: 9px;
}

.toggles h4.slide_toggle.clicked + .slide_toggle_content + h4.slide_toggle {
	margin-top: 0;
}

.toggles .slide_toggle_content p {
	margin-bottom: 0;
}
.slide_toggle_content h5 { color: #134E67;
    font-family: 'Montserrat', arial;
    font-size: 16px !important;
    font-weight: normal;
    margin: 10px 0;}
.slide_toggle_content h6 { color:#222; font-size:13px !important;}
.slide_toggle_content ol { margin:8px 15px;}
.slide_toggle_content ol li { margin:0; font-size:11px}
.slide_toggle_content table { margin-bottom:20px; }
.linea {border-bottom:1px dotted #999}
.slide_toggle_content table th { font-family: 'Montserrat', arial; font-size:13px; font-weight: normal;text-align: left;
	color: #222; background:none; width: 50%;padding: 0;}
.slide_toggle_content table td {font-size: 11px; padding:0; border:none;}

.mini_tabs {
	position: relative;
	*zoom: 1;
	margin: 0 0 15px 0;
}

.mini_tabs .anchors {
	font-size: 0;
	color: #2a9aa9;
}

.mini_tabs .anchors ul {
	margin: 0;
}

.mini_tabs .anchors li {
	position: relative;
	z-index: 1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
	font: 12px 'Signika', sans-serif;
	border: 1px solid #fcfcfc;
	border-bottom: 0;
	background: #fcfcfc;
}

.mini_tabs .anchors a {
	color: #2a9aa9;
	*zoom: 1;
	text-decoration: none;
	border-bottom: 1px dotted #2a9aa9;
}

.mini_tabs .anchors a:hover {
	color: #179fd2;
	border-color: #179fd2;
}

.mini_tabs .anchors .active {
	padding: 5px 9px;
	font-size: 16px;
	border-color: #bcbec0;
}

.mini_tabs .anchors .active a {
	color: #3b3f49;
	border: 0;
	cursor: default;
}

.mini_tabs .tabs_content {
	position: relative;
	z-index: 0;
	top: -1px;
	padding: 5px 9px;
	border: 1px solid #bcbec0;
}

.mini_tabs .tabs_content .tab {
	display: none;
}

.mini_tabs .tabs_content .tab.active {
	display: block;
}

.main_column {
	float: left;
	width: 650px;
}

.block_content .main_column {
	width: 610px;
}

aside {
	float: right;
	width: 320px;
}

.block_content aside {
	width: 300px;
}

aside:after,.main_column:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.categories {
}

.categories li {
	padding: 8px 0 8px 25px;
	border-top: 1px dotted #a5c5c8;
	background: url(../img/bullet.png) no-repeat 10px 15px;
}

.categories li:first-child {
	border-top: 0;
}

.categories a {
	text-decoration: none;
}

.popular_posts li {
	padding: 15px 0;
	border-top: 1px solid #a5c5c8;
}

.popular_posts li:first-child {
	padding-top: 0;
	border-top: 0;
}

.popular_posts h4 {
	color: #000;
	margin-bottom: 4px;
}

.popular_posts h4 a {
	color: #000;
	text-decoration: none;
}

.popular_posts h4 a:hover {
	color: #179fd2;
}

.popular_posts .date {color: #179FD2;font:normal 11px 'Montserrat', arial; padding:0 0 5px
}

.posts {
	*zoom: 1;
	margin: 0 -10px 10px 0;
}

.posts li {
	float: left;
	width: 280px;
	padding: 19px;
	margin: 0 10px 10px 0;
	font-size: 12px;
	border: 1px solid #c6e1e5;
	background: #fff;
}

.posts:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.posts .image {
	margin-bottom: 6px;
}

.posts .image a {
	display: block;
	position: relative;
}

.posts .image a.icon_video:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background: url(../img/icon-video-big.png) no-repeat 0 0;
}

.posts .image a.icon_video:hover:after {
	background-position: 0 -70px;
}

.posts .image a.icon_image:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background: url(../img/icon-gallery-big.png) no-repeat 0 0;
}

.posts .image a.icon_image:hover:after {
	background-position: 0 -70px;
}

.posts .image img {
	width: 100%;
	vertical-align: top;
}

.posts .date {
	color: #2a9aa9;
	margin-bottom: 4px;
}

.posts h2 {
	color: #000;
	margin-bottom: 7px;
}

.posts h2 a {
	color: #000;
	text-decoration: none;
}

.posts h2 a:hover {
	color: #179fd2;
}

.load_more {
	clear: both;
	color: #7d818a;
	text-align: center;
	font-size: 11px;
	padding: 14px 29px 14px 39px;
	border: 1px solid #c6e1e5;
	margin-bottom: 20px;
	*zoom: 1;
	background: #fcfcfc url(../img/loader.gif) no-repeat -999px -999px;
}

.load_more:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.load_more.loading {
	background-position: 50% 50%;
}

.load_more a {
	color: #2a9aa9;
	text-decoration: none;
	border-bottom: 1px dotted #2a9aa9;
}

.load_more a:hover {
	color: #179fd2;
	border-color: #179fd2;
}

.load_more.loading a {
	z-index: -1;
	visibility: hidden;
}

.list {
}

.list li {
	margin-top: 15px;
	padding-left: 15px;
	background: url(../img/bullet.png) no-repeat 0 6px;
}

.list li:first-child {
	margin-top: 0;
}

.list li a {
	color: #000;
	text-decoration: none;
}

.list li a:hover {
	color: #179fd2;
}

.post_image {
	margin-bottom: 15px;
}

.post_image img {
	vertical-align: top;
}

.post_summary {
	margin-bottom: 5px; font-family:Montserrat;
}

.post_summary a {
	color: #179fd2;
}

.tags {
	padding: 10px 0 15px 27px;
	font-size: 11px;
	color: #6f6f6f;
	background: url(../img/tags.png) no-repeat 0 10px;
	border-top: 1px solid #aac8cb;
}

.post_share {
	position: relative;
	padding-top: 6px;
	margin-bottom: 20px;
	margin-right: -5px;
	*zoom: 1;
}

.post_share:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 5px;
	border-top: 1px solid #a5c5c8;
}

.post_share:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.share_button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
	font: 12px/20px 'Capriola', sans-serif;
	text-transform: uppercase;
}

.share_button a {
	display: block;
	cursor: pointer;
	color: #892607;
	text-decoration: none;
}

.share_button .social_network {
	float: left;
	height: 22px;
	border-top: 1px solid #ff8c00;
	border-left: 1px solid #ff5e00;
	border-bottom: 1px solid #ff2900;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.share_button .social_network .network_icon {
	float: left;
	min-width: 22px;
	height: 20px;
	text-align: center;
	border-top: 1px solid #ffca51;
	border-right: 1px solid #ffa94a;
	border-bottom: 1px solid #ff7e00;
	border-left: 1px solid #ffa100;
	background: url(none) repeat-x 0 0;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.share_button .social_network .network_slogan {
	float: left;
	padding: 0 4px;
	color: #892607;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	border-top: 1px solid #ffca51;
	border-bottom: 1px solid #ff7e00;
	border-left: 1px solid #ff7000;
	background: url(none) repeat-x 0 0;
}

.share_button .share_points {
	float: left;
	height: 22px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.45);
	color: #fff;
	border-top: 1px solid #56bdd5;
	border-right: 1px solid #4d94c5;
	border-bottom: 1px solid #43639f;
	border-left: 1px solid #88cddf;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.share_button .total_points {
	float: left;
	height: 20px;
	padding: 0 4px;
	border-top: 1px solid #a1eeea;
	border-right: 1px solid #5ad1dc;
	border-bottom: 1px solid #56b0d1;
	border-left: 1px solid #48b0cb;
	background: url(none) repeat-x 0 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.share_button:hover .social_network {
	border-top: 1px solid #56bdd5;
	border-left: 1px solid #4d94c5;
	border-bottom: 1px solid #43639f;
}

.share_button:hover .social_network .network_icon {
	color: #fff;
	border-top: 1px solid #a1eeea;
	border-left: 1px solid #5ad1dc;
	border-right: 1px solid #88cdde;
	border-bottom: 1px solid #56b0d1;
	background: url(none) repeat-x 0 0;
}

.share_button:hover .social_network .network_slogan {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.45);
	border-top: 1px solid #a1eeea;
	border-left: 1px solid #48b0cb;
	border-bottom: 1px solid #56b0d1;
	
	/*border-top: 1px solid #ffca51;
	border-bottom: 1px solid #ff7e00;
	border-left: 1px solid #ff7000;*/
	background: url(none) repeat-x 0 0;
}

.color_orange {color: #179fd2;}
.post .color_orange {border-top: 1px dotted #999999;
    color: #134E67;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-top: 15px;
    text-transform: uppercase;}

.color_blue {
	color: #2a9aa9;
}

.post_author {
	padding: 9px;
	*zoom: 1;
	margin-bottom: 25px;
	border: 1px solid #ece9d9;
}

.post_author:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.post_author .avatar {
	float: left;
	margin-right: 9px;
	padding: 3px;
	border: 1px solid #dad8c9;
}

.post_author .avatar img {
	vertical-align: top;
}

.post_author .author_info {
	overflow: hidden;
	*zoom: 1;
}

.related_posts {
	position: relative;
	/*margin: 0 -20px 0 -20px;
	padding: 9px 19px;
	border: 1px solid #fade91;
	background: #fffcd7;*/
	margin:20px 0;
	*zoom: 1;
	*z-index: expression(runtimeStyle.zIndex=0, insertAdjacentHTML('beforeEnd', '<div class="before"></div>'));
}

.related_posts:after,.related_posts ul:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.related_posts:before,.related_posts .before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 9px;
	height: 9px;
}

.related_posts ul {
	position: relative;
	*zoom: 1;
	margin: 0 -20px 0 -35px;
}

.related_posts li {
	float: left;
	width: 180px;
	padding-left: 35px;
}

.related_posts li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -23px;
	border-left: 1px dotted #999;
}

.related_posts li:first-child:before {
	display: none;
}

.related_posts li .post_date {
	font-size: 11px;
}

.related_posts li .excerpt {
}

.related_posts li .target {
	font-size: 11px;
	color: #595e6a;
}

.related_posts a {
	color: #000;
	text-decoration: none;
}

.related_posts a:hover {
	color: #179fd2;
}

.commentlist {
	padding-top: 20px;
}

.commentlist .comment {
	*zoom: 1;
	position: relative;
	min-height: 100px;
	padding: 19px 0px 19px 99px;
	border: 1px solid #fdfbe9;
	background: #fdfbe9;
}

.commentlist > .comment {
	margin-bottom: 10px;
	padding-right: 19px;
	*padding-bottom: 0;
	border: 1px solid #ece9d9;
	background: #fdfbe9 url(none) repeat-y 71px 0;
}

.commentlist .comment:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.commentlist .comment .comment-author {
	position: absolute;
	left: 19px;
	top: 19px;
	width: 70px;
}

.commentlist .comment .comment-author .avatar {
	vertical-align: top;
	padding: 3px;
	margin-bottom: 9px;
	border: 1px solid #dad8c9;
	background: #fff;
}

.commentlist .comment .comment-author .comment-actions .comment-edit {
	float: left;
	width: 16px;
	height: 15px;
	margin-right: 9px;
	background: url(none) no-repeat 0 0;
}

.commentlist .comment .comment-author .comment-actions .comment-edit:hover {
	background-position: 0 -15px;
}

.commentlist .comment .comment-author .comment-actions .comment-delete {
	float: left;
	width: 16px;
	height: 15px;
	margin-right: 9px;
	background: url(none) no-repeat 0 0;
}

.commentlist .comment .comment-author .comment-actions .comment-delete:hover {
	background-position: 0 -15px;
}

.commentlist .comment .comment-body {
	margin-bottom: 15px;
}

.commentlist .comment .comment-meta {
	float: left;
	font-size: 11px;
	color: #3b3f49;
}

.commentlist .comment .comment-meta a {
	color: #3b3f49;
	text-decoration: none;
}

.commentlist .comment .comment-meta cite {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #179fd2;
	margin-right: 10px;
}

.commentlist .comment .comment-meta cite a {
	color: #179fd2;
}

.commentlist .comment .reply {
	float: right;
}

.commentlist .comment .reply .comment-reply-link {
	position: relative;
	*zoom: 1;
	padding: 8px 12px 6px 12px;
	font: 12px 'Capriola', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: #a18b72;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.commentlist .comment .reply .comment-reply-link:hover {
	background: #7c6355;
}

.commentlist .comment .children {
	clear: both;
	*zoom: 1;
	position: relative;
	padding: 20px 0 0 0;
	*padding: 0 0 9px 0;
	margin: 0 -1px -19px -80px;
	*margin-bottom: -9px;
	vertical-align: top;
}

.commentlist .comment .children .comment {
	*padding-bottom: 0px;
}

#respond {
	clear: both;
	*zoom: 1;
}

#respond:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.commentlist #respond {
	padding-top: 20px;
	*padding-top: 0;
}

#respond .log-out {
	clear: both;
	float: right;
}

#respond .log-out a {
	position: relative;
	*zoom: 1;
	padding: 8px 12px 6px 12px;
	font: 12px 'Capriola', sans-serif;
	text-transform: uppercase;
	color: #2a9aa9;
	text-decoration: none;
	background: #e3f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#respond .log-out a:hover {
	background: #b0eaf8;
}

#respond textarea, #respond input {
	width: 100%;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	*z-index: expression(runtimeStyle.zIndex=0, runtimeStyle.width=parentNode.offsetWidth-10+'px');
}

#respond .comment-form-comment {
	clear: both;
}

#respond .form-submit input {
	width: auto;
}

#respond label {
	padding-bottom: 10px;
}

#gallery {
	position: relative;
}

#gallery .current_image {
	position: relative;
	margin-bottom: 20px;
}

#gallery .current_image .big_image {
	position: relative;
	margin-bottom: 10px;
}

#gallery .current_image .big_image img {
	position: relative;
	z-index: 0;
	width: 100%;
	vertical-align: top;
}

#gallery .current_image .description {
	color: #892607;
	font: italic 12px georgia, serif;
}

#gallery .current_image .loader {
	display: none;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -5px;
	width: 16px;
	height: 11px;
	background: url(../img/loader.gif) no-repeat 0 0;
}

#gallery .thumbs {
	position: relative;
	margin: 0 0 30px -10px;
}

#gallery .thumbs ul {
	font-size: 0;
	display: table;
}

#gallery .thumbs li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 180px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}

#gallery .thumbs li img {
	width: 100%;
	display: block;
	margin-bottom: -4px;
}

#gallery .thumbs .active {
	width: 172px;
	margin-bottom: 6px;
	border: 4px solid #179fd2;
}

#gallery .thumbs .active a {
	position: relative;
	display: block;
	border: 0;
	overflow: hidden;
}

#gallery .prev {
	position: absolute;
	z-index: 9;
	left: 30px;
	top: 50%;
	width: 16px;
	height: 23px;
	margin-top: -20px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat 0 0;
}

#gallery .next {
	position: absolute;
	z-index: 9;
	right: 30px;
	top: 50%;
	width: 16px;
	height: 23px;
	margin-top: -20px;
	cursor: pointer;
	background: url(../img/prev-next.png) no-repeat -16px 0;
}

.post_date {
	color: #179FD2;font:11px 'Montserrat', arial;	margin-bottom: 5px;}

.donations li {
	padding: 19px;
	margin-bottom: 10px;
	border: 1px solid #c6e1e5;
	background: #fff;
}

.map {
	margin-bottom: 25px;
}

#contacts {
	*zoom: 1;
}

#contacts:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#contacts .contacts {
	float: left;
	width: 320px;
	padding: 10px 0 30px 0;
	font-size: 13px;
}

#contacts .contacts p {
	margin-bottom: 3px;
}

#contacts .contacts table {
	border-collapse: collapse;
	border-spacing: 0;
}

#contacts .contacts table td {
	padding: 0 0 3px 20px;
}

#contacts .contacts table td:first-child {
	padding-left: 0;
}

#contacts .contacts a { color: #595e6a;}
#contacts .contacts a:hover { color: #179FD2;}

#contacts .feedback {
	float: right;
	width: 570px;
	font: 16px 'Montserrat', arial;
	color: #3b3f49;
}

#contacts .feedback p {
	margin-bottom: 6px;
}

#contacts .feedback ul {
	display: table;
	width: 620px;
	font-size: 0;
}

#contacts .feedback li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 50px 15px 0;
	font-size: 16px;
}

.w250 {
	width: 250px;
}

.w560 {
	width: 560px;
}

.h160 {
	height: 160px;
}

#contacts .feedback .captcha {
	text-align: right;
}

#contacts .feedback .captcha input[type="text"]{
	margin: 0 5px;
}

.events {
	margin-right: -15px;
	*zoom: 1;
	line-height: normal;
}

.events ul {
	display: table;
	font-size: 0;
}

.events li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 126px;
	vertical-align: top;
	font-size: 11px;
	padding: 14px 9px 14px 19px;
	margin: 0 9px 9px 0;
	min-height: 250px;
	background: #fff;
	border: 1px solid #c6e1e5;
}

.events li span {
	display: block;
}

.events li a {
	display: block;
	position: relative;
	padding: 14px 9px 14px 19px;
	margin: -14px -9px -14px -19px;
	min-height: 250px;
	color: #8d8f95;
	text-decoration: none;
}

.events li .ddmm {
	font-size: 28px;
	line-height: 0.9;
	color: #3b3f49;
	text-transform: uppercase;
}

.events li .yy {
	font-size: 28px;
	line-height: 0.9;
	color: #8d8f95;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.events li .days_left {
	color: #179fd2;
	font: 14px 'Montserrat', arial;
	margin-bottom: 15px;
}

.events li .info {
	font: 14px/1.1 'Montserrat', arial;
	color: #2a9aa9;
	min-height: 3.3em;
	margin-bottom: 10px;
}

.events li .date {
	padding-top: 12px;
	margin-bottom: 12px;
	background: url(../img/icon-clock.png) no-repeat 0 0;
}

.events li .location {
	padding-top: 12px;
	background: url(../img/icon-place.png) no-repeat 0 0;
}

.events li a:hover {
	background: #CBE3ED;
}

.events li a:hover span {
	color: #134E67;
}

.events li a:hover .info {
	color: #134E67;
}

.events li.past span {
	color: #cdbca3;
}

#filter {
	padding-bottom: 15px;
}

#filter ul {
	display: table;
	font-size: 0;
	color: #2a9aa9;
}

#filter li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 0 14px;
	margin-right: 10px;
	vertical-align: top;
	font: 16px 'Signika', sans-serif;
	background: url(none) no-repeat 0 50%;
}

#filter li:first-child {
	padding-left: 0;
	background: none;
}

#filter a {
	*zoom: 1;
	text-decoration: none;
	border-bottom: 1px dotted #2a9aa9;
}

#filter a:hover {
	border-color: #179fd2;
}

#filter .active a {
	color: #3b3f49;
	border: 0;
	cursor: default;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	float: left;
	line-height: 21px;
	margin-right: 4%;
	position: relative;
}
.one_half { width:46%}
.one_third { width: 30.6666%;}
.two_third { width:65%}

.last {
	clear: right;
	margin-right: 0 !important;
}

.video {
	margin-bottom: 20px;
}

.video img {
	vertical-align: top;
}

.event_info {
	font-size: 14px;
	padding-bottom: 10px;
}

.event_info table {
	border-collapse: collpase;
	border-spacing: 0;
}

.event_info table td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.event_info .event_date {
	font-weight: bold;
	padding-left: 16px;
	background: url(../img/icon-clock.png) no-repeat 0 50%;
}

.event_info .event_place {
	font-weight: bold;
	color: #666;
	padding-left: 16px;
	background: url(../img/icon-place.png) no-repeat 0 50%;
}

#widgets {
	margin-right: -10px;
	*zoom: 1;
}


#widgets > ul > li {
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}
#turismo #widgets > ul > li {
	width: 300px;
	margin: 0 16px 0 0;
}
.gmap { float:left; width:620px;}
.gmap iframe { border:4px solid #C6E1E5}
.gmap small a { color:#179FD2 !important}
.preguntas a { color:#595E6A; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic}
.preguntas a:hover { color:#179FD2;}