/*
Theme Name: Caixa Capital Risc
Theme URL: http://buzzmn.com/
Description: A theme developed for La Caixa.
Author: mononelo
Version: 1.0
Tags: template, lacaixa, enterprise
*/

/*--RESET--*/

* {
	margin:0;
	padding:0;
	outline:none !important;
	vertical-align:top;
	
	-webkit-font-smoothing: subpixel-antialiased;
}
/* FOR TESTING

div{
	border:1px dotted #666;
}
*/


/*--GENERAL--*/

::selection {
	background: #000; /* Safari */
	color:#fff;
}
::-moz-selection {
 background: #000; /* Firefox */
 color:#fff;
}
html {
}
html, body {
	min-height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-color:#696969;
	overflow-x:hidden;
}
a {
	color:#00A1DF;
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	margin-bottom:1em;
	font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
h1 {
	font-size:4em;
}
h2 {
	font-size:2.5em;
	color:#00A1DF;
	font-style:italic;
}
h3 {
	font-size:2em;
}
h4 {
	font-size:1.75em;
}
h5 {
	font-size:1.25em;
	font-style:italic;
}
h6 {
	font-size:1em;
}
hr {
}
p + h3{
	margin-top:2em;
}
ol, ul {
	list-style-position:outside;
	list-style-type:disc;
}
ol ol, ol ul, ul ol, ul ul {
	margin-left:1.5em;
}
ol li, ul li {
}
img {
	max-width:100%;
	height:auto;
}
a img {
}
a:hover img {
}
input {
}
input[type=text] {
}
textarea {
}
input[type=submit] {
}
input[type=submit]:hover {
}
input[type=password] {
}
input[type=email] {
}
input[type=text], input[type=password], input[type=email], textarea, select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	
	padding:.75em 1em;
	border:1px solid #ccc;
	background:#f9f9f9;
	border-radius: 0;
}
select{
	background-image: url('images/select-arrow.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
	border-color:#00A1DF;
}
.icon{
	font-family:'Social', Arial, Helvetica, sans-serif;
	font-weight:normal !important;
}
.transition, input, textarea, a, a *, label{
	transition:.25s ease-out all;
	-webkit-transition:.25s ease-out all;
	-moz-transition:.25s ease-out all;
	-o-transition:.25s ease-out all;
}
.uppercase{
	text-transform:uppercase;
}

/*--GENERAL--*/

div#wrapper {
	width:100%;
}
div#wrapper div#header, div#wrapper div#body, div#wrapper div#footer {
	position:relative;
}
div#wrapper div#header div.content, div#wrapper div#body div.content{
	width:1000px;
	max-width:90%;
	margin:0 auto;
}
div.back {
	position:absolute;
	top:0;
	left:0;
	height:135px;
	width:100%;
	z-index:100;
	background: rgb(205,205,205);
	background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(100%, rgba(222,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(222,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(222,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(222,222,222,1) 100%);
	background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(222,222,222,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#dedede', GradientType=0 );
}
/*--HEADER--*/

div#header {
	min-height:175px;
	background-color:#ffffff;
}
div#header div.content {
	position:relative;
	z-index:1000;
}
div#header div.language {
	text-align:right;
	padding-top:1em;
}
div#header div.language ul {
	text-align:right;
	display:inline-block;
	display:inline;
	zoom:1;
}
div#header div.language ul li {
	display:inline-block;
 	*display:inline;
	zoom:1;
}
div#header div.language ul li:before {
	content:'•';
	margin:0 .65em 0 .5em;
}
div#header div.language ul li:first-child:before{
	display:none;
}
div#header div.language ul li:first-child {
	margin:0;
	border:none;
}
div#header div.language ul li a {
	color:#666;
}
div#header div.language ul li.active a{
	font-weight:bold;
	color:#00A1DF;
}
div#header div.language .vdr {
	display:inline-block;
	display:inline;
	zoom:1;
	margin-left:1em;
}
div#header div.language .vdr a{
	display:inline-block;
	background-color:#00A1DF;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:.85em;
	margin-top:-4px;
	padding:.35em 1em .15em 34px;
	color:#ffffff;
	transition:.25s ease-out all;
}
div#header div.language .vdr a:hover{
	text-decoration:none;
}
div#header div.language .vdr a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:26px;
	transition:.25s ease-out all;
	
	background-image:url('images/lock-icon.png');
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color: #eaeaea;
}
div#header div.language .vdr a:hover:before{
	background-color:#ffffff;
}
div#header div.logo {
	width: 270px;
	float: left;
	top: 30px;
	position: relative;
}
div#header div.logo a{
}
div#header div.logo a div{
	width:100%;
	height:80px;
	background-image:url(images/logo.png);
	background-position:50%;
	background-size:contain;
	background-repeat: no-repeat
}
div#header div.menu {
	background:url(images/header.png) no-repeat center bottom transparent;
	vertical-align:bottom;
	padding-bottom:.5em;
	margin-top:1.5em;
}
div#header div.menu ul {
	text-align:right;
	padding-right:2em;
}
div#header div.menu ul li {
	position: relative;
	display:inline-block;
 	*display:inline;
	zoom:1;
	margin-left:1.25em;
	text-align:center;
}
div#header div.menu ul li:first-child {
	margin:0;
}
div#header div.menu ul ul{
	padding: 0;
	margin: 0;
}
div#header div.menu ul ul li{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
div#header div.menu ul ul li a{
	display: block;
	color: #000000;
}
div#header div.menu ul ul li a:hover{
	color: #00A1DF;
	text-decoration: none;
}
@media screen and (min-width: 1025px){
	div#header div.menu ul ul{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		white-space: nowrap;
		background: #E4E4E4;
		
		margin-top: 4px;
		
		border-radius: 2px;
		border-width: 0 2px 2px;
		border-style: solid;
		border-color: #DCDCDC;
	}
	div#header div.menu ul ul:before{
		content: '';
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 10px;
	}
	div#header div.menu ul li:hover ul{
		display: block;
	}
	div#header div.menu ul ul li{
		text-align: left;
		border-bottom: 1px solid #ddd;
	}
	div#header div.menu ul ul li:last-child{
		border: none;
	}
	div#header div.menu ul ul li a{
		padding: .35em 1.25em;
	}
	div#header div.menu ul ul li:first-child a{
		padding-top: .7em;
	}
	div#header div.menu ul ul li:last-child a{
		padding-bottom: .7em;
	}
}
@media screen and (max-width: 1024px){
	div#header div.menu ul ul li a{
		padding: .15em 0;
	}
}
div#header div.menu ul li a div.text{
	color:#222222;
	text-transform:uppercase;
	font-style:italic;
	padding-top:.65em;
	max-width:120px;
	min-width: 86px;
	line-height:1.25em;
	-webkit-text-stroke:.15px;
}
div#header div.menu ul li a div.icon{
	background-image:url(images/menu-sprite.png);
	background-repeat:no-repeat;
	
	margin:0 auto;
	width:75px;
	height:60px;
	display:block;
	
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}
div#header div.menu ul li.quienessomos a div{
	background-position: -11px -55px;
}
div#header div.menu ul li.quienessomos a:hover div{
	background-position: -11px 10px;
}
div#header div.menu ul li.vehiculosdeinversion a div{
	background-position: -92px -55px;
}
div#header div.menu ul li.vehiculosdeinversion a:hover div{
	background-position: -92px 10px;
}
div#header div.menu ul li.empresas a div{
	background-position: -170px -55px;
}
div#header div.menu ul li.empresas a:hover div{
	background-position: -170px 10px;
}
div#header div.menu ul li.noticias a div{
	background-position: -250px -55px;
}
div#header div.menu ul li.noticias a:hover div{
	background-position: -250px 10px;
}
div#header div.menu ul li.jobs a div{
	background-position: -330px -55px;
}
div#header div.menu ul li.jobs a:hover div{
	background-position: -330px 10px;
}
div#header div.menu ul li.contacto a div{
	background-position: -410px -60px;
}
div#header div.menu ul li.contacto a:hover div{
	background-position: -410px 5px;
}

