

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Archivo+Narrow:400,400italic,700italic,700&subset=latin,cyrillic-ext,greek-ext,vietnamese,greek,latin-ext,cyrillic);

/* 
	font-family: 'Arimo', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
*/

/*	----------------------------------------------------------
	Reset default browser CSS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*	----------------------------------------------------------
	Based on work by Eric Meyer and html5doctor.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}

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


/*	----------------------------------------------------------
	Remember to define focus styles!
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	height: 100vh;
}

ol, ul {
	list-style: none;
}

.wp-post-image {
	border:#CCC 1px solid;
	border-radius: 5px;
	
}



/*glosario*/

ul.glosario{
list-style-type:none;
margin:0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
margin-bottom:40px;
}

ul.glosario li{
display:inline-block;
margin-right:15px; /* spacing between each menu item */
margin-top:20px;
}

ul.glosario li a{
position:relative;
font-size:20px;
color:black;
padding-bottom:5px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;
margin-bottom:40px;
color:#005fa9;


}

ul.glosario li a:hover{
border-bottom:#7fb6e0 3px solid ; /* style of arrow underline */
color:#7fb6e0;
}

ul.glosario li a.active{
border-bottom:#7fb6e0 3px solid ; /* style of arrow underline */
color:#7fb6e0;
}



/*	----------------------------------------------------------
	Tables still need 'cellspacing="0"' in the markup
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}


/*	----------------------------------------------------------
	Alignment
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*	----------------------------------------------------------
	Global
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

body, input, textarea {
	color: #3b3b3d;
	font-size: 14px;
	font-family: 'Arimo', sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.clear{
	clear: both;
}

.clear-widget{
	clear: both;
	padding: 37px 0;
}

.fleft{
	float: left;
}

.fright {
	float: right;
}

.radius{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}

.radius-bottom{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}


/*	----------------------------------------------------------
	Headings
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Archivo Narrow', sans-serif;
	color: #005ea8;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:22px;
	margin-top: 8px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:16px;
}


/*	----------------------------------------------------------
	Text elements
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

p {
	margin-bottom: 1.5em;
	font-size:inherit;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text],
textarea {
	border: 1px solid #888;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text] {
	padding: 3px;
}

.text-justify{
	text-align:justify;}


/*	----------------------------------------------------------
	Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a {
	color: #005ea8;
}

a:visited {
	color: #005ea8;
}

a:focus,
a:active,
a:hover {
	color: #6EB4D9;
}



/*	----------------------------------------------------------
	Text meant only for screen readers
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.teaser-page{ 
	height: 350px; 
	width: 100%; 
	background-color: #e53b51 !important;
}

.teaser-page-list{
	height: 170px; 
	width: 100%; 
	background-color: #005fa9 !important;
	background-repeat:no-repeat; 
	background-position:top  center;
	margin-bottom: 20px;
}

.teaser-page-404 {
	height: 400px;
	width: 100%;
	background-color: #e53b51 !important;
}

/* #main .inner{
	margin: 35px 0;
} */


/*	----------------------------------------------------------
	Header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#sticky_navigation {
	position: fixed;
	top:0;
	left:0;
	background: #fff;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	min-height: 60px;
	border-bottom: 2px solid #005ea8;
}

#toolbar {
	background: #034f8d;
	height: 40px;
}

#toolbar ul  {
	float: right /*!important*/;
	text-align: right !important;
	position: relative;
}

#toolbar ul li{
	float: left;
	font-size: 16px;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#toolbar ul li a {
	color: #fff;
	margin: 0;
	padding: 0px 0 0 0;
	text-decoration: none;
	display: inline-block;
	background: none;
	position: relative;
}

#toolbar ul .phone a {
	padding-right: 12px;
	padding-top: 15px;
	font-size: 14px;
}

#toolbar ul .rss a, #toolbar ul .contact a, #toolbar ul .share a, #toolbar ul .search a, #toolbar ul .avisos a{
	padding-top: 10px;
	width: 40px;
	height: 30px;
	background: none;
	 -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/*	----------------------------------------------------------
	Toolbar Share, social icons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .share-items {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	position:absolute;
	top:40px !important;
	right:0px;
	z-index:6000;
	list-style:none;
	margin:0;
	padding:24px !important;
	width: auto;
	min-width:123px;
	background:#3b3b3d;
}

#toolbar ul .share-items .share-item-fb a:hover{
	background: #3a589b;
}

#toolbar ul .share-items .share-item-tw a:hover{
	background: #19bfe8;
}

#toolbar ul .share-items .share-item-gp a:hover{
	background: #d64136;
}


/*	----------------------------------------------------------
	Search hover items
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .search-items {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	position:absolute;
	top:40px !important;
	right:0px;
	z-index:5000;
	list-style:none;
	margin:0;
	padding: 24px !important;
	width: auto;
	min-width:272px;
	background:#005ea8;
}

#toolbar ul .search-items li{
	width: 100%;

}

#toolbar ul #s {
	width: 90%; 
	border: none;
	height: 30px;
	font-size: 14px;
	color: #c9c9cf;
}

#toolbar ul #s:focus { 
	background-color: #f3f3f3;
	color: #000;
}

#toolbar ul #searchsubmit { 
	display: none;
}


/*	----------------------------------------------------------
	Donate
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .donate.activo a:hover,
#toolbar ul .donate a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	text-transform: uppercase;
	height: 32px;
	background: #509cd8;
	font-size: 14px;
}


#toolbar ul .donate2 a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	text-transform: uppercase;
	background: #034f8d;
	font-size: 14px;
}

#toolbar ul .donate2 a:hover{
	background:#20a7ff;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	}


/* ==|== Hover = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .rss a:hover{
	background: #ff9900;
}

#toolbar ul .contact a:hover{
	background: #20a7ff;
}

#toolbar ul .share a:hover{
/*	background: #172983; */
	background: #20a7ff;
}

#toolbar ul .share:hover{
	background: #20a7ff;
}

#toolbar ul .share:hover .share-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar ul .search a:hover{
	background: #005ea8;
}

#toolbar ul .search:hover {
	background: #005ea8;
}

#toolbar ul .search:hover .search-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar ul .donate.activo a, 
#toolbar ul .donate a:hover{
	background: #f6c004;
	color: #fff;
	border: 1px solid #024F8D;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

/*	----------------------------------------------------------
	Avisos en top bar
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#toolbar ul .avisos{
	margin-right: 10px;
}
#toolbar ul .avisos a{
	position: relative;
}
#toolbar ul .avisos a:hover{
	background: #20a7ff;
}

#toolbar ul .avisos i{
	font-size: 22px;
}

#toolbar ul .avisos a span{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	padding: 1px 3px 2px 3px;
	color: #034f8d;
		
	background-color: white;
	border: solid 1px #034f8d;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;

}
#toolbar ul .avisos a:hover span{
	border: solid 1px #20a7ff;
}



/*	----------------------------------------------------------
	Tootltip en topbar
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#toolbar .avisos a:before{
	content: attr(data-tooltip);
	position: absolute;
	bottom: -45px;
	left: 0;
	display: none;
	padding: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	background: #005ea8;

	font-size:14px;
/*	border: solid 1px #FFF; */
	width: 130px;
	margin-left: -50px;
	text-align: center;
	z-index: 9999;
}
#toolbar .avisos a:after{
	font-size: 2em;
	position: absolute;
	bottom: -27px;
	left: 0;
	display: none;
	margin-left: 10px;
	line-height: 1;
	color: #005ea8;
	z-index: 9999;
	
	content: '\f0d8';
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;

}
#toolbar .avisos a:hover:after, 
#toolbar .avisos a:hover:before{
	display: block;
}

/*	----------------------------------------------------------
	Nombre usuario
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.cont_nombre_usuario{
	color: #005ea8;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1000;
}



#branding{
	min-height: 60px;
}

#site-title{
	font-size: 30px;
	color: #005ea8;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 36px;
	font-weight: normal; 
}

#site-title a{
	text-decoration: none;
}

#site-description{
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	display:none;
}

#teaser{
	background: #000;
	
}
	

/*	----------------------------------------------------------
	Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#branding nav {
	float: right;

}
nav select {
  display: none;
}


/* ==|== top navigation  = = = = = = = = = = = = = = = = = = = = = */

.main-navigation {
	margin: 0 auto;
/*	max-width: 66.75%;*/
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 15px 0px 0 0;
	text-align: right;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #3b3b3d;
	display: block;
	font-size: 16px;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	padding: 6px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li.activo > a,
.nav-menu li a:hover {
	border-bottom: 0px solid #e9e9e9;
	color:#005fa9;
}

.nav-menu .sub-menu,
.nav-menu .children {
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	box-shadow:0 0px 8px rgba(0,0,0,0.2);
	background:#fff;
	display: none;
	padding: 0;
	position: absolute;
	left: -25px;
	color: #3b3b3d;
	z-index: 99999;
	text-align: left;
	
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 145px;
	top: 0;

}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #3b3b3d;
	margin: 0;
	width: 160px;
	text-transform:none;
	border-bottom: 1px solid #ccc;
	line-height:normal;
}



ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	color: #fff;
	border-bottom: 1px solid #ccc;
		-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	background: #005ea8;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
	
}

