@charset "utf-8";
body {
	background-color: #FFFFFF;
}
/* CSS LAYOUT */

#siteHeader {
	background-color: #2c2d43;
	height: 100px;
	overflow-y: hidden;
	z-index: 999;
	width: 100%;
}
#headerCont {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 110px;
	overflow-y: hidden;
}
#logo {
	width: 300px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 4px;
	top: 14px;
	height: 88px;
}
#logo1 {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	float:left; 
	color: #d9d8d8;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Open Sans', serif;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: normal;
	letter-spacing: 1px;
	padding-bottom: 0.2em;
	padding-top: 0.8em;
	padding-left:0.2em;
	border-bottom: 2px solid #d9d8d8;
}
#logo2 {
	width: 300px;
	position: inherit;
	color: #d9d8d8;
	font-weight: 200;
	font-size: 14px;
	font-family: 'Open Sans', serif;
	text-decoration: none;
	padding-bottom: 0.2em;
	padding-top: 3em;
	letter-spacing: 0.4px;
}
#photo01 {
	position:relative;
	padding-top:18px;
	padding-bottom:10px;
	
}

#mainNav {
	float: right;
	width: 800px;
}
#mainNav ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
#mainNav ul li {
	list-style-type: none;
	float: left;
}
#mainNav ul li a {
	color: #FFFFFF;
	display: block;
	height: 50px;
	padding-top: 60px;
	margin-left: 0px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 300;
	text-shadow: 0px 0px 0px;
	font-size: 15px;
}
#mainNav ul li a:hover {
	background-color: #B2B3C7;
	text-decoration: none;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(228,165,146,1.00)),color-stop( 100% , rgba(224,149,127,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(154,157,190,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(154,157,190,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(154,157,190,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(221,221,221,1.00) 0%,rgba(154,157,190,1.00) 100%);
}
#leftCol {
	width: 310px;
	float: left;
	top: 50%; 
	padding-top:28px;
}
#leftCol1 {
	width: 310px;
	float: left;
	padding-top: 7%;
}
#leftCol2 {
	padding-top: 90px;
}
#content {
	width: 960px;
	margin-left: -480px;
	margin-right: auto;
	font-size: 13px;
	color: #2C2D43;
	text-align: justify;
	line-height: 1.5em;
	height: 460px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	z-index: 99;
}
#content1 {
	width: 1000px;
	margin-left: -480px;
	margin-right: auto;
	font-size: 13px;
	color: #2C2D43;
	text-align: justify;
	line-height: 1.5em;
	height: 460px;
	position: absolute;
	left: 50%;
	top: 24%;
	z-index: 99;
}
#content2 {
	width: 960px;
	margin-left: -480px;
	font-size: 13px;
	margin-right: auto;
	color: #2C2D43;
	text-align: justify;
	line-height: 1.5em;
	height: 460px;
	position: absolute;
	left: 55%;
	top: 20%;
	z-index: 99;
}
#content3 {
	width: 960px;
	margin-left: -480px;
	font-size: 13px;
	margin-right: auto;
	color: #2C2D43;
	text-align: justify;
	text-height:1.5em;
	line-height: 3.5em;
	height: 460px;
	position: absolute;
	left: 55%;
	top: 20%;
	z-index: 99;
}
#rightCol {
	float: right;
	width: 580px;
}
#rightCol3 {
	float: right;
	width: 450px; 
	padding-top:15%;
}
#leftCol3 {
	width: 360px;
	float: left;
}
#leftCol img, .shadow2 {
	display: block;
	-webkit-box-shadow: 0px 0px 10px rgba(153,153,153,0.5);
	box-shadow: 0px 0px 10px rgba(153,153,153,0.5);
}
#contentWrap {
	background-color: #FFFFFF;
}
#siteFoot {
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	color: hsla(0,0%,100%,1.00);
	font-size: 13px;
	position: fixed;
	background-color: #2c2d43;
	border-top: 6px solid #d9d8d8;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 999;
}
#siteFoot #footContent {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.43em;
	font-weight: 400;
}
.social {
	float: right;
	padding-top: 5px;
}
.credits {
	font-size: 8px;
	color:#d9d8d8;
}