@media screen and (min-width:1025px){
	div#header div.openclosemenu{
		display:none;
	}
}
@media screen and (max-width:1024px){
	div#header div.logo{
		float: none;
		margin: 0;
		background: url(images/header.png) no-repeat left top transparent;
		width: 96%;
		height: 120px;
		text-align: left;
		padding: 1em 0 0 4%;
		position:relative;
	}
	div#header div.logo a{
		float:left;
	}
	div#header div.logo a div{
		width:150px;
	}
	div#header div.logo div.openclosemenu{
		width:30px;
		height:20px;
		background:url(./images/menu-icon.png) 50% 50% no-repeat transparent;
		position:absolute;
		right:1em;
		bottom:3.65em;
		cursor:pointer;
	}
	div#header div.menu{
		background:#f3f3f3;
		overflow:hidden;
		margin:0;
		opacity:1;
		position:relative;
		z-index:1000000;
		
		transition:1s all ease-out;
		-webkit-transition:1s all ease-out;
		-moz-transition:1s all ease-out;
		-o-transition:1s all ease-out;
	}
	div#header div.menu.hide{
		height:0;
		opacity:0;
	}
	div#header div.menu ul{
		text-align:center;
		padding:0;
	}
	div#header div.menu ul li{
		display:block;
	}
	div#header div.menu ul li a div.icon{
		display:none;
	}
	div#header div.menu ul li a div.text{
		max-width:100%;
		padding:.5em 0;
	}
}

/*--BODY--*/

div#body {
	padding:2em 0 0;
	background-color:#ffffff;
}
div#body div.content{
	padding-bottom:7.5em;
}
div#body ul, div#body ol{
	padding-left:1.35em;
}
div#body ul li, div#body ol li{
	margin-bottom:.5em;
}
div#body .widget ol, div#body .widget ul{
	padding:0;
	margin:0 0 1em;
}
div#body .widget .entry-title{
	font-size:1.25em;
	text-transform:none;
	padding-bottom:.5em;
	margin-bottom:.5em;
}
div#body div.body-content {
	width:70%;
	margin-right:4%;
	display:inline-block;
 *display:inline;
	zoom:1;
}
div#body .title-page, div#body .entry-title{
	color:#000000;
	font-weight:bold;
	font-style:italic;
	font-size:2em;
	line-height:1.25em;
	margin:.5em 0 1em;
	padding:0 0 .25em;
	text-transform:uppercase;
	border-bottom:1px solid #000000;
}
div#body .widget .title-page, div#body .widget .entry-title{
	border:none;
}
div#body .event-day{
	font-size:1em;
}
div#body .tribe-events-widget-link a{
	font-weight:normal;
	font-size:1em;
}
div#body h2.tribe-events-single-event-title, div#body h2.tribe-events-page-title{
	color:#000;
	font-weight:bold;
	font-size:2em;
	border-bottom:1px solid #000;
	padding-bottom:.25em;
	text-transform: uppercase;
}
div#body .tribe-events-list-separator-month:after{
	display:none;
}
div#body .tribe-events-back a{
	font-weight:normal;
}
@media screen and (min-width:851px) {
	div#body div.body-content {
		width:65%;
		margin-right:4%;
		display:inline-block;
	 	*display:inline;
		zoom:1;
	}
	div#body .title-page, div#body .entry-title{
	}
}
@media screen and (max-width:850px) {
	div#body div.body-content {
		width:100%;
	}
	div#body .title-page, div#body .entry-title{
		font-size:1.75em;
	}
}
div#body #tribe-events-content-wrapper, div#body #tribe-events-content-wrapper .tribe-events-loop{
	max-width:100%;
}
div#body #tribe-events-bar{
	min-width:220px;
}
@media screen and (min-width:851px) {
	div#body .tribe-events-list-event-description{
		width:65%;
	}
}
div#body .tribe-events-list-separator-month{
	text-align:left;
	padding-left:0;
}
div#body .tribe-events-list-separator-month span{
	padding:0 2.5% 0 0;
}
@media screen and (max-width:600px){
	div#body .tribe-bar-disabled{
		float:none;
	}
}
@media screen and (min-width:851px) {
	div#body div.entry-content.description{
		position:relative;
		min-height:200px;
	}
	div#body div.tribe-events-single-event-description.tribe-events-content.entry-content.description p{
		padding-left:330px;
	}
	div#body div.tribe-events-single-event-description.tribe-events-content.entry-content.description img{
		position:absolute;
		top:0;
		left:0;
		padding:0;
		max-width:300px;
		max-height:200px;
		width:auto;
		height:auto;
	}
}

/*--INDEX--*/