.menu-toggle {
	display: none;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {background: #005ea8; }
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {color: #005ea8;}

/*	----------------------------------------------------------
	Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.teaser-page .page-title{
	margin-top: 140px;
}

.teaser-page-list .page-title{
	margin-top: 40px;
}

.page-title{
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 30px;
	font-family: 'Archivo Narrow', sans-serif;
	
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.teaser-page #rootline {
	margin-top: 164px;
}

.teaser-page-list #rootline {
	visibility: hidden;
}

.teaser-page-list .grid_6 a{
	max-width: 33%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

#rootline{
	font-size: 14px;
	text-align: right;
	color: #fff;
}

#rootline a{
	color: #fff;
	text-decoration: none;
}

#rootline a:hover{
	color: #fff;
	text-decoration: underline;
}

.teaser-page-404 {
	text-align: center;
}

.teaser-page-404 .page-title {
	margin-top: 120px;
	font-size: 92px;
}

.teaser-page-404 h2 {
	margin-top: 48px;
	font-size: 22px;
	color: #fff !important;
}

.single-404 {
	text-align: center;
}
.single-404 .button { 
	margin-bottom: 0px !important;
}



/*	----------------------------------------------------------
	CARRUSEL
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
 /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../carrusel/img/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }


      /* jssor slider thumbnail navigator skin 01 css */
                /*
                .jssort01 .p           (normal)
                .jssort01 .p:hover     (normal mouseover)
                .jssort01 .pav           (active)
                .jssort01 .pav:hover     (active mouseover)
                .jssort01 .pdn           (mousedown)
                */
                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 200%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    
                }

                .jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
/*                    background: url(../img/t01.png) center center;*/
                    border-width: 0px;
                    top: 2px;
                    left: 2px;
                    width: 68px;
                    height: 68px;
                }

                .jssort01 .p:hover .c, .jssort01 .pav:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
					
                }
			 	div.jssort01{background: #eee;}
			 	
			 	
			 	.caption_slide_noticia{
				 	position: absolute;
				 	bottom: 0;
				 	left: 0;
				 	width: 100%;
				 	padding: 8px 25px;
				 	font-size: 14px;
				 	line-height: 1.2em;
				 	background-color: white;
				 	background-color: rgba(255,255,255,.9);
				 	z-index: 100;
				 	color: black;
			 	}



/*	----------------------------------------------------------
	Article List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

article.list {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.short-content .entry-header{
	color: #005ea8;
	font-size: 22px;
	background: #fff;
	display: inline;
}

.short-content .entry-header a{
	text-decoration: none;
	
}

.short-content figure {
	margin: 8px 24px 5px 0;
}

figure {
	float:left;
	margin: 0;
	padding:0px;
	position: relative;
}

.col33 figure{
	width:90%;
	
}

.col33 h2,
.col33 h3{
	padding-top: 15px;
	line-height: 1.3em;
}

.col33 p{
	margin-bottom:15px;
	padding-right: 25px;
	margin-bottom:30px }
.col33 p a{
	text-decoration: none;
	color: #3b3b3d
}
.col33 p > a:hover{
	text-decoration: underline;
}
.col33.doc p{
	padding-right: 0px;
}

.col33.doc {
	width: 28%;
margin-right: 5%
}
.col33.video p{
	margin-top: 5px;
}


iframe{
	margin-top: 12px;
margin-bottom:5px;}

figure img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: auto;
	display: block;
}

figure .mask{
	width: 100%;
	height: auto;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background: transparent;
	text-align: center;
}

figure .mask .mask-square {
	display: none;
}

figure:hover .mask-square {
	position: relative;
	top: 48%;
	margin-top: -20px;
	left: 0%;
	font-size: 22px;
	display: inline-block;
	color: #005ea8;
	text-align: center;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	/* e-comentado el cuadradito porque no lo quiere el cliente
	 background: #fff;
	width: 40px;
	height: 35px;
	padding-top: 5px; */
}


figure:hover .mask{
	background: rgba(0, 94, 168, 0.5);
	font-weight: bold;
}

.entry-meta {
	/* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	padding: 0;
	overflow: hidden;
}

.short-content p{
	margin:  0 0 15px 0;
}

.short-content .entry-meta p {
	margin: 10px 12px 0 12px;
	padding: 0;
}

.sponsors i {
	color: #005ea8;
}

.fund i {
	color: #3b3b3d; 
}

.time{ 
	color: #20a7ff;
}

.time a{
	text-decoration: none;
}

.fb{
	color: #3a589b;
}

.fb a {
	text-decoration: none;
}

.short-content .buttons {
	margin-top: 20px;
	background: #005ea8;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

.short-content .buttons:hover {
	background: #3b3b3d;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}


/* ==|== Fb = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.facebook i{
	color: #3a589b;
}

.entry-meta .buttons.facebook{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
}
.entry-meta .buttons.facebook:hover {
	background: #3a589b;
	color: #fff;
}

.entry-meta .buttons.facebook:hover i{
	background: none;
	color: #fff;
}


/* ==|== time = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.time i{
	color: #20a7ff;
}

.entry-meta .buttons.time{
	background: #fff;
	text-transform: none;
	padding: 10px 12px;
	color: #3b3b3d;
}

.entry-meta .buttons.time:hover {
	background: #20a7ff;
	color: #fff;
}

.entry-meta .buttons.time:hover i{
	background: none;
	color: #fff;
}


/* ==|== Author = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.author i{
	color: #f18d06;
}

.entry-meta .buttons.author{
	background: #fff;
	text-transform: none;
	padding: 10px 12px;
	color: #3b3b3d;
}

.entry-meta .buttons.author:hover {
	background: #f18d06;
	color: #fff;
}

.entry-meta .buttons.author:hover i{
	background: none;
	color: #fff;
}


/*	----------------------------------------------------------
	Single cause
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.square-info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50%;
	background: #fff;
	z-index: 1;
}

.square-info-margins{
	margin: 24px 24px 8px 24px;
}

progress {
	width: 100%;
	height: 15px;
	margin: 5px auto 12px auto;
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #e6c9cd;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: #e6c9cd;
	padding: 0px;
}

/* Now the value part */
progress::-webkit-progress-value {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(-45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.051) 33%, rgba(0, 0, 0, 0.051) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.1)),
		-webkit-linear-gradient(left, #e53b51, #e53b51);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: 100px 0px, 0 0, 0 0}
}


progress::-moz-progress-bar {
	-moz-border-radius: 2px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-moz-linear-gradient(-45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.051) 33%, rgba(0, 0, 0, 0.051) 66%, transparent 66%),
		-moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.1)),
		-moz-linear-gradient(left, #e53b51, #e53b51);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
}

.progress-percent, .progress-money{
	background: #005ea8;
	padding: 0px 5px;
	color: #fff;
	position: relative;
}