a#language:hover {
	background-image: url(../layout/fondos/social.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a#twitter:hover {
	background-image: url(../layout/fondos/social.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a#linkedin:hover {
	background-image: url(../layout/fondos/social.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftCol2   {
	float: left;
}
#rightCol2 {
	width: 330px;
	float: right;
}
.tituloRight {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(233,184,169,1.00)),color-stop( 100% , rgba(223,149,127,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(233,184,169,1.00) 0%,rgba(223,149,127,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(233,184,169,1.00) 0%,rgba(223,149,127,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(233,184,169,1.00) 0%,rgba(223,149,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,184,169,1.00) 0%,rgba(223,149,127,1.00) 100%);
	background-color: #E3A492;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	text-shadow: 1px 1px #BB6656;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: normal;
	letter-spacing: 1px;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
}

.lang{
color:#FFF;
font-weight:bold;
}

.lang:hover{
color:#B2B3C7;
font-size:12px;
font-weight:bold;
}


#rightCol2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightCol2 ul li {
	list-style-type: none;
}
#rightCol2 ul li a {
	padding: 8px 15px;
	display: block;
	color: #814F44;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #CCCCCC;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(244,244,244,1.00)),color-stop( 100% , rgba(224,224,224,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
	background-color: #EAE9EC;
	border-top-color: #E2E0E3;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	font-weight: 600;
	-webkit-transition: all 250ms ease-out 0s;
	-moz-transition: all 250ms ease-out 0s;
	-ms-transition: all 250ms ease-out 0s;
	-o-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}
#rightCol2 ul li:last-child a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-width: 0;
}
#rightCol2 ul li a:hover, #rightCol2 ul li a.active  {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(119,119,119,1.00)),color-stop( 100% , rgba(78,78,78,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(119,119,119,1.00) 0%,rgba(78,78,78,1.00) 100%);
	color: #FFFFFF;
	text-shadow: 0px 0px #333333;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px #BFBFBF;
	box-shadow: 0px 0px 10px #BFBFBF;
}
.shadow3 {
	-webkit-box-shadow: 0px 0px 10px rgba(102,102,102,.15);
	box-shadow: 0px 0px 10px rgba(102,102,102,.15);
}
.shadow4 {
	-webkit-box-shadow: 0px 0px 10px rgba(153,153,153,0.5);
	box-shadow: 0px 0px 10px rgba(153,153,153,0.5);
}
.teamMember {
	width: 300px;
	float: left;
	margin: 10px;
	position: relative;
	height: 350px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.teamMember2 {
	width: 220px;
	float: left;
	margin: 10px;
	position: relative;
	height: 280px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.teamMember .teamMemberImg {
	height: 350px;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.teamMemberTxt {
	color: #FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #59585A;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(89,88,90,1.00)),color-stop( 100% , rgba(61,60,61,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(89,88,90,1.00) 0%,rgba(61,60,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(89,88,90,1.00) 0%,rgba(61,60,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(89,88,90,1.00) 0%,rgba(61,60,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(89,88,90,1.00) 0%,rgba(61,60,61,1.00) 100%);
	padding: 0.6em 1em;
	line-height: 1.3em;
	border-top: 2px solid #F6967F;
}
.noticiasList {
	width: 430px;
	padding: 15px;
	float: left;
	margin-bottom: 25px;
}
.noticiasList .noticiasDate {
	background-color: #F6957E;
	width: 70px;
	min-width: 0px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}
.mes      {
	display: block;
}
.noticiasList .noticiastxt {
	float: right;
	width: 330px;
}

.navigation a {
	padding: 7px 12px;
	right: 1px;
	display: inline-block;
	background-color: #F6957E;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.navigation {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: right;
}
.navigation a:hover, .navigation a.active {
	background-color: #36302D;
	text-decoration: none;
}

#map {
	height: 260px;
	margin-bottom: 1.5em;
}
.textColor {
	color: #B2B3C7;
}
.textColor1 {
	color: #36302D;
}
.textColor2 {
	color: #FFFFFF;
}
p label {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
}
.scroll {
	height: 270px;
	overflow-y: auto;
	padding-right: 28px;
}
#scrollwrap {
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}
#scrollwrap1 {
	height: 500px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}
#siteFoot #footCol1 {
	float: left;
	padding-left:4px
}
#footCol2 {
	float: right;
	padding-right: 4px;
	float-offset: right;
}
#footCol3 {
	margin-left: auto;
    margin-right: auto;
	width: 200px;
	padding-left:7em;
}
.imageWrapper {
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 8px;
}
.imageWrapper .overlay {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,.8);
	color: #FFFFFF;
	letter-spacing: 2px;
	word-spacing: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

.overlay2 {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	text-align: center;
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
	background-color: rgba(0,0,0,.8);
	color: #FFFFFF;
	letter-spacing: 4px;
	word-spacing: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}
.overlay3 {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,.8);
	color: #FFFFFF;
	letter-spacing: 2px;
	word-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

.teamMember img {
	display: block;
}
.texto2 {
	color: #999999;
	font-size: 11px;
	display: block;
}
a#team1  {
	font-family: 'Playfair Display', serif;
	font-size: 2.2em;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	color: #333333;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
}
a#team2  {
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	color: #333333;
}
#teamWrap2 {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#anterior {
	background-image: url(../layout/graficos/arrow.png);
	width: 40px;
	height: 67px;
	position: absolute;
	left: -40px;
	top: 140px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	background-position: left top;
}
#siguiente {
	background-image: url(../layout/graficos/arrow.png);
	width: 40px;
	height: 67px;
	position: absolute;
	top: 140px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	right: -40px;
	background-position: right top;
}
#slideMember {
	height: 300px;
	width: 960px;
	position: relative;
}
#noticiasWrap {
	height: 380px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
#contactFrm p {
	line-height: 1em;
	margin: 0px;
	padding: 3px 0px;
}
#vcard {
	padding: 40px 20px 40px 130px;
	display: block;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	color: #333333;
}
#back {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	float: right;
	display: block;
	margin-top: 15px;
	font-weight: 600;
}

b,strong{
	font:bold;
	font-weight:bold;
}

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

a:hover{
	color: #000;
	text-decoration: underline;
	font-size: smaller;
	font-weight: lighter;
}
#leftCol4 {
	float: center;
	width: 900;
	height:100;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenthome {
	width: auto
	margin-right: auto;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 1.5em;
	height: auto
	position: absolute;
}