div#posts {
}
div.breadcrumb {
	margin-bottom:1em;
	font-style:italic;
	color:#666;
}
div#posts div.post {
	padding:3em 0;
	border-top:1px solid #333;
}
div#posts div.post.first {
	border-width:0;
}
div#posts div.post h2.post-title {
	margin-bottom:1em;
	font-size:1.5em;
	line-height:1.15em;
}
div#posts div.post h2.post-title a {
}
div#posts div.post h5.post-date {
	font-size:.95em;
	margin:0 0 1em;
}
div#posts div.post div.post-thumb {
	margin:0 2em 0 0;
	width:200px;
	height:100px;
}
@media screen and (max-width:600px) {
	div#posts div.post div.post-thumb{
		display:none;
	}
}
div#posts div.post div.post-thumb a {
}
div#posts div.post div.post-thumb a div.image-box{
	width:100%;
	height:100%;
}
div#posts div.post div.post-content-container {
}
div#posts div.post div.post-content-container div.post-content {
	color:#aaaaaa;
	font-style:italic;
	font-size:1.1em;
	width:100%;
}
div#posts div.post div.post-content-container div.post-content a.read-more {
	color:#00A1DF;
}
div#posts div.post.featured {
	min-height:320px;
}
div#posts div.navigation{
	height:20px;
	margin:2em 0;
}
div#posts div.navigation div{
}
div#posts div.navigation div a{
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:1.15em;
}
div#posts div.navigation div.alignleft{
	float:left;
}
div#posts div.navigation div.alignleft a{
}
div#posts div.navigation div.alignright{
	float:right;
}
div#posts div.navigation div.alignright a{
}

/*--SINGLE--*/

div#single-post{
	margin-bottom:10em;
}
div#single-post h2.post-title{
	margin-top:1em;
	margin-bottom:.25em;
}
div#single-post div.meta{
	margin-bottom:1em;
}
div#single-post div.meta h5.post-date{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:80%;
	line-height:1.25em;
}
div#single-post div.meta h5.post-date div{
	display:inline-block;
	*display:inline;
	zoom:1;
}
div#single-post div.meta div.social-buts{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:15%;
	text-align:right;
	float:right;
}
div#single-post div.meta div.social-buts ul li{
	margin-left:.15em;
	display:inline-block;
	*display:inline;
	zoom:1;
	
	font-size:1.25em;
}
div#single-post div.meta div.social-buts ul li#facebook a{
	color:#314983;
}
div#single-post div.meta div.social-buts ul li#twitter a{
	color:#49b4f0;
}
div#single-post div.meta div.social-buts ul li#googleplus a{
	color:#dd4b39;
}
div#single-post div.meta div.social-buts ul li#linkedin a{
	color:#006699;
}
div#single-post div.post-image{
	height:325px;
	margin-bottom:2em;
}
div#single-post div.post-image div.image-box{
}
div#single-post div.post-image div.image-box div.image{
	height:325px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
div#single-post div.meta-box{
	margin-top:5em;
}
div#single-post div.meta-box h5{
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0;
	padding: 0 0 .25em;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}
div#single-post div.additional-info ul{
}
div#single-post div.additional-info ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:1em;
}
div#single-post div.additional-info ul li a{
	text-align:center;
}
div#single-post div.additional-info ul li a:hover{
	text-decoration:none;
}
div#single-post div.additional-info ul li a div.file-content{
	padding:5px;
	min-width:75px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
div#single-post div.additional-info ul li a:hover div.file-content{
	background:#00A1DF;
}
div#single-post div.additional-info ul li a div.file-icon{
	display:block;
	font-family:'Files', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:4em;
	line-height:1.25em;
	color:#00A1DF;
}
div#single-post div.additional-info ul li a:hover div.file-icon, div#single-post div.additional-info ul li a:hover div.file-name{
	color:#fff;
}
/*
div#single-post div.share-box, div#single-post div.info-box{
	width:47%;
	display:inline-block;
	*display:inline;
	zoom:1;
}
div#single-post div.share-box{
	margin-right:5%;
}
*/
div#body div.share-box ul{
	margin:0;
	padding:0;
}
div#body div.share-box ul li{
	margin-bottom:1em;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:1.25em;
}
div#body div.share-box ul li:first-child{
	margin-right:0;
}
div#body div.share-box ul li.invert *{
	vertical-align:bottom !important;
}
div#body div.share-box ul li, div.share-box ul li *{
	vertical-align:top !important;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}

/*--ABOUT--*/

div#body div.page-content.about{
	background-image:url(images/CriteriaCaixa.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:420px;
}
@media screen and (min-width:1001px){
	div#body div.page-content.about div.inner-about{
		width:45%;
		margin:0 0 0 45%;
		padding:2.5% 5% 0%;
	}
}
@media screen and (max-width:1000px){
	div#body div.page-content.about div.inner-about{
		padding:2.5% 5% 450px;
	}
	div#body div.page-content.about{
		background-position:center bottom;
	}
}
div#body div.page-content.about div.inner-about h3{
	font-style:italic;
	font-weight:bold;
	color:#00A1DF;
	text-transform:uppercase;
	font-size:2.5em;
	line-height:1.25em;
	margin-bottom:.5em;
}
div#body div.page-content.about div.inner-about p{
	color:#666666;
	font-size:1.1em;
}
div#body div.submenu{
	margin:0 0 3em;
	background-color:#e8e8e8;
}
div#body div.submenu ul{
	padding:0;
}
div#body div.submenu ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0;
}
div#body div.submenu ul li a{
	font-size: 12px;
	line-height: 2em;
	display: block;
	padding: 10px 15px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
div#body div.submenu ul li a:hover{
	background: #00A1DF;
	color: #ffffff;
}
div#body div.preboxes{
	margin-bottom: 3em;
}
div#body div.boxes{
}
div#body div.boxes div.box{
	position: relative;
	border:1px solid #c7c7c7;
	position:relative;
	overflow:hidden;
	
	background-repeat:no-repeat;
	background-color:#ffffff;
	
	border-radius:1em;
}
div#body div.boxes div.box.with-image{
	min-height:300px;
}
div#body div.boxes div.box.with-icon div.ribbon{
	position:absolute;
	top:0;
	width:60px;
	height:75px;
	background-image:url(images/ribbon.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
}
div#body div.boxes div.box div.ribbon img{
	padding-top:1.5em;
}
div#body div.boxes div.box div.title{
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color:#00A1DF;
	line-height:1.15em;
	margin-bottom: 1em;
}
div#body div.boxes div.box.with-icon div.title{
	margin-left:3em;
	min-height: 3em;
}
div#body div.boxes div.box div.text{
	color:#666666;
	font-style:italic;
	font-size: 1em;
	line-height:1.75em;
}
div#body div.boxes div.box div.link{
	margin-top: 1em;
	font-size: 1em;
	line-height: 1em;
}
div#body div.boxes div.box div.link a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
div#body div.boxes div.box.left{
	background-position: right bottom;
}
div#body div.boxes div.box.right{
	background-position: left bottom;
}
@media screen and (min-width:1001px){
	div#body div.boxes div.box{
		padding:3.5em 5em;
		margin:0 auto 3.5em;
	}
	div#body div.boxes div.box.with-image{
		padding:2em 5em 5em;
		margin:0 auto 5em;
	}
	div#body div.boxes div.box.with-image div.text{
		width:50%;
	}
	div#body div.boxes div.box.right.with-image div.text{
		margin:0 0 0 50%;
	}
	div#body div.boxes div.box.left.with-image div.text{
		margin:0 50% 0 0;
	}
	div#body div.boxes div.box div.ribbon{
		left: 4.65em;
	}
}
@media screen and (max-width:1000px){
	div#body div.boxes div.box{
		padding:2.5em 3em;
		margin:0 auto 2em;
	}
	div#body div.boxes div.box.with-image{
		padding:1.5em 3em 3em;
		margin:0 auto 2em;
	}
	div#body div.boxes div.box div.text.with-image{
		margin-bottom:325px;
	}
	div#body div.boxes div.box.with-icon div.ribbon{
		left: 2.5em;
	}
}