.progress-percent .arrow, .progress-money .arrow {
	height: 5px;
	width: 5px;
	background: #005ea8;
	position: absolute;
	bottom: -3px;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.progress-percent .arrow {
	left: 12px;
}

.progress-money .arrow{
	right: 12px;
}

.square-info-margins .meta p{
	margin: 12px 0;
}

.square-info-margins .meta p i{
	margin-right: 12px;
}

.square-info .buttons {
	background: #f18d06;
	color: #fff;
	margin-top: 22px;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.square-info .buttons i{
	margin-left: 12px
}

.square-info .buttons:hover {
	background: #f6c004;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.entry-content figure{
	margin-bottom: 48px;
}

.event-map, .book-your-place {
	display: none;
	margin-top: 24px;
}

.book-your-place h3, .event-map h3 {
	color: #fff;
}

.event-map iframe{
	width: 100%;
	height: 250px;
}

#reservation-form input, #reservation-form textarea{
	border: none;
	background: #fff;
	padding: 5px 10px;
}


/*	----------------------------------------------------------
	Event
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.event-info {
	background: #005ea8;
	padding: 24px;
	margin-bottom: 48px;
}

.event-info .day {
	font-size: 50px;
	color: #fff;
	margin-right: 12px;
	line-height: 1;
}

.event-info .month-time{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-right: 48px;
	text-decoration: none;
}

.month-time .month {
	line-height: 27px;
}

.event-address{
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	width: 35%;
}

.event-address a:hover{
	text-decoration: underline;
}

.event-location{
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	margin-right: 12px;
}

.event-info .buttons.facebook i{
	color: #3a589b;
}

.event-info .buttons.facebook{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
}

.event-info .buttons.facebook:hover {
	background: #3a589b;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.event-info .buttons.facebook:hover i{
	background: none;
	color: #fff;
}


/* ==|== Book your place = = = = = = = = = = = = = = = = = = = = = */

.event-info .buttons.bookplace i{
	color: #3b3b3d;
}

.event-info .buttons.bookplace{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
	margin-left: 24px;
	cursor: pointer;
}

.event-info .buttons.bookplace:hover {
	background: #3b3b3d;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.event-info .buttons.bookplace:hover i{
	background: none;
	color: #fff;
}


/* ==|== book your place button = = = = = = = = = = = = = = = = = = = = = */

.buttons.send{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
	cursor: pointer;
}

.buttons.send:hover {
	background: #3b3b3d !important;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}


/*	----------------------------------------------------------
	Press
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.entry-meta-press{
	padding: 12px;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 48px;
}

.entry-meta-press time{
	margin-right: 12px;
}

.entry-meta-press time i{
	color: #20a7ff;
}

.entry-meta-press .tag-i i {
	color: #c0392b;
}

.entry-meta-press .author-i i{
	color: #f18d06;
}

.entry-meta-press .category-i, .entry-meta-press .tag-i {
	margin-right: 12px;
}

.entry-meta-press .category-i a, .entry-meta-press .tag-i a, .entry-meta-press .author-i  a{
	text-decoration: none;
	color: #3b3b3d;
}

.entry-meta-press .category-i a:hover, .entry-meta-press .tag-i a:hover, .entry-meta-press .author-i a:hover{
	text-decoration: underline;
}

#toolbar ul .salir-sesion a{
padding-left: 10px;
padding-right: 10px;
padding-top: 12px;
text-transform: uppercase;
height: 32px;
background: #034f8d;
font-size: 14px;
}


#toolbar ul .salir-sesion a:hover{
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	
	background:#333333 ;}


/*	----------------------------------------------------------
	Contact Form
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#contact-form input, #contact-form textarea {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 10px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}


#contact-form textarea {
	width: 60%;
}

.statusMessage {
  color: #666;
}

.statusMessage {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
    box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
}

.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}


/*	----------------------------------------------------------
	Staff
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.candidate {
	-moz-box-shadow: 0 0 2px #747373;
	-webkit-box-shadow: 0 0 2px#747373;
	box-shadow: 0 0 2px #747373;
	margin-bottom: 48px;
	float: left;
}

.home .candidate { 
	margin-bottom: 0px !important
}

.candidate-margins {
	margin: 24px;
}

.candidate img{
	width: 100%;
	height: auto;
}

.candidate .name{
	font-size: 24px;
	color: #005ea8;
	line-height:normal;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	margin-top: 12px;
	margin-bottom:10px;
}

.candidate .position {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	color: #3b3b3d;
	text-align: center;
}

.candidate:hover {
	-moz-box-shadow: inset 0 0 12px #c2c0c0;
	-webkit-box-shadow: inset 0 0 12px #c2c0c0;
	box-shadow: inner 0 0 12px #c2c0c0;
	background-color:#f5f5f5;


}

.candidate a {
	text-decoration: none;
}

.candidate-about{
	margin-left: 12px;
	width: 59%;
}

.social-icons {
	text-align: center;
	margin-top: 24px;
	font-size: 20px
}

.social-icons a{
	padding: 3px 5px;
}

.social-icons a:hover{
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.social-icons .fb {
	color: #3a589b;
}

.social-icons .fb:hover{
	color: #fff;
	background: #3a589b;
}


/* ==|== Twitter  = = = = = = = = = = = = = = = = = = = = = */

.social-icons .tw {
	color: #19bfe8;
}

.social-icons .tw:hover{
	color: #fff;
	background: #19bfe8;
}


/* ==|== Pinterest = = = = = = = = = = = = = = = = = = = = = */

.social-icons .pn {
	color: #005ea8;
}

.social-icons .pn:hover{
	color: #fff;
	background: #005ea8;
}


/* ==|== Linkedin = = = = = = = = = = = = = = = = = = = = = */

.social-icons .in {
	color: #3a589b;
}

.social-icons .in:hover{
	color: #fff;
	background: #172983;
}


/* ==|== Google+  = = = = = = = = = = = = = = = = = = = = = */

.social-icons .gp {
	color: #f12842;
}

.social-icons .gp:hover{
	color: #fff;
	background: #f12842;
}


/* ==|== Git Hub = = = = = = = = = = = = = = = = = = = = = */

.social-icons .gh {
	color: #754c24;
}

.social-icons .gh:hover{
	color: #fff;
	background: #754c24;
}


/* ==|== Flickr = = = = = = = = = = = = = = = = = = = = = */

.social-icons .fl {
	color: #d73990;
}

.social-icons .fl:hover{
	color: #fff;
	background: #d73990;
}


/*	----------------------------------------------------------
	Attachments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*	----------------------------------------------------------
	Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a img {
	border: none;
	border-radius: 8px;
}

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
a img { display: block;  }

.photo{
	border: 1px solid #ccc;
}

/*	----------------------------------------------------------
	Resize images to fit the main content area.
		- Applies only to images uploaded via WordPress by targeting size-* classes.
		- Other images will be left alone. Use "size-auto" class to apply to other images.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1.5em;
}

img.alignright {
	margin-left: 1.5em;
}

.img_publicaciones{
	border-radius: 8px !important;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.gallery-caption {

}

.wp-smiley {
	margin: 0;
}


/*	----------------------------------------------------------
	Navigation
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*	----------------------------------------------------------
	Pagination
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	margin: 0;
	float: left;
	margin-right: 10px;
}

.pagination li a{
	padding: 3px 6px;
	background: #fff;
	text-decoration: none;
	border: 1px solid #a2a2ad;
	color: #a2a2ad;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.pagination li .active {
	background: #005ea8;
	color: #fff;
	border: 1px solid #005ea8;
}

.pagination li a:hover{
	background: #005ea8;
	color: #fff;
	border: 1px solid #005ea8;
}


/*	----------------------------------------------------------
	Widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

aside.widget {
	
	display: block;

}
aside.WPlookStaff {
	margin-bottom: 0;
}
aside ul {
	list-style: none;
	margin: 0px;
}
.widget{

	padding-left: 20px !important;
}
.tagcloud{
	padding-left: 25px !important;
}


/*	----------------------------------------------------------
	List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.widget ul li {
/*	background: transparent url('images/border-x.png') left bottom repeat-x;*/
	padding: 12px 0 12px 34px;
	margin: 0px;
	position: relative;
}

.widget ul li a {
	font-size:16px;
	color: #343434;
	text-decoration: none;
}
.widget ul li a.active {
	font-size:16px;
	color: #015fa9;
	text-decoration: none;
}

.widget ul li:before{
	content:"\f105";
	position: absolute;
	left: 12px;
	top: 1em;
	
	
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;
}

.widget ul li:hover {
	color: #fff;
	background: #005ea8;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.widget ul li:hover a {
	color: #fff;
}

/*	----------------------------------------------------------
	SLIDER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


div.block_slider_type_4.slider .slider{
margin-bottom: 25px;
}

.block_slider_type_4 .slides li{
	position:relative;}

.flexslider .slides img{
width: 100%;
display: block;
}

.block_slider_type_4 .flex-direction-nav a{
	width: 40px;
height: 40px;
margin-top: -20px;
display: block;
position: absolute;
top: 50%;
background-repeat: no-repeat;
background-image: url(../images/sprite_arrow_4.png);
text-indent: -9000px;
z-index: 5;
	}

.block_slider_type_4 .flex-direction-nav a.flex-prev{
	left: -60px;
background-position: left top;}

.block_slider_type_4 .flex-direction-nav a.flex-next{
	right: -60px;
background-position: right top;}


.block_slider_type_4{
	overflow: hidden;
position: relative;}

/*	----------------------------------------------------------
	Home page widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.first-home-widget-area, .second-home-widget-area, .third-home-widget-area, .forth-home-widget-area{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

 .forth-home-widget-area a{
 color:#FFFFFF;
 text-decoration:none;

}
 .forth-home-widget-area a:hover{
 color:#2b84cd;
 text-decoration:none;

}


.home .second-home-widget-area .slides figure{
	height: 115px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.home .second-home-widget-area .slides figure img.wp-post-image{
	border: none;
	margin-top: -15px;
}
.home .second-home-widget-area{padding-bottom: 0;}

#secondary .grid_16 {
	margin: 0; padding: 0;
}

.widget-title{
	background: transparent url("../images/widget-title-bg.png") repeat-x 0 center;
	/* margin-bottom: 24px; */
	position: relative;
	height: 60px;
}

.widget-title .fecha, 
.widget-title .titulo, 
.widget-title h2, 
.widget-title h3 {
/*	background: #fff;*/
	display: inline-block;
/*	padding-right: 12px;*/
	color: #024F8D;
	font-size:26px;
	display: none;
}
.widget-title .fecha, 
.widget-title .titulo{
	background-color: white;
	padding-right: 12px;
    font-family: "Archivo Narrow",sans-serif;
}

.widget-title h2 span,
.widget-title h3 span {
	background-color: white;
	padding-right: 12px;
}
.widget-title .viewall {
	background: #fff;
	padding-left: 12px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
}

.widget-title .viewall a {
	color: #1d62a1; border: 1px solid #a2a2ad; text-decoration: none; padding: 5px 10px 5px 10px; margin: 0 0 0 0; display: inline-block; 
}