/*--VEHICULOS-DE-INVERSION--*/

div.vdi{
	margin-bottom:5em;
}
@media screen and (min-width:851px){
	div.vdi div.left, div.vdi div.right{
		width:47%;
		display:inline-block;
		*display:inherit;
		zoom.1;
	}
	div.vdi div.left{
		margin-right:5%;
	}
	div.vdi div.right{
	}
	ul.list{
		width:80%;
	}
}
@media screen and (max-width:850px){
	div.vdi div.left, div.vdi div.right{
		width:100%;
		display:block;
	}
	div.vdi div.left{
		margin-bottom:3.5em;
	}
	div.vdi div.right{
	}
	ul.list{
		width:100%;
	}
}
ul.list{
	list-style-position: outside;
	list-style-image:url('images/tick-blue.png');
	padding-left:1.25em;
	margin-bottom:2em;
}
ul.list li{
	margin-bottom:.5em;
}
ul.list li a.title{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	font-style:italic;
	display:block;
}
ul.list li a.title:hover{
	text-decoration:underline;
}
ul.list li a.title span{
	font-size:.85em;
	line-height:.85em;
	vertical-align:middle;
	font-weight:normal;
	color:#999999;
}
div#body ul.boxes{
	text-align:center;
	margin:2em 0 5em;
	padding:0;
}
div#body ul.boxes > li{
	text-align:left;
	
	padding:2.5em 3.75% 3.5em;
	vertical-align:top;
	border-width:1px 1px 7px;
	border-style: solid;
	border-color: #ccc #ccc #00A1DF;
	
	border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-o-border-radius:7px 7px 0 0;
}
@media screen and (min-width:901px){
	div#body ul.boxes > li{
		display:inline-block;
		*display:inline;
		zoom:1;
		width:23%;
		margin-left:2%;
	}
}
@media screen and (max-width:900px){
	div#body ul.boxes > li{
		display:block;
		width:92.5%;
		margin-bottom:2em;
	}
}
div#body ul.boxes > li:first-child{
	margin-left:0;
}
div#body ul.boxes > li h3{
	font-size:1.75em;
	line-height:1.25em;
	font-style:italic;
	font-weight:bold;
	color:#00A1DF;
	text-transform:uppercase;
	text-align:center;
	min-height:50px;
}
div#body ul.boxes > li p{
	margin-bottom:1em;
}
div.imagen{
	text-align:center;
}
div#body ul.boxes li ul li{
	list-style-image:url('images/tick-black.png');
	margin-bottom:.25em;
}
img.image.right{
	float:right;
	margin:0 0 1em 2.5em;
}

/*--PORTFOLIO--*/


.displaynone{
	display:none;
}
div#tab-container{
	margin-top:2em;
	background:#f3f3f3;
}
div#tab-container .etabs{
	background:rgba(0,0,0,.075);
	padding:0;
}
div#tab-container li.tab {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin:0;
}
.tab a {
	font-size: 12px;
	line-height: 2em;
	display: block;
	padding: 10px 25px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-weight:bold;
}
@media screen and (min-width:601px){
	.tab a {
		padding: 10px 25px;
	}
}
@media screen and (max-width:600px){
	.tab a {
		padding: 5px 7.5px;
	}
}
.tab.active {
}
.tab a.active {
	background: #00A1DF;
	color:#ffffff;
}
.tab a:hover {
	background: rgba(15,148,213,.5);
	color:#ffffff;
}
.tab-container{
}
.tab-container .panel-container {
}
div#ports {
	margin-bottom:10em;
}
div#ports div.port {
	display:inline-block;
 	*display:inline;
	zoom:1;
	position:relative;
	margin:0;
	width:250px;
	height:190px;
	z-index:0;
	
	transition-delay: .25s;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	
	transition-property: width, height, opacity;
	-webkit-transition-property: width, height, opacity;
	-moz-transition-property: width, height, opacity;
	-o-transition-property: width, height, opacity;
	
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	
	/*
	transition:.5s all ease-out .25s;
	-webkit-transition:.5s all ease-out .25s;
	-moz-transition:.5s all ease-out .25s;
	-o-transition:.5s all ease-out .25s;
	*/
}
div#body div#ports div.port.hide {
	width:0 !important;
	height:0 !important;
	opacity:0;
	overflow:hidden;
}
div#ports div.port.hide div.port-content {
	display:none;
}
div#ports div.port div.port-container {
	overflow:hidden;
	margin:0 !important;
	background-color:#ffffff;
	
	box-shadow:0 0 .75em -.35em rgba(0,0,0,.25);
	-webkit-box-shadow:0 0 .75em -.35em rgba(0,0,0,.25);
	-moz-box-shadow:0 0 .75em -.35em rgba(0,0,0,.25);
	-o-box-shadow:0 0 .75em -.35em rgba(0,0,0,.25);
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	
	transition:.25s all ease-out;
	-webkit-transition:.25s all ease-out;
	-moz-transition:.25s all ease-out;
	-o-transition:.25s all ease-out;
}
div#ports div.port:hover {
	z-index:100;
}
div#ports div.port:hover div.port-container {
	transform:scale(1.25);
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-o-transform:scale(1.25);
	
	box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
	-webkit-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
	-moz-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
	-o-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
}
div#ports div.port div.port-thumb {
	background:#f9f9f9;
}
div#ports div.port div.port-thumb a {
}
div#ports div.port div.port-thumb a div.image {
	width:100%;
	height:190px;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto;
}
div#ports div.port div.port-content {
	font-size:.75em;
	line-height:1.75em;
	margin:0 0 -10em;
	padding:1em;
	display:none;
	
	transition:.25s all ease-out;
	-webkit-transition:.25s all ease-out;
	-moz-transition:.25s all ease-out;
	-o-transition:.25s all ease-out;
}
div#ports div.port:hover div.port-content {
	margin-bottom:0;
	display:block;
}
div.filtercats {
}
div#body div.filtercats ul {
	padding:0;
}
div.filtercats ul li {
	display:inline-block;
 	*display:inline;
	zoom:1;
	margin:0 1em 0 0;
	
	text-transform:uppercase;
	font-style:italic;
}
div.filtercats form{
	padding:1em 1.5em .65em;
}
div.filtercats form#form-cats{
	background: rgba(0,0,0,.05);
}
div.filtercats form#form-filters{
	background: rgba(0,0,0,.025);
}
div.filtercats form#form-filters ul li{
	text-transform:none;
}
div.filtercats ul li input[type=radio]{
	display:none;
}
div.filtercats ul li label{
	cursor:pointer;
	color:#666;
}
div.filtercats ul li input[type=radio]:checked + label:hover{
	cursor:default;
}
div.filtercats ul li label:hover{
	text-decoration:underline;
	color:#000000;
}
div.filtercats ul li label.selected{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
div.filtercats ul li:last-child {
	margin:0;
}
div.filtercats ul li a {
}
.noresults{
	width:90%;
	padding:5%;
	background-color:#f9f9f9;
	text-align:center;
	font-size:2em;
	font-style:italic;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}
div#map_locations{
	overflow:hidden;
}
div#map_locations .google-map-placeholder{
	border:none;
}
div#map_locations .bubblelogo {
	margin: 1em;
	width: 8em;
}
div#map_locations .bubblelogo>img {
	max-width: 100% !important;
	max-height: 3.1em !important; /* @david */
}

@media screen and (max-width:450px){
	div#body div#ports div.port {
		height:auto !important;
		margin:3em auto 0;
	}
	div#body div#ports div.port div.port-container{
		transform:scale(1) !important;
		-webkit-transform:scale(1) !important;
		-moz-transform:scale(1) !important;
		-o-transform:scale(1) !important;
		
		box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
		-webkit-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
		-moz-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
		-o-box-shadow:0 0 1em -.25em rgba(0,0,0,.75);
	}
	div#body div#ports div.port div.port-content {
		display:block;
		margin:0;
	}
}

/*--SINGLE-PORTFOLIO--*/

div#single-port{
	margin-bottom:7.5em;
}
div#single-port div.port-content{
}
div#single-port div.port-content table{
}
div#single-port div.port-content table tr td{
}
div#single-port div.port-content table tr td.port-content-cell{
	padding-right:1em;
}
div#single-port .port-title{
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0;
	padding: 0 0 .25em;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}
div#single-port h5{
	font-weight:bold;
	font-size:2em;
	text-transform:uppercase;
	color:#000000;
	border-bottom: 1px solid #000000;
}
div#single-port div.port-content table tr td.port-image-cell{
	width:40%;
	text-align:right;
}
div#single-port div.port-content table tr td.port-image-cell img{
}
div#single-port div.port-info{
}
div#single-port div.port-info ul{
	width:100%;
}
div#single-port div.port-info ul li{
	list-style:none;
}
div#single-port div.port-info ul li span{
	margin-right:.5em;
}
div#single-port div.port-info ul li a{
}
div#single-port div.port-map{
	margin-top:2em;
}
div#single-port div.port-news{
	margin-top:3em;
}
div#single-port div.port-news div.news-content{
}
div#single-port div.port-news div.news-content ul{
	list-style-image:url('images/tick-black.png');
	list-style-position:outside;
	padding:0 0 0 1.5em;
}
div#single-port div.port-news div.news-content ul li{
	margin-bottom:.15em;
}
div#single-port div.port-news div.news-content ul li a{
}
div#single-port div.port-news div.news-content p.no-news{
	font-style:italic;
	font-size:1.25em;
	color:#999;
}
div#single-port div.share-box{
	margin-top:3em;
}
div#single-port div.share-box h5{
	font-size:1.35em;
	padding-bottom:.25em;
}
div#single-port div.share-box ul{
}
div#single-port div.share-box ul li{
	margin-bottom:1em;
	list-style:none;
}
div#single-sidebar{
}
div#single-sidebar ul#widget-list{
}
div#single-sidebar ul#widget-list li#meta-pdc{
	min-height:135px;
}
div#single-sidebar ul#widget-list li#meta-pdc div.pdc-image{
	width:85px;
	height:100px;
	float:right;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
div#single-sidebar ul#widget-list li#meta-pdc h4.widget-title{
}
div#single-sidebar ul#widget-list li#meta-pdc h5{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:.35em;
}
div#single-sidebar ul#widget-list li#meta-pdc h6{
}
div#single-sidebar ul#widget-list li#meta-pdc h6{
}
div#single-sidebar ul#widget-list li#meta-pdc ul{
}
div#single-sidebar ul#widget-list li#meta-pdc ul li{
	list-style-image:url('images/tick-blue.png');
}
div#single-sidebar ul#widget-list li#meta-pdc ul li a{
}
div#single-sidebar ul#widget-list li ul.tweets li{
	list-style-image:url('images/tick-blue.png');
	list-style-position:outside;
	margin-bottom:1em;

}

/*--PAGE--*/

h2.page-title {
	color: #00A1DF;
	font-style: italic;
}
div.page-content {
}
div.page-content ul,
div.page-content ol{
	margin-top: 1em;
	margin-bottom: 2em;
}
div.page-content h1,
div.page-content h2,
div.page-content h3,
div.page-content h4,
div.page-content h5,
div.page-content h6 {
	margin-bottom:.75em;
	line-height: 1.15em;
}
div.page-content * + h1,
div.page-content * + h2,
div.page-content * + h3,
div.page-content * + h4,
div.page-content * + h5,
div.page-content * + h6 {
	margin-top: 1.5em;
}
div.page-content img.image.right{
	max-width:45%;
}
div.page-content input[type=checkbox]{
	vertical-align: text-top;
	display: none;
}
div.page-content input[type=checkbox] + label{
	border: 1px solid #ccc;
	padding: 20px 30px 20px 70px;
	display: block;
	position: relative;
	cursor: pointer;
}
div.page-content input[type=checkbox] + label:before,
div.page-content input[type=checkbox] + label:after{
	content: '';
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	display: block;
}
div.page-content input[type=checkbox] + label:before{
	left: 30px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}