.widget-title .viewall a:hover {
	color: #fff; border: 1px solid #005ea8; background: #005ea8;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.widget h4.entry-header, 
.widget h2.entry-header, 
.widget h3.entry-header {
	font-size: 20px;
	line-height: 24px;
	text-align:left;
	width: 274px;
}
.widget h4 a, 
.widget h2 a, 
.widget h3 a {
	text-decoration: none;
	line-height: normal;
	font-size: 18px;
	line-height: 24px;
}

.interpretacionDivList{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}



/* ==|== Latest causes = = = = = = = = = = = = = = = = = = = = = */

.widget-causes-body .cause-item {
	float: left; 
	width: 23%; 
	margin: 0 1% 24px 1%;
	min-height:255px;
}
.widget-causes-body .cause-item:nth-child(4n+1){
	clear: left;
}

.widget-causes-body .cause-item  h3{
	line-height:normal;
}

.widget-causes-body .cause-item figure { 
	margin-bottom: 12px;
}
.widget-causes-body .cause-item p {
	margin-bottom: 0px;
}

/* en 3 columnas */
.widget-causes-body.cols_3  .cause-item{
	width: 31%;
	/* e-comenta este margen */
	/* margin: 0 1%; */
	
}
/* ajsute grid_16 en asociacion*/
.grid_16.cont_bloques_socios{margin-bottom: 0;}


/* Grid 8 */
.grid_8  .widget-causes-body .cause-item { 
	float: left; 
	width: 46%; 
	margin: 0 2%;
}

/* Grid 4 */
.grid_4 .widget-causes-body .cause-item{
	width: 100%; 
	padding-bottom: 24px; 
	margin-bottom: 24px; 
	border-bottom: 1px solid #ddd;
}

.grid_4 .widget-causes-body .cause-item:last-child {
	border-bottom: none;
}


/* ==|== Latest events  = = = = = = = = = = = = = = = = = = = = = */

.widget-event-body .event-item  figure {
	margin-bottom: 12px;
}

.widget-event-body .event-item {
	float: left;
	width: 23%;
	padding: 15px;
}

/* Grid 8 */
.grid_8 .widget-event-body .event-item {
	float: left;
	width: 46%;
	margin: 0 2%;
}

/* Grid 4 */
.grid_4 .widget-event-body .event-item {
	width: 100%; 
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.grid_4 .widget-event-body .event-item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.entry-meta-widget i {
	padding: 2px 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center; 
	color: #3b3b3d;
}

.entry-meta-widget a {
	text-decoration: none;
	color: #3b3b3d;
}

.entry-meta-widget div {
	margin-top: 5px;
}

.entry-meta-widget .date i {
	color: #005ea8;
}

.entry-meta-widget .location i{
	color: #f18d06;
}

.entry-meta-widget .facebook i{
	color: #3a589b;
}

.more-events a {
	text-align: right; 
	text-transform: uppercase; 
	display: block; 
	text-decoration: none; 
	color: #3b3b3d; 
	font-size: 12px;
}

.more-events a:hover{ 
	color: #005ea8;
}


/*	----------------------------------------------------------
	TagCloud
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.tagcloud a {
    padding: 8px 10px;
    display: inline-block;
    margin: 4px 2px;
    font-size: 14px !important;
    text-decoration: none;
    background: #005ea8;
    border: 1px solid #005ea8;
	color:  #fff;
	border-radius: 8px
}

.tagcloud a:hover {
    color: #005ea8;
    background-color: #fff;
    border-color: #005ea8;
	background: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.grid_4 .slides .widget-title {
	width:75%;}


/* ==|== Widget announce = = = = = = = = = = = = = = = = = = = = = */

.announce-body h1 {margin-bottom: 10px; font-weight: bold; color: #4b8dc1;}
.announce-body h1 a { color: #4b8dc1;}
.announce-body h1 a:hover { color: #666;}
.announce-body h3 { color: #666;}
.announce-body {
	font-family: 'Arimo', sans-serif;
	background: #fff;
	border:#005fa9 3px solid;
	padding: 28px 0;
	color:#034f8d;
	text-align: center;
}


/* ==|== Widget Adrress = = = = = = = = = = = = = = = = = = = = = */

.widget_adress {
	color: #fff;
	font-size: 15px;
}
.widget_adress p {
	color: #fff;
	font-size: 17px;
	font-weight:normal;
}

.widget_adress a{
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	font-size: 19px;
}

.widget_adress a.email{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
}


/*	----------------------------------------------------------
	Widget Latest News Home page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.latestnews-body .image{
	width: 58%;
}

.latestnews-body .content{
	width: 38%;
}

.flexslider-news { 
	margin: 0; padding: 0; 
}

.flexslider-news .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; 
	position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* ul.slides{
	margin-bottom: 30px;} */

.flexslider-news .slides img {
	width: 100%; 
	display: block;
}

.latestnews-body .flex-direction-nav {
	width: 70px;
	position: absolute;
	top: 6px;
	right: 0px;
	bottom: none;
	background: #fff;
	display: block;
}

.latestnews-body .flex-direction-nav li {
	width: 35px; 
	display: inline-block; 
	height: 18px;
}

.latestnews-body .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin: 0;
	display: block;
	background: transparent url('../images/bg_direction_nav_small.png') no-repeat 0 0;
	position: absolute;
	top: 0%;
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0.8; 
	filter:alpha(opacity=80);
	-webkit-transition: all .3s ease;
}

.latestnews-body .flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0px;
}

.latestnews-body .flex-direction-nav .flex-prev {
	left: 12px;
}

.latestnews-body:hover .flex-next:hover, 
.latestnews-body:hover .flexslider:hover,
.latestnews-body:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; filter:alpha(opacity=30); cursor: default;
}

.flexslider-news .category {
	font-size: 13px;
	margin: 12px 0;
	padding: 0;
}

.flexslider-news .flex-button-red i {
	font-size: 16px;
	margin-left: 8px;
}

.flexslider-news .flex-button-red a{
	border: 1px solid #005ea8;
	padding: 6px 24px 6px 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.flexslider-news .flex-button-red a:hover {
	background: #005ea8;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}







.flexslider-news2, .flexslider-news2 .slides { 
	margin: 0; padding: 0; overflow: hidden;
}
.flexslider-news2 a {
	text-decoration:none; 
	 
}

.flexslider-news2 .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; 
	position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider-news2 .slides img {
	width: 100%; 
	display: block;
}

.latestnews-body2 .flex-direction-nav {
	width: 70px;
	position: absolute;
	top: 6px;
	right: 0px;
	bottom: none;
	background: #fff;
	display: block;
}

.latestnews-body2 .flex-direction-nav li {
	width: 35px; 
	display: inline-block; 
	height: 18px;
}

.latestnews-body2 .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin: 0;
	display: block;
	background: transparent url('../images/bg_direction_nav_small.png') no-repeat 0 0;
	position: absolute;
	top: 0%;
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0.8; 
	filter:alpha(opacity=80);
	-webkit-transition: all .3s ease;
}

.latestnews-body2 .flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0px;
}

.latestnews-body .flex-direction-nav .flex-prev {
	left: 12px;
}

.latestnews-body:hover .flex-next:hover, 
.latestnews-body:hover .flexslider:hover,
.latestnews-body:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; filter:alpha(opacity=30); cursor: default;
}

.flexslider-news2 .category {
	font-size: 13px;
	margin: 12px 0;
	padding: 0;
}

.flexslider-news2 .flex-button-red i {
	font-size: 16px;
	margin-left: 8px;
}

.flexslider-news2 .flex-button-red a{
	border: 1px solid #005ea8;
	padding: 6px 24px 6px 12px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}


.flexslider-news2 .flex-button-red a:hover {
	background: #005ea8;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}






 .flex-button-red i {
	font-size: 16px;
	margin-left: 8px;
}

 .flex-button-red a{
	border: 2px solid #005ea8;
	border-radius:5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	background-color: #005ea8 ;
	color: #fff	
}

.button-cambio{
	display: flex !important;
	justify-content: flex-end !important;
}
.flex-button-red a i{
	position: absolute;
	padding: 0;
	width: auto;
	top: 50%;
	right: 12px;
	line-height: 1em;
	margin-top: -0.5em;
	display: none;
}

 .flex-button-red a:hover {
	background: #005ea8;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}


/*	----------------------------------------------------------
	Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*	----------------------------------------------------------
	Accesibilidad-tipografias
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/*#sizecontroldiv li, ul{
	
	float:right;}*/
	
	
ul.tipografia li a {
	font-size: 20px;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	margin-left: 10px;
	font-weight: 400;
	
	text-decoration: none;
	padding: 0px 10px px 10px;
	cursor:pointer;
	border-radius: 5px;
	display: inline-block;

	
}
ul.tipografia li a:hover {
	color: #fff;
	background-color:#005ea8;
}

.cont_tamanotipograf{
	text-align: right;
	margin-top:-49px;
	margin-bottom: 10px;
}


.cont_tamanotipograf .tipografia{
	margin: 0;

}
.cont_tamanotipograf .tipografia li{
	display: inline-block;
	position: relative;
}
.cont_tamanotipograf .tipografia a:before{
	content: attr(data-texto);
	position: absolute; /*Info sobre la imagen*/
	top: -110%;
	/* left: 50%; Desplazamos a partir de la esquina superior izquierda */
	right: 20px;
	opacity: 0; /*Inicialmente transparente */
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	background: #005ea8;
	-moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
	-webkit-transition:all ease .8s ;
	transition:all ease .8s;
	/* font-size:14px;
	border: solid 1px #FFF;
	width: 130px; */
	/* margin-left: -65px; */
	/* text-align: center;
	z-index: 9999; */
	visibility: hidden;
}
.cont_tamanotipograf .tipografia a:hover:before{
	opacity: 1; /*Inicialmente transparente */
}



.sizecontroldiv p{
	font-size:inherit;}
	
	
.sub-lista ul li{
	background: none;
padding: 12px;
margin: 0px;}

.sub-lista ul li:hover{
color: #333;
background: #fff;
}
	
	
	
/*	----------------------------------------------------------
	GALERIA
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
	/*
	div.es-carousel-wrapper{
		position: absolute;
top: 390px;
z-index: 99}*/

.es-carousel{
	background:none !important;}

.es-carousel-wrapper{
background:rgba(255, 255, 255, 0.6) !important;
padding:10px 27px!important;
-moz-border-radius: 10px!important;
-webkit-border-radius: 10px!important;
border-radius: 0px!important;
position:relative!important;
-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.9)!important;
-webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.9)!important;
box-shadow:0px 0px 0px rgba(0, 0, 0, 0.9)!important;
margin-bottom:0px !important;
padding-left: 0px  !important;
}


.rg-image-wrapper{
	padding:10px 10px !important;
	padding-left: 0px  !important;}
	
.rg-image img{ width: 100%;}

/*	----------------------------------------------------------
	Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#colophon {
	background: #04599d url("../images/footer-transparent.png") repeat-x top;
	padding-top: 37px;
	margin-top: 37px;
}

#colophon .widget h5,
#colophon .widget h3 {
	color: #fff;
	margin-bottom: 60px;
	font-size:21px;
}

#colophon .widget ul li {
	background: transparent url('../images/border-x-footer.png') left bottom repeat-x;
	padding: 10px;
	padding: 10px 0 10px 28px;
	margin: 0px;
	color: #fff;
	font-weight:normal;
	font-size:15px;
}
#colophon .widget ul li:before {
	top: .7em;

}
#colophon .widget ul li a {
	color: #fff;
	text-decoration: none;
		font-weight:normal;
	font-size:15px;
}

#colophon .widget ul li:hover {
	color: #005ea8;
	background: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

#colophon .widget ul li:hover a {
	color: #005ea8;
}

.latest-tweets-body {
	color: #fff;
	margin-bottom: 24px;
}

.latest-tweets-body a{
	color: #ffeef0;
	text-decoration: none;
}

a.follow{
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 12px;
	text-decoration: none;
}

.site-info {
	background: #093e68;
	font-size: 12px;
}

.site-info a {
padding-right:10px;
text-decoration:none;

}

.copy{
	color: #fff;
	margin: 10px 0 0 0;
}

.designby{color: #fff; 
	margin: 10px 0;
	text-align: right;
}

.designby a{color: #fff;}


.fancybox-media img{
	margin-top:10px;
	/*margin-bottom:20px;*/
	width: 100%;
}

article.col33 {
	width:30%;
	margin-right: 3%;
}


/*	----------------------------------------------------------
	CARRUSEL
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

div.texto-flotante{
width: 100% !important;
height: 0px !important;
top: -10px !important;
z-index: 99999 !important;
left: 295px !important;
position: relative !important;
float: left!important;
opacity: 0;
	filter:alpha(opacity=0);

}

.jssort01:hover div.texto-flotante{
width: 100% !important;
height: 0px !important;
top: -10px !important;
z-index: 99999 !important;
left: 295px !important;
position: relative !important;
float: left!important;
opacity:1;
	filter:alpha(opacity=100);

}


.texto-flotante p{
	padding: 5px;
border-radius: 5px; 
color: white;
background: #005ea8;
font-size: 14px;
max-width: 200px;}

.volver{
	text-align: right;
	position: relative;
	top: -12px;
	background-color: #fff;
/*	padding-right:20px;*/
}