div.page-content input[type=checkbox] + label:after{
	left: 34px;
	width: 14px;
	height: 14px;
}
div.page-content input[type=checkbox]:checked + label:after{
	background-color: #00A1DF;
}
div.page-content button{
	display: inline-block;
	appereance:none;
	-webkit-appereance:none;
	
	font-size: 16px;
	line-height: 16px;
	
	width: 48%;
	margin: 20px auto;
	border: none;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
    font-weight: bold;
    padding: 20px;
	border: 1px solid #00A1DF;
	color: #00A1DF;
	transition: .25s ease-out all;
	cursor: pointer;
	max-width: 100%;
}
div.page-content button:hover{
	border-color: #0092cc;
}
div.page-content button#enable-and-continue{
	display: block;
	background-color: #00A1DF;
	color: #ffffff;
}
div.page-content button#enable-and-continue:hover{
	background-color: #0092cc;
}
div.page-content button + button{
	float: right;
}
@media screen and (min-width:701px){
	div.page-content table.contact{
	}
	div.page-content div.mobile{
		display:none;
	}
}
@media screen and (max-width:700px){
	div.page-content table.contact{
		display:none;
	}
	div.page-content div.mobile{
	}
	div.page-content button{
		display: block;
		width: 400px;
	}
	div.page-content button + button{
		float: none;
	}
}
div.page-content table.contact{
	width:100%;
	margin-top:-2.5em;
	margin-bottom:-.5em;
}
div.page-content table.contact.without-map{
	margin-top: -1.8em;
	margin-bottom: 0;
}
div.page-content table.contact tr{
}
div.page-content table.contact tr td.td-datos{
	width:35%;
	color: #000000;
	padding: 3em;
	
	/*
	background: #00A1DF;
	background: -moz-linear-gradient(top,  #00A1DF 0%, #007fa5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A1DF), color-stop(100%,#007fa5));
	background: -webkit-linear-gradient(top,  #00A1DF 0%,#007fa5 100%);
	background: -o-linear-gradient(top,  #00A1DF 0%,#007fa5 100%);
	background: -ms-linear-gradient(top,  #00A1DF 0%,#007fa5 100%);
	background: linear-gradient(to bottom,  #00A1DF 0%,#007fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1DF', endColorstr='#007fa5',GradientType=0 );
	*/
}
div.page-content div.mobile ul li .btn,
div.page-content table.contact tr td.td-datos .btn{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #00A1DF;
	color: #ffffff;
	text-transform: uppercase;
	font-size: .75em;
	line-height: 1.35em;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
	transition: .25s ease-out all;
}
div.page-content div.mobile ul li .btn:hover,
div.page-content table.contact tr td.td-datos .btn:hover{
	text-decoration: none;
	background-color: #0092cc;
}
div.page-content table.contact tr td.td-content{
	padding:3em 0 0;
	width:60%;
	padding-right:5%;
}
div.page-content table.contact tr td.td-datos{
	border-width:0 1px 1px;
	border-style: solid;
	border-color: #00A1DF;
}
div.page-content table.contact tr td ul{
}
div#body div.page-content div.mobile ul{
	padding:0;
	margin:0 0 2em;
}
div.page-content table.contact tr td ul li, div.page-content div.mobile ul li{
	list-style:none;
	font-size:1.5em;
	line-height:1.35em;
	font-style:italic;
	margin-bottom:.75em;
}
div.page-content table.contact tr td ul li a, div.page-content div.mobile ul li a{
	color:#000000;
	text-decoration:none;
}
div.page-content table.contact tr td ul li a:hover, div.page-content div.mobile ul li a:hover{
	text-decoration:underline;
}
div.page-content table.contact tr td ul li span, div.page-content div.mobile ul li span{
	font-size:.45em;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	background:#00A1DF;
	padding:.5em .75em .35em;
	
	border-radius:.35em;
}
div.page-map{
	margin-bottom:2em;
}

/*--HOME--*/

body.page-template-template-home-php div#wrapper div#body{
}
div#wrapper div#body  div.page-under-content{
	background-color:#d3d3d3;
	padding-bottom:5em;
	margin-top:3em;
	border-top:1px solid #fff;
}
div#wrapper div#body div.page-under-content div.content{
	margin-top:-1em;
}
div#body div.page-under-content div.box{
	display:inline-block;
	*display:inline;
	zoom:1;
	overflow:hidden;
	position:relative;
	padding:2em 3em 3em;
	
	background-color:#ffffff;
	border:1px solid #bcbcbc;
	
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
}
div#body div.page-under-content div.box div.ribbon-box{
	position:absolute;
	top:-1px;
	left:2.35em;
	width:60px;
	height:75px;
	background-image:url(images/ribbon.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
div#body div.page-under-content div.box div.ribbon-box div{
	color:#ffffff;
	font-size:1.65em;
	font-weight:bold;
	margin-top:1.15em;
	text-align:center;
}
div#body div.page-under-content div.box h3.title-box{
	color:#00A1DF;
	font-style:italic;
	font-size:1.25em;
	font-weight:bold;
	padding-left:80px;
	margin-bottom:1.5em;
	min-height:50px;
}
@media screen and (max-width:1001px){
	div#body div.page-under-content div.box{
		display:block;
		width:94% !important;
		margin-bottom:3em;
		height:auto !important;
	}
}
div#body div.page-under-content div#twitter-box{
	width:30%;
}
div#body div.page-under-content div#twitter-box ul{
}
div#body div.page-under-content div#twitter-box ul li{
	list-style-image:url('images/tick-blue.png');
	list-style-position:outside;
	padding-top:1em;
	margin-top:1em;
}
div#body div.page-under-content div#twitter-box div.follow-button{
	margin:1.5em 0 1em;
	text-align:center;
}
div#body div.page-under-content div#twitter-box span.tweet-date{
	font-style:italic;
	font-size:.9em;
}
div#body div.page-under-content div#news-box{
	width:48%;
}
div#body div.page-under-content div#news-box div.image-box{
	background-size:cover;
	background-position:50%;
	margin-bottom:1.5em;
	height:125px;
	width:100%;
}
div#body div.page-under-content div#news-box h4.title-post-box{
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	line-height:1.25em;
	margin-bottom:.75em;
}
div#body div.page-under-content div#news-box h4.title-post-box a{
	color:#000000;
}
div#body div.page-under-content div#news-box div.content-post-box{
	margin-bottom:.75em;
}