/*	----------------------------------------------------------
	Shortcode
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.column-margin {
	margin: 12px;
}
.col12,
.col16,
.col16_2,
.col25,
.col32,
.col33,
.col50,
.col75 { 
	float: left; 
/*	font-size: 15px;*/
}

.col25 p,
.col33 p,
.col50 p,
.col75 p {
/*	font-size: 15px;*/
}

.col25{
	width: 25%;
}

.col33{
	width: 33%;
}

.col50{
	width: 50%;
}
.margin_left_patrocinadores{
padding-left: 27%;
}

.margin_left_colaboradores{
padding-left: 32%;
}

#patrocinadores .col12{
	width: 12%;
	/*border: 1px solid #cccccc;*/
	margin: 2px;
}

#patrocinadores .col16{
	width: 14%;
	/*border: 1px solid #cccccc;*/
	margin: 2px;
}

#patrocinadores .col16_2{
	width: 6%;
	
	margin: 2px;
}
#patrocinadores .col25{
	width: 25%;
	/*border: 1px solid #cccccc;
	margin: 2px;*/
}

#patrocinadores .col32{
	width: 32%;
	/*border: 1px solid #cccccc;
	margin: 2px;*/
}

#patrocinadores .col33{
	width: 33%;
	/*border: 1px solid #cccccc;*/
	margin: 2px;
}

#patrocinadores .col50{
	width: 50%;
	/*border: 1px solid #cccccc;*/
	margin: 2px;
}


.container_16_patrocinadores {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (min-width:793px) and (max-width:1174px){
	#patrocinadores .col12{
		width: 11%;
	}
	#patrocinadores .col16{
		width: 13%;
	}
	#patrocinadores .col25{
		width: 33%;
	}

	#patrocinadores .col33{
		width: 47%;
	}

	#patrocinadores .col50 {
    width: 68%;
	}
}
@media (min-width:577px) and (max-width:792px){
	
#patrocinadores .col12{
		width: 32%;
	}
	#patrocinadores .col16{
		width: 31%;
	}
	#patrocinadores .col25{
		width: 50%;
	}
#patrocinadores .col33{
		width: 50%;
	}
#patrocinadores .col50 {
    width: 90%;
	}

	#patrocinadores .col16_2{
		display:none;
	}
}

@media (max-width:576px){
	
#patrocinadores .col12{
		width: 64%;
    margin: 0px auto;
    float: none;
	}

	#patrocinadores .col16{
		width: 100%;
	}
	#patrocinadores .col25{
		width: 100%;
	}

#patrocinadores .col33{
		width: 100%;
	}

	#patrocinadores .col50 {
    width: 100%;
	}
	#patrocinadores .col16_2{
		display:none;
	}
	#patrocinadores .col32 {
    width: 100%;
	}
}

.img-fluid{
	max-width: 100%;
    height: auto;
}

.col33:nth-child(3n+1){
	clear: left;
}

.col75{
	width: 75%;
}

.box{
	width: 98%; 
	background: #005ea8; 
	font-size: 15px; 
	color: #fff; 
	padding: 12px 1%; 
	margin-bottom: 40px;
	margin-top: 10px;
}

.box p{
	margin-bottom: 0px;
	width: 85%;
	float: left;
}

.box .button {
	float: right;
	margin-bottom: 0px !important;
}

.widget-causes-body .cause-item p{
	margin-bottom:10px;}


.asociados p{
	margin-bottom: 0.1em;}

.asociados{
	margin-bottom: 30px;}


/*	----------------------------------------------------------
	Button Styles
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a.button,
a.button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.square {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-o-border-radius: 0px!important;
}

a.button.round {
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
}

a.button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

a.button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
	background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
	background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
	background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
	background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}

a.button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
	background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
	background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
	background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
	background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}

a.button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
	background: -webkit-linear-gradient(top, #2caada, #46cae8);
	background: -moz-linear-gradient(top, #2caada, #46cae8);
	background: -ms-linear-gradient(top, #2caada, #46cae8);
	background: -o-linear-gradient(top, #2caada, #46cae8);
}

a.button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
	background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}

a.button.red {
	border-color: #ab4b44!important;
	background: #9E0D18;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
	background: -webkit-linear-gradient(top, red, #9E0D18);
	background: -moz-linear-gradient(top, red, #9E0D18);
	background: -ms-linear-gradient(top, red, #9E0D18);
	background: -o-linear-gradient(top, red, #9E0D18);
}

a.button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
	background: -webkit-linear-gradient(top, #9E0D18, red);
	background: -moz-linear-gradient(top, #9E0D18, red);
	background: -ms-linear-gradient(top, #9E0D18, red);
	background: -o-linear-gradient(top, #9E0D18, red);
}

a.button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
	background: -webkit-linear-gradient(top, #ff9900, #ffb031);
	background: -moz-linear-gradient(top, #ff9900, #ffb031);
	background: -ms-linear-gradient(top, #ff9900, #ffb031);
	background: -o-linear-gradient(top, #ff9900, #ffb031);
}	

a.button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffb031, #ff9900);
	background: -moz-linear-gradient(top, #ffb031, #ff9900);
	background: -ms-linear-gradient(top, #ffb031, #ff9900);
	background: -o-linear-gradient(top, #ffb031, #ff9900);
}

a.button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
	background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
	background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
	background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}

a.button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

a.button.grey:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

a.button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
	background: -webkit-linear-gradient(top, #000, #444444);
	background: -moz-linear-gradient(top, #000, #444444);
	background: -ms-linear-gradient(top, #000, #444444);
	background: -o-linear-gradient(top, #000, #444444);
}

a.button.black:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background: -webkit-linear-gradient(top, #444444, #000000);
	background: -moz-linear-gradient(top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);
	background: -o-linear-gradient(top, #444444, #000000);
}

img.aligncenter{
	/*width:100%;*/
}
	
.book img.aligncenter{
	width:auto;}

/*	----------------------------------------------------------
	BLOG
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

div.comment {
padding-right:6.25%;
border-bottom: solid 1px #cccccc;
margin-bottom: 40px;
}

li{
list-style: none;
}

a.comment-reply-link.buttons{
padding: 20px;
}

input#submit_comment.submit{
	border: 1px solid #3b3b3d;
background: #fff;
padding: 5px 10px;}

.separate{
border-bottom: solid 1px #ddd;
margin-bottom: 30px;
max-width:90%;
	}
	
p.form-submit{margin-top: 20px;}
	


/*	----------------------------------------------------------
	NOTICIA AMPLIADA
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.ficha_noticia .single{margin-bottom: 20px;}
.ficha_noticia .single .long-description{
	margin: 20px 0;
}
.ficha_noticia .texto_entradilla{
	margin: 20px 0 ;
	font-size: 18px;
	color: #005ea8;
	font-family: 'Arimo', sans-serif;
}
.cont_titulo_noticia h1,
.cont_titulo_noticia h2{
	font-size: 28px;
	
}
.cont_tools_noticia .volver{
	text-align: left;
	float: right;
	margin-left: 20px;
	margin-top: 31px;
}
.cont_tools_noticia .cont_tamanotipograf{
	float: right;
	margin-top: 28px;
}

.ficha_noticia .entry-content > img{
	max-width: 100%;
	height: auto;
	padding-top:14px;
}
.ficha_noticia .entry-content > .pidefoto{}


.cont_tools_noticia .cont_tamanotipograf #sizecontroldiv span{
}
.cont_tools_noticia .cont_tamanotipograf #sizecontroldiv a:hover span{
}



.cont_doc_relacionada{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	
	border-top: solid 1px #DDDDDD;
}
.lista_doc_relacionada {
	margin: 0;
	padding: 0;
}
.lista_doc_relacionada li {
	float: left;
	width: 33.3333%;
	min-height: 2em;
	margin-bottom: 20px;
}
.lista_doc_relacionada li:nth-child(3n+1){clear: left;}
.lista_doc_relacionada li a {
	padding: .2em 1em .2em 4em;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #3b3b3d;
	line-height: 1.2em;
	font-size: 16px;
	min-height: 39px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.lista_doc_relacionada li a:hover {
	color: #005ea8;
}
.lista_doc_relacionada li a span {
	font-size: .8em;
	line-height: 1em;
	color: #005ea8;
}
.lista_doc_relacionada li a:before{
	pointer-events: none;
	position: absolute;
	width: 1em;
	height: 1em;
	padding: .4em .26em .2em .34em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1;
	top: .1em;
	left: 0;
	z-index: 100;
	font-size: 1.6em;
	background-color: #005ea8;
	color: white;
	vertical-align: middle;
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.lista_doc_relacionada li.documento a:before{
	content: '\f019';
}
.lista_doc_relacionada li.enlace a:before{
	padding: .35em .22em .25em .38em;
	content: '\f0ac';
}
.lista_doc_relacionada li a:after{
	font-size: 2em;
	position: absolute;
	top: .25em;
	left: 1.2em;
	line-height: 1;
	color: #005ea8;
	
	content: '\f0da';
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}





/*	----------------------------------------------------------
	alta boletin
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.alta_boletin .litado_temas_boletin{
	display: inline-block;
	margin: 0 10px 10px 10px
}
.alta_boletin .litado_temas_boletin li{
	display: inline-block;
	width: 50%;
	float: left;
	
	margin-bottom: 5px;
}
.alta_boletin .litado_temas_boletin label{
	padding-right: 20px;
}


/*	----------------------------------------------------------
	BUSCADOR
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.buscar{
	color:#005ea8;
	}

.resultado_busqueda{
	
	padding-bottom: 30px;
}


.resultado_busqueda li{
	padding-bottom: 20px;
	padding-top: 30px;
	border-bottom: solid 1px #f2f2f2;
}

/*	----------------------------------------------------------
	FORMULARIO
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.ficha-asociado{
		padding-bottom: 10px;
	border-bottom: solid 1px #f2f2f2;}
	
	
.logo-contacto{padding-left:50px;}

.rojo{
	color:#FF3333;
	font-size: 15px;
	text-align: right;
}
.formulario-alta .long-description{
	position: relative;
}
.formulario-alta .long-description .rojo{
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: -70px;
}
.cont_checkbox_form{
	margin-bottom: 27px;
	padding: 0 0 0 10px;
}
.cont_checkbox_form input{
	margin-left: 0;
}

.cont_checkbox_form p.rojo{
	margin: 0;
	float: right;
	padding: 0;
}

#notifyPost{
	padding: 0 10px;
	font-size: 15px;
	margin-bottom: 27px;
	color: #005ea8;
}


.caja_select{
	width: 100%;
	color: #3b3b3d;
	padding: 5px;
	/* font-size: 13px; */
	line-height: 21px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 33px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #fff;
	font-size:14px;
}
.cont_select{
	position: relative;
	display: block;
}
.cont_select:before{
	content: "\f107";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 10px;
	height: 13px;
	padding: 8px 9px;
	z-index: 100;
	background-color: white;
	border-left: 1px solid #ccc;
	pointer-events: none;
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;
	line-height: 1;
}

input.buttons.radius.send,
input#submit_comment.submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;

	text-transform: uppercase;
	border: 1px solid #005ea8 !important;
background: #fff !important;
color: #005ea8 !important;
padding: 5px 10px !important;
cursor: pointer !important;
	
	}
	
input.buttons.radius.send:hover,
input#submit_comment.submit:hover{
	
	border: 1px solid #005ea8 !important;
	-webkit-transition:all 1s !important;
	-moz-transition:all 1a !important;
background: #005ea8 !important;
color: #fff !important;
padding: 5px 10px !important;
cursor: pointer;
	
	}

.titulo-form{
border-bottom:solid 1px #CCCCCC;
 padding-bottom:3px;
}

#contact-form textarea.full, 
.full{
width: 100%;}

#contact-form p {padding: 0 10px;}
#contact-form p.col50 {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form .separate{max-width: none;}

.ch_radio{
	font-size: 17px;
}
.texto-bloque{display:block;}