/*--NEW-HOME--*/

div#body div#pages.newhome{
}
div#body div#pages.newhome div.front-image{
}
div#body div#pages.newhome div.front-image div.image{
	width:100%;
	height:300px;
	
	background-color:#00A1DF;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	
	font-size:2.5em;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.25em;
}
div#body div#pages.newhome div.front-image div.image div.text{
	background-color: rgba(15,148,213,.75);
	float: left;
	padding: .75em 1em;
	color: #fff;
}
body.home div#body div.content{
	padding-bottom:0;
}
div#body div.page-under-content.newhome div.box{
}
div#body div.page-under-content.newhome div#twitter-box{
	width:39%;
	padding:3%
}
div#body div.page-under-content.newhome div#news-box{
	width:44%;
	padding:3%;
	float:right;
}
div#wrapper div#body div.page-under-content.newhome{
	background-color:#ffffff;
}
div#body div.page-under-content.newhome div.box div.ribbon-box{
	display:none;
}
div#body div.page-under-content.newhome div.box h3.title-box{
	min-height:0;
	padding-left:0;
	margin-bottom:1em;
}
div#body div.page-under-content.newhome div.box h3.title-box div.icon{
	text-transform:lowercase;
	font-style:normal;
	font-weight:normal;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:.25em;
}
div#body div.page-under-content.newhome div#twitter-box ul li{
	padding: 0;
	margin: 0 0 1.5em;
}

/*--OTHER-NEWS--*/

div.news-other{
	width:100%;
	margin:5em auto 3em;
	display:block;
}
div.news-other h3{
	font-size:1.75em;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:.5em;
	margin-bottom:1em;
}
div.news-other h3 span{
	font-size:.5em;
	float:right;
	vertical-align:bottom;
	padding-top:.65em;
}
div.news-other ul{
}
div.news-other ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	
	width:30%;
	margin:0 0 3% 3%;
}
@media screen and (max-width:751px){
	div.news-other ul li{
		width:100%;
		display:block;
		margin:0 0 3em !important;
	}
}
div.news-other ul li:first-child, div.news-other ul li:nth-child(4n){
	margin-left:0;
}
div.news-other ul li div.image-box{
	width:100%;
	height:150px;
	margin:0 0 1em;
}
div.news-other ul li h4.title-post-box{
	font-size:1.25em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:.75em;
	line-height:1.35em;
}
div.news-other ul li h4.title-post-box a{
	color:#000000;
}
div.news-other ul li div.content-post-box{
	margin-bottom:.35em;
	line-height:1.5em;
}
@media screen and (max-width:1001px){
	div.news-other ul li div.content-post-box{
		display:none;
	}
}

/*--IMAGE-FILTERED--*/

div.image-box{
	position:relative;
}
div.image-box div.image, div.image-box div.filter{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a div.image-box div.image{
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:10;
}
a:hover div.image-box div.image{
	border-color:#00A1DF;
}
a div.image-box.filtered div.image{
	border:none;
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
div.image-box div.filter{
	display:none;
}
div.image-box.filtered div.filter{
	background:rgba(15,148,213,.5);
	display:block;
	z-index:100;
}

/*--SLIDESHOW--*/

div#pages div.page div.navpaged, div#pages div.page div.navboth {
	margin:0;
}
div#pages div.page div.meteor-slides div.meteor-buttons {
	bottom:15px;
}

/*--SIDEBAR--*/

@media screen and (min-width:851px) {
	div.sidebar {
		width:30%;
		display:inline-block;
	 	*display:inline;
		zoom:1;
		padding-top:5.74em;
	}
}
@media screen and (max-width:850px) {
	div#wrapper div#body div.sidebar div.content{
		max-width:100%;
		padding-bottom: 2.5em;
	}
	div#body div.sidebar ul, div#body div.sidebar ol{
		padding:0;
	}
}

ul#widget-list{
}
ul#widget-list li.widget{
	margin-bottom:1.5em;
	list-style:none;
}
ul#widget-list li.widget h4.widget-title{
	border-bottom:1px solid #00A1DF;
	padding:.15em;
	
	color: #00A1DF;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.25em;
	font-weight: bold;
}
ul#widget-list li.widget div.tagcloud a{
	text-transform:lowercase;
	font-style:italic;
	font-weight:bold;
	line-height:1em;
	vertical-align: middle;
	text-decoration:none;
	color:#000000;
	margin-right:1em;
}
ul#widget-list li.widget div.tagcloud a:hover{	
	color: #00A1DF;
}
ul#widget-list li.widget form#searchform input[type=text]{
	width: 96%;
	padding: 2%;
}
ul#widget-list li.widget .btn{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #00A1DF;
	color: #ffffff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	padding: 7px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
	transition: .25s ease-out all;
}
ul#widget-list li.widget .btn:hover{
	text-decoration: none;
	background-color: #0092cc;
}

/*--FOOTER--*/

div#footer {
	background-color:#fafafa;
	border-top:1px solid #f0f0f0;
	color:#f0f0f0;
	font-style:italic;
}
div#footer a {
	text-decoration:underline;
	color:#FFFFFF;
}
div#footer a:hover {
	text-decoration:none;
}
div#footer div.box div.box-content {
	padding:2em 0 1.5em;
	width:1000px;
	max-width:90%;
	margin:0 auto;
}
div#footer div.box p.title{
	color:#000;
	font-weight:bold;
	font-style:italic;
}
div#footer div.box p{
	color:#000;
	font-style:italic;
	max-width:300px;
	margin-bottom:.5em;
	line-height:1.35em;
}
div#footer div.sup.box div.right a{
	float:right;
}
div#footer div.sup.box div.box-content{
	padding:3em 0 2.25em;
}
div.newsletter a, .but{
	background-color:#00A1DF;
	font-size:1em;
	font-weight:bold;
	padding:.75em 1.25em;
	color:#ffffff;
	text-decoration:none !important;
	text-transform:uppercase;
}
div#footer div.sup.box div.box-content div.right a:hover, .but:hover{
	background-color:#0b7eb6;
}
div#footer div.sub.box{
	border-top:1px solid #ffffff;
	background-color:#000000;
}
div#footer div.box div.right, div#footer div.box div.left {
	display:inline-block;
 	*display:inline;
	zoom:1;
}
@media screen and (min-width:951px){
	div#footer div.box div.right {
		float:right;
	}
}
@media screen and (max-width:950px){
	div#footer div.box div.right {
		margin-top:1.5em;
		display: block;
	}
}
div#footer div.box div.left {
}
div#footer div.sup.box div.logo{
	display:inline-block;
 	*display:inline;
	zoom:1;
	
	background-color: transparent;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:contain;
	width:150px;
	height:60px;
}
div#footer div.sup.box div.first.logo{
	background-image:url(./images/logo-investeurope.png);
	margin-right:1.5em;
}
div#footer div.sup.box div.second.logo{
	background-image:url(./images/logo-ascri.png);
}