input.error, .cont_select.error select, select.error, textarea.error{background: #FFC6C0 !important;}
.cont_select.error:before{background: #FFC6C0;}
span.error{color: #ff3333;}



/*	----------------------------------------------------------
	MAPA WEB
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div.col25.mapa{
margin-right: 30px;
width: 20%;
}

.mapa h3 a{
	background: #fff;
display: inline-block;
/*padding-right: 12px;*/
color: #3b3b3d;
font-size:26px;
text-decoration: none;
	}

.mapa li{
	line-height: 35px;}


/*	----------------------------------------------------------
	Alert
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.alert {
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.alert.white {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #373737;
}

.alert.red {
	background: #005ea8;
	border: 1px solid #005ea8;
	color: #fff;
}

.alert.yellow {
	background: #f18d06;
	border: 1px solid #f18d06;
	color: #fff;
}

.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}

.alert.blue {
	background: #20a7ff;
	border: 1px solid #20a7ff;
	color: #fff;
}

.alert.grey {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #373737;
}


/*	----------------------------------------------------------
	Tabs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.tabs li a {
  margin-top: 10px;
  background: #005ea8;
  border: 1px solid #005ea8;
  height: 32px;
  line-height: 31px;
  color: #3b3b3d;
  font-size: 13px;
  padding: 0 14px 0 44px;
  margin:0;
  cursor: pointer;
}

.tabs_table {
	clear: both; margin:12px 0;
}

.tabs {
	padding: 0 0 0 1px !important;
	margin-bottom:-1px !important;
	margin-left:0;
	height: 34px;
}

.tabs li {
  float: left;
  list-style-type: none !important;
  list-style-position: outside !important;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -1px;
  padding: 0 !important;
}

.tabs li a {
  display: block;
  float: left;
  padding-left: 14px;
  background: #005ea8;
  margin: 0;
  color: #fff;
  margin-right: 6px;
}

.tabs li a:hover {
	text-decoration: none;
	background: #f3f3f3;
	color:#444;
}

.tabs li a.selected {
	background: #fff;
	border-bottom: #fff 1px solid; 
	position: relative; color:#005ea8; 
}

.panes { 
	border: 1px solid #005ea8; 
	padding: 17px; 
	line-height: 1.7em;
}


/*	----------------------------------------------------------
	enlaces de interes
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.p_enlaces_interes .cause-item .short-description a{
	display: block;
	height: 21px;
	overflow: hidden;
}
#listActual{
	margin-left: 30% !important;
}

/*	----------------------------------------------------------
	Toggle content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.toggle-content {
	background: #005ea8;
	border: 1px solid #005ea8;
	clear: both;
	display: block;
	margin: 20px 0 8px;
	color: #fff;
}

.toggle-content:hover { 
	background: #005ea8;
}

.toggle-content + .toggle-content {
	margin: 0;
}

.toggle-content .expand-button {
	background: url('../images/toggle-open.png') left top no-repeat;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
}

.toggle-content .expand-button.close {
	background: url('../images/toggle-close.png') left top no-repeat;
}

.toggle-content .expand-button p {
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
}

.toggle-content .expand {
	margin: 0;
	background: #fff;
	line-height: 160%;
	color: #3b3b3d;
	padding: 20px 20px 20px;
}

.toggle-content .expand {
	display: none;
}

.no-js .toggle-content .expand {
	display: block;
}



/*	----------------------------------------------------------
	Zona privada
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.cont_listado_documentos .flex-button-red,
.cont_listado_avisos .flex-button-red{
	margin-bottom: 24px;
	display: inline-block;
}
.cont_listado_documentos .listado_vacio,
.cont_listado_avisos .listado_vacio{
	font-size: 1.15em;
	line-height: 1.6em;
	margin-top: 10px;
}

.listado_documentos, 
.listado_avisos{
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.listado_documentos div, 
.listado_avisos div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listado_documentos .item, 
.listado_avisos .item{
	border-top: solid 1px #dddddd;
	display: inline-block;
	float: left;
	width: 100%;
	background-color: white;
}
.listado_documentos .item > div, 
.listado_avisos .item > div{
	float: left;
	min-height: 30px;
}
.listado_documentos .item .col_1,
.listado_avisos .item .col_1{width: 18%; position: relative;}
.listado_documentos .item .col_2,
.listado_avisos .item .col_2{width: 13%; margin-top: 10px;}
.listado_documentos .item .col_3,
.listado_avisos .item .col_3{width: 69%;  margin-top: 10px}

.listado_documentos .item > div a,
.listado_avisos .item > div a{
	text-decoration: none;
	color: inherit;
	/* margin-top: 15px; */
    padding-left: 9px;
	display: block;
	font-size: 15px;
}
.listado_documentos .item:hover,
.listado_avisos .item:hover{
	background-color: #eeeeee;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.cont_tipo_aviso .tipo_aviso i, 
.listado_documentos .item .col_1 i, 
.listado_avisos .item .col_1 i{
	font-size: 25px;
	position: absolute;
}
.cont_tipo_aviso,
.listado_documentos .item .col_1, 
.listado_avisos .item .col_1{
	color: #005ea8;
	font-weight: 800;
	margin-top: 10px;
	
}
.cont_tipo_aviso .tipo_aviso .texto_aviso,
.listado_documentos .item .texto_aviso,
.listado_avisos .item .texto_aviso{
	padding-left: 35px;
	font-weight: bold;
	display: block;
	line-height: 1.3em;
}

.listado_documentos .cabecera, 
.listado_avisos .cabecera{border: none;}
.listado_documentos .item.cabecera:hover,
.listado_avisos .item.cabecera:hover{background: white;}
.listado_documentos .cabecera > div,
.listado_avisos .cabecera > div{
	font-family: 'Arimo', sans-serif;
	color: #005ea8;
	font-size: 17px;
	line-height: 1;
	padding: 20px 10px 10px 10px;
	min-height: 0;
}
.listado_avisos .item.cabecera > div a{padding: 0;}
.listado_avisos .cabecera > div a:hover{color: #3b3b3d;}
.listado_avisos .cabecera select{
	font-family: 'Arimo', sans-serif;
	color: #005ea8;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;

	width: 100%;
	padding: 0px 28px 0px 0px;
	/* font-size: 13px; */
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #fff;
}
.listado_avisos .cabecera .cont_flechas{
	position: relative;
	height: 20px;
	width: 7px;
	display: inline-block;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 12px;
	vertical-align: middle;
}
.listado_avisos .cabecera .cont_flechas i{
	position: absolute;
	left: 0;
	line-height: 1;
}
.listado_avisos .cabecera .cont_flechas .icon-caret-up{top: 0px;}
.listado_avisos .cabecera .cont_flechas .icon-caret-down{bottom: 0px;}
.listado_avisos .cabecera .asc .icon-caret-down{color: #ccc;}
.listado_avisos .cabecera .desc .icon-caret-up{color: #ccc;}
.listado_avisos .cabecera > div a:hover .cont_flechas{color: #ccc;}
.listado_avisos .cabecera .asc:hover .icon-caret-down{color: #3b3b3d;}
.listado_avisos .cabecera .desc:hover .icon-caret-up{color: #3b3b3d;}



.listado_avisos .item.importante{background-color: #e5eff6;}
.listado_avisos .item.importante:hover{background-color: #eeeeee;}
.cont_tipo_aviso .tipo_aviso.importante, 
.listado_avisos .item .importante, 
.listado_avisos .item.importante .col_1{
	color: #ff3333;
}
.cont_tipo_aviso .tipo_aviso.importante .icon-bell:before,
.listado_avisos .item .importante .icon-bell:before, 
.listado_avisos .item.importante .icon-bell:before{
	content: '\f0f3';
}

.single.cont_listado_avisos .listado_avisos .cabecera .col_1{position: relative;}
.single.cont_listado_avisos .listado_avisos .cabecera .col_1:after,
.single.cont_listado_avisos .listado_avisos .cabecera .col_1:before{
	position: absolute;
	right: 10px;
	padding: 1px 4px 5px 9px;
	width: 11px;
	height: 17px;
	z-index: 100;

	pointer-events: none;
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;
	line-height: 1;
	color: #005ea8;
	font-size: 12px;
}
.single.cont_listado_avisos .listado_avisos .cabecera .col_1:before{
	content: "\f0d8";
	top: 20px;
	background-color: white;
}
.single.cont_listado_avisos .listado_avisos .cabecera .col_1:after{
	content: "\f0d7";
	bottom: 1px;
}

.single.cont_listado_avisos .listado_avisos .item .col_1{width: 25%; margin-top:10px;}
.single.cont_listado_avisos .listado_avisos .item .col_2{width: 15%; line-height: 23px; margin-top: 10px}
.single.cont_listado_avisos .listado_avisos .item .col_3{width: 60%; line-height: 23px; margin-top: 10px}
.single.cont_listado_documentos,
.single.cont_listado_avisos{margin-bottom: 48px;}

.cont_listado_documentos .entry-header a{text-decoration: none;}


.listado_documentos .item .col_1 img{
	width: 25px;
	height: auto;
}



.cont_formulario_contacto_zp{
	width: 70%;
}


.cont_banner_avisos{
	margin: 15px auto;
	padding: 0 30px;
	color: #3b3b3d;
}
.banner_avisos{
	background-color: #e5eff6;
	padding: 15px;
}
.banner_avisos .aviso_cabecerea{
	vertical-align: middle;
	padding-bottom: 3px;
	font-size: 18px;
	line-height: 27px;
	color: #ff3333;
	text-align: center;
}
.banner_avisos .aviso_cabecerea i{
	font-size: 20px;
	margin-right: 5px;
}
.banner_avisos .aviso_titulo{
	border-top: solid 1px #ff3333;
	text-align: left;
	color: #005ea8;
	padding: 15px 0 8px 0;
	margin: 5px 0 0 0;
	font-size: 21px;
	line-height: 1.2em;
	font-family: "Archivo Narrow",sans-serif;
}
.banner_avisos .aviso_texto{
	text-align: justify;
	font-size: 14px; 
	line-height: 1.3em;
}




.cont_ficha_aviso{padding: 20px;}
.cont_tipo_aviso{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.cont_tipo_aviso .tipo_aviso{
	float: left;
}
.cont_tipo_aviso .fecha{
	float: right;
}
.cont_ficha_aviso .widget-title{margin-bottom: 15px;}


#contact-form input:invalid,
#contact-form textarea:invalid{
	box-shadow: none;
}

/*	----------------------------------------------------------
	zona privada perfil
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single.cont_datos_perfil_asociado{margin-bottom: 18px;}
.grupo_datos_perfil{
	margin-bottom: 30px;
}
.grupo_datos_perfil p{
	margin: 10px 15px 20px 15px;
}
.grupo_datos_perfil .flex-button-red{
	margin-left: 15px;
}


/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and  (max-width: 1200px) {
	.flex-button-red { 
		/*display: none;*/
	}

	.page-title {
		font-size: 26px
	}

	.entry-meta {
		margin-top: 24px;
	}

	.event-info .buttons.facebook {
		display: none;
	}
	.widget-causes-body .cause-item{
		width: 48%;
	}
	
}

@media screen and  (max-width: 900px) {
	.lista_doc_relacionada li {
		width: 50%;
	}
	.lista_doc_relacionada li:nth-child(3n+1){clear: none;}
	.lista_doc_relacionada li:nth-child(2n+1){clear: left;}
	.cont_checkbox_form p.rojo{
		float: none;
		margin: 27px 0;
		text-align: left;
	}
	#contact-form .cont_checkbox_form p.rojo{padding-left: 0;}


	.single.cont_listado_avisos .listado_avisos .item .col_1{width: 29%;}
	.single.cont_listado_avisos .listado_avisos .item .col_2{width: 21%;}
	.single.cont_listado_avisos .listado_avisos .item .col_3{width: 50%;}

	.widget-causes-body .cause-item{
		width: 48%;
	}
	

}
@media screen and  (max-width: 820px) {
	.cont_glosario article.col33{
		width: 47%;
	}
	.cont_glosario article.col33:nth-child(odd){
		clear: left;
	}
	.cont_glosario article.col33:nth-child(3n+1){clear: none;}
	
	
	#colophon .grid_4{
		width: 48%;
		margin-bottom: 10px;
	}
	
	#colophon .grid_4:nth-child(3){clear: left;}
	#colophon .grid_4:nth-child(3),
	#colophon .grid_4:nth-child(4){
		border-top: solid 3px white;
		margin-top: 20px;
		padding-top: 20px;
		
	}
	.widget-causes-body .cause-item{
		width: 48%;
	}
	.flex-content .flex-button a{
		padding: 0px 5px !important;
		font-size: 10px !important;
		margin: 2px 0 !important;

	}
	

}
@media screen and  (max-width: 768px) {
	
	
	 div.flex-content.container_16 div.flex-button{
	padding: 0px 5px !important;
	font-size: 10px !important;
	margin: 2px 0 !important;	 
	
	}
		 
	
	/* ul{
		margin: 0 0 1.5em 0.5em;} */
	
	.event-info .month-time {
		margin-right: 24px;
	}

	.announce-body .margin {
		margin: 0 24px;
	}

	.announce-body h1 {
		font-size: 26px;
	}

	.announce-body h3 {
		font-size: 18px;
	}

	nav select {
		display: inline-block;
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
		height: 3em;
		padding: 9px;
		width: 98%;
		margin: 10px 1%;
	}

	nav ul {
		display: none;
	}

	#sticky_navigation .grid_5{
		width: 30%;
	}

	#sticky_navigation .grid_11{
		width: 45%;
	}

	#sticky_navigation {
		position: relative !important;
		min-height: 40px !important;
		z-index: 999;
	}
	
	.latestnews-body .image {
		width: 100%;
	}

	.latestnews-body .content {
		width: 100%;
	}
	
	.formulario-alta .long-description .rojo{
		position: relative;
		bottom: 0;
		left: 0;
		padding: 0 10px;
	}
	.widget-causes-body .cause-item{
		width: 48%;
	}
	
	/* footer */
/*	#colophon .grid_4{width: 48%;}*/
	
	
	 .listado_documentos .item .col_1,
	 .listado_avisos .item .col_1{width: 32%;}
	 .listado_documentos .item .col_2,
	 .listado_avisos .item .col_2{width: 23%;}
	 .listado_documentos .item .col_3,
	 .listado_avisos .item .col_3{width: 45%;}

	 .col33:nth-child(3n+1){
		clear: right;
	}
	.col33.doc{
		width: 45%;
	}
}

	

@media screen and (min-width: 640px) and  (max-width: 768px) {
	.short-content figure{
		width: 100%;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 689px) {
	#toolbar ul li.donate{
		z-index: 4500;
		position:absolute /* !important*/;
		right: 0px;
		top: 40px;
	}
	
	.cont_nombre_usuario{
		right: 170px;
	}
	
	#toolbar ul .avisos{
		margin-right: 0;
	}
	.col33:nth-child(3n+1){
		clear: right;
	}
	.col33.doc{
		width: 45%;
	}
}

@media screen and (max-width: 640px) {
/*	.flex-button-red {display: inline;}*/
	.pagination {padding-bottom: 48px;}
	.event-item figure {width: 98%}
	.latestnews-body .image {width: 100%;}
	.latestnews-body .content {width: 100%;}
	.widget-causes-body figure {width: 98%;}
	.widget-causes-body .cause-item {width: 100%;}
	.designby {float: left;}
	.square-info {
		position: relative;
		width: 100%;
	}
	.entry-content figure{width: 98%;}
	.square-info-margins {margin: 24px 12px;}
	.event-info .month-time {margin-right: 48px;}
	.candidate-about {
		width: 98%; 
		margin-top: 48px;
	}
	
	article.col33 {width:47%;}
	.col33:nth-child(3n+1){
		clear: none;
	}
	article.col33:nth-child(2n+1){clear: left;}

	article.col33.doc{
		width:47%;
		margin-right: 3%;
	}
	article.col33.doc:nth-child(2n+1){clear: left;}
	
	div.col25.mapa{width:100%;}
	
	
	.pagina_ficha3c .grid_8 {margin-bottom: 40px;}
	
		
	#colophon .grid_4{
		width: 98%;
	}
	
	#colophon .grid_4:nth-child(2){
		border-top: solid 3px white;
		margin-top: 20px;
		padding-top: 20px;
		
	}
	

	
}

@media screen and (max-width: 480px) {
	
	.event-info .month-time, 
	.event-address { 
		width: 100%;
	}

	.event-address {
		margin: 12px 0;
	}

	.event-location {
		font-size: 20px;
		line-height: normal;
	}

	.event-info .buttons.bookplace {
		float: left; 
		margin-left: 0px;
	}

	.short-content figure {
		width: 98%;
	}

	.entry-meta .buttons.author {
		display: none;
	}
	
	
	#toolbar ul .search-items{
		min-width:200px;}
	
	#toolbar {
		height: 110px;
		text-align: center;
	}
		
	#toolbar ul{
		float: none;
		display: inline-block;
	}
	#toolbar ul .donate2 a{
		padding-left: 6px;
		padding-right: 6px;
	}

	#toolbar ul li.donate2{
		margin-top: 65px /*!important*/;
		border-top: solid 1px #05618f;
	}
	
	#toolbar ul li.share{
		margin-top: 65px /*!important*/;
		border-top: solid 1px #05618f;
	}

	#toolbar ul li.contact{
		margin-top: 65px /*!important*/;
		border-top: solid 1px #05618f;
	}

	#toolbar ul li.search{
		margin-right:1px /*!important*/;
		margin-top: 65px /*!important*/;
		border-top: solid 1px #05618f;
	}
	#toolbar ul li.search[style]{
		margin-right: 0 !important;
	}

	#toolbar ul li.phone{
		margin-right:1px /*!important*/;
		position: absolute;
	}
	#toolbar ul li.phone a{
		padding-left: 6px;
		padding-right: 6px;
	}
	#toolbar ul li.spain{
		right: 0px;
		top: 25px;
	}
	#toolbar ul li.england[style]{
		margin: 0 !important;
	}

	#toolbar ul li.england{
		right: 0px;
		top: 25px;
	}
	#toolbar ul li.donate{
		top: 5px;
		right: auto;
		left: 0px;
	}
	#toolbar ul li.donate a{
		width: 240px;
		
	}
	#toolbar ul li.donate.activo a{
		width: 240px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 1px;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	#toolbar ul li.avisos{
		top: 11px;
		right: 45px;
		position: absolute;
	}
	#toolbar ul li.avisos a{
		height: 32px;
		padding-top: 12px;
	}
	#toolbar .avisos a:before{
		color: #005ea8;
		background-color: white;
	}
	#toolbar .avisos a:after{
		color: white;	
	}
	
	.cont_nombre_usuario{
		right: auto;
		top: auto;
		position: relative;
		text-align: right;
	}
	
	ul{margin: 0 0 0.5em 0.5em;}
	
	#listActual {

		margin-left: 5% !important;
	}


	article.col33 {
		width:100%;
	}

	article.col33.doc{
		width:100%;
		margin-right: 3%
	}



	#contact-form p.col50 {
		width: 100%;
	}

	.cont_glosario article.col33{
		width: 100%;
		margin-right: 0;
	}

	.lista_doc_relacionada li {
		width: 100%;
	}
	ul.glosario li a {
		font-size: 16px;
	}

	.listado_documentos .cabecera .col_3,
	.listado_avisos .cabecera .col_3{display: none;}
	.single.cont_listado_avisos .listado_avisos .item .col_1,
	.listado_documentos .item .col_1,
	.listado_avisos .item .col_1{width: 65%;}
	.single.cont_listado_avisos .listado_avisos .item .col_2,
	.listado_documentos .item .col_2,
	.listado_avisos .item .col_2{width: 35%; text-align: right;}
	.single.cont_listado_avisos .listado_avisos .item .col_3, 
	.listado_documentos .item .col_3,
	.listado_avisos .item .col_3{width: 100%;}

	.cont_formulario_contacto_zp{
		width: 100%;
	}


	
	.cont_banner_avisos{
		padding: 0;
	}

	.page-title{
		font-size: 19px;
		margin-top: 100px !important;
	}




}


@media screen and (max-width: 420px) {

/*#toolbar ul .donate{

right: 0px;

}*/
}

@media screen and (max-width: 380px) {
	
	body{min-width: 320px;}
	body.alta_boletin{min-width: 200px;}
	
	
	#site-title img{
		width: 230px;
		height: auto;
	}
	.mean-container a.meanmenu-reveal{
		top: -55px !important;
	}
	
	 div.flex-content.container_16 h2{display:none;}

	#toolbar ul .search-items{min-width:200px;}
	
	#toolbar {height: 110px;}
		
	#toolbar ul .donate2 a{
		padding-left: 6px;
		padding-right: 6px;
	}

li.donate2{
	margin-top: 65px/*!important*/;
border-top: solid 1px #05618f;}
	
li.share{margin-top: 65px /*!important*/;
border-top: solid 1px #05618f;}

li.contact{margin-top: 65px /*!important*/;
border-top: solid 1px #05618f;}

li.search{
	margin-right:1px /*!important*/;
	margin-top: 65px /*!important*/;
border-top: solid 1px #05618f;}
/*
li.phone{
 margin-right:1px !important;}
*/
/*
.spain{
	 position: relative;
right: -91px;
top: -79px;}

.england{
	 position: relative;
right: -60px;
top: -99px;}
*/	
	/* ul{
		/* margin: 0 0 0.5em 0.5em;} */
		
	
	
/*	#toolbar ul .donate{
		display:inline-block;
		
		
		float: left;
		display: inline-table;
		position: relative;
		top: -128px;
		right:0px;
	}*/

/*	.full{
		width: 78%;
	}*/

	.widget-title{
		height: 27px;
	}

.widget-title .fecha, 
.widget-title .titulo, 
.widget-title h2, 
.widget-title h3{max-width: 200px;}

.cont_tamanotipograf .tipografia{
	padding-top: 7px;
}
.listActual{
	margin-left: 11%;
}
.short-content .entry-header a{
	font-size: 19px;
}

}

@media screen and (max-width: 270px) {
/*
	#toolbar ul .donate{
		top: -202px;
	}
	
	.england{
		right: -15px;
	}
	
	.spain{
		right: -46px;
	}

*/

.photo{
	width: 263px !important;
}
}
@media screen and (max-width:320px){
	.photo{
		width: 263px !important;
	}
}

/*	----------------------------------------------------------
	Print
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media print {
	
}


.lstSeccionesActividad li{
	
	display:block;
	background-color:#cacaca;
	color:#005ea8;
	margin-bottom:10px !important;
	text-align:center;
	padding:12px 0 12px 12px !important;
}

.lstSeccionesActividad li:before{
	content:none !important;
	
	
}

.lstSeccionesActividad li a{
	
	color:#005ea8 !important;
	font-size:20px !important;
	font-family:'Archivo Narrow', sans-serif !important;
}

.lstSeccionesActividad li.active, .lstSeccionesActividad li:hover {
	
	color:#fff !important;
	background-color: #005ea8 !important;
}

.lstSeccionesActividad li.active a, .lstSeccionesActividad li:hover a{
	
	color:#fff !important;
}