/*--ERROR-404--*/

div#e404{
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	margin:2.5em 0 5em;
}
div#e404 .title{
	color:#00A1DF;
	font-size:2.5em
}

/*--ACEPTACIÓN--*/

.the-form {
	margin: 5em auto;
	width: 500px;
	max-width: 100%;
}
#acceptance-form{
	margin: 2em 0;
}
.the-form, .the-form *{
	box-sizing: border-box;
}
.the-form .form-row{
	display: inline-block;
	margin-bottom: 1.5em;
	margin-right: 3%;
	width: 48%;
}
@media (max-width:500px){
	.the-form {
		width: 300px;
	}
	.the-form .form-row{
		width: 100%;
		display: block;
		margin-right: 0;
	}
}
.the-form .form-row:nth-of-type(2n){
	margin-right: 0;
}
.the-form .form-row.checkbox-row,
.the-form .form-row.subject-row,
.the-form .form-row.textarea-row,
.the-form .form-row.files-row,
.the-form .form-row.submit-row{
	width: 100%;
	display: block;
	margin-right: 0 !important;
}
.the-form .form-row.submit-row{
	margin-top: 2em;
}
#acceptance-form .form-row.checkbox-row{
	margin-bottom: 3em;
}
.the-form .form-row .MultiFile-wrap{
	margin-bottom: 1em;
}
.the-form .form-row .MultiFile-list{
	margin-top: 1em;
}
.the-form .form-row .MultiFile-list .MultiFile-label{
	margin-bottom: .5em;
}
.the-form .form-row .MultiFile-list .MultiFile-label .MultiFile-remove{
	background-color: #00A1DF;
	color: #ffffff;
	padding: .25em .5em;
	border-radius: 2px;
	cursor: pointer;
	margin-right: .5em;
}
.the-form .form-row .MultiFile-list .MultiFile-label .MultiFile-remove:hover{
	text-decoration: none;
	background-color: #0080b3;
}
.the-form .form-row input,
.the-form .form-row label,
.the-form .form-row select,
.the-form .form-row textarea{
	vertical-align: middle;
	width: 100%;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr{
	padding: 0;
	background: none;
	margin: 0 auto 3em;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr,
.the-form .form-row .fileuploader.fileuploader-theme-ccr *{
	box-sizing: border-box;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-input{
	border-radius: 0;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-input .fileuploader-input-caption{
	border-color: #CCCCCC;
	border-radius: 0;
	color: #000000;
	font-weight: normal;
	background-color: #f9f9f9;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-input .fileuploader-input-button{
	background: #00A1DF;
	border-radius: 0;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-input .fileuploader-input-button:hover{
	background: #0080b3;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-items{
	background-color: #fafafa;
	margin-top: 1em;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-items .fileuploader-items-list{
	padding: 0 !important;
	margin: 0 !important;
}
.the-form .form-row .fileuploader.fileuploader-theme-ccr .fileuploader-items .fileuploader-item{
	padding: 1em 1.25em;
	margin: 0 !important;
}
.the-form .form-row.checkbox-row input,
.the-form .form-row.submit-row input,
.the-form .form-row.checkbox-row label,
.the-form .form-row.submit-row label{
	width: auto;
}
.the-form .form-row.has-error input[type=text],
.the-form .form-row.has-error input[type=email],
.the-form .form-row.select-row.has-error select,
.the-form .form-row.checkbox-row.has-error label:before{
	border-color: #ff3300;
	background-color: #ffd6cc;
}
.the-form .form-row textarea{
	height: 200px;
	resize: vertical;
}
.the-form .form-row input[type=checkbox]{
	display: none;
}
.the-form .form-row label{
	display: block;
	font-style: italic;
}
.the-form .form-row.files-row label,
.the-form .form-row.checkbox-row label{
	display: inline-block;
}
.the-form .form-row input[type=checkbox] + label{
	padding-left: 25px;
	font-size: 1em;
	line-height: 1.15em;
	position: relative;
	cursor: pointer;
}
#acceptance-form .form-row input[type=checkbox] + label{
	padding-left: 40px;
	font-size: 1.35em;
	line-height: 1.15em;
}
.the-form .form-row input[type=checkbox] + label:before,
.the-form .form-row input[type=checkbox] + label:after{
	content: '';
	position: absolute;
	top:50%;
	left: 0;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.the-form .form-row input[type=checkbox] + label:before{
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: 2px solid #000000;
	border-radius: 5px;
	z-index: 1;
}
#acceptance-form .form-row input[type=checkbox] + label:before{
	width: 24px;
	height: 24px;
}
.the-form .form-row input[type=checkbox] + label:after{
	display: none;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	background: #00A1DF;
	border-radius: 3px;
	z-index: 10;
}
#acceptance-form .form-row input[type=checkbox] + label:after{
	width: 16px;
	height: 16px;
	margin-left: 6px;
}
.the-form .form-row input[type=checkbox]:checked + label:after{
	display: block;
}
.the-form .form-row input[type=button]{
	appearance:none;
	-webkit-appearance:none;
	
	font-size: 1.5em;
	line-height: 1em;
	padding: .5em 1.5em;
	
	background-color: #00A1DF;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
.the-form .form-row input[type=button]:hover{
	background-color: #0080b3;
}
.the-form .note{
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
.the-form .the-form-msg{
	display: block;
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #EFEFEF;
	padding: 1.25em 2.5em;
	font-size: 1.25em;
	line-height: 1em;
	margin-top: 2em;
}
#acceptance-form .the-form-msg{
	width: auto;
	display: inline-block;
}
.the-form .the-form-msg#success{
	border-color: #33cc33;
	background-color: #ebfaeb;
}
.the-form .the-form-msg#error{
	border-color: #ff3300;
	background-color: #ffd6cc;
}

/*--FORM .iframeFormCCR--*/

.iframeFormCCR{
	width:100%;
	height:800px;
}

.page-content.form-info{
	margin-left: 20px;
    margin-top: 20px;
}






