.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #be4c5d;
}
h1 {
  font-size: 27px;
  color: #010101;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}
h3 {
  color: #3c2b7b;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 29px;
}
h4 {
  font-size: 23px;
  /*text-transform: uppercase;*/
  color: /*#4f00cb*/#3C2B7B;
  line-height: 28px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h5 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Asap', sans-serif;
  line-height: 14px;
  margin-bottom: 4px;
}
h6 {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  color: #4b4a4b;
  font-weight: normal;
  margin-bottom: 25px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 17px;
  line-height:24px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  background: #ffffff;
  color: #484848;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  color: #ffffff;
  border: none;
  font-size: 13px;
  padding: 0;
  background: none;
  line-height: 15px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary:hover {
  background: none;
  color: #be4c5d;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  color: #be4c5d;
}
.btn-info {
  color: #3c2b7b;
  border: none;
  font-size: 13px;
  padding: 0;
  background: none;
  line-height: 15px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info:hover {
  background: none;
  color: #be4c5d;
}
#searchForm .btn.btn-primary {
  margin-top: 5px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
  line-height: 17px;
}
.pagination ul li span.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav {
  color: #be4c5d;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #ffffff;
}
.pagination ul li.num span.pagenav {
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 22px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .hero-unit {
  background: none;
}
html {
  /*background: url(../images/texture.jpg) 50% 0 #161616;*/
  background-color:fff;
}
html body {
  background: none;
  border-top:#3C2B7B 5px solid;
}
.top_container {
  /*background: url(../images/top_texture.gif) 50% 0 #0f0f0f;*/
  padding: 18px 0 58px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 0 0 15px;
}
#logo {
    float: left;
    width: 200px!important;
	margin-left: 40px;
}
/*======================= NAVIGATION =======================*/
#navigation-row .container {
  background: url(../images/menu_bg.jpg) 50% 0;
}
.select-menu {
  display: none;
}
.navigation {
  font-size: 0;
  line-height: 0;
  /*text-align: center;*/
  /*padding: 15px 0 15px;*/
}
.navigation ul.sf-menu {
  position: relative;
  display: inline-block;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #fff;
  text-shadow: none;
  background:url(../images/menu_bg_hover.jpg) repeat-x;
  /*padding:15px;*/
}
.navigation ul.sf-menu > li + li {
  margin-left: 20px;
}
.navigation ul.sf-menu > li + li:before {
  /*background: url(../images/menu_marker.png);*/
  height: 6px;
  width: 6px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -32px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Asap', sans-serif;
  color: #ffffff;
  height: 17px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.43);
  padding:15px 15px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #fff;
  text-shadow: none;
  background:url(../images/menu_bg_hover.jpg) repeat-x;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 39px;
  left: 50%;
  margin-left: -67px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 156px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 156px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 17px;
  padding-bottom: 17px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 19px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 17px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
#camera-slideshow {
  margin: 20px 0 0 !important;
}
#camera-slideshow .camera_target_content {
  /*top: -220px;*/
  height: 50px;
  /*background: #fff;*/
}
#camera-slideshow .camera_target_content .btn-info {
  line-height: 36px;
  background: #535353;
  padding: 0 15px;
  text-transform: uppercase;
}
#camera-slideshow .camera_target_content .btn-info:hover {
  color: #fff;
  background: #be4c5d;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
.moduletable .item_published {
  float: left;
  color: #be4c5d;
  width: 34px;
  font-size: 17px;
  line-height: 24px;
  margin-right: 16px;
  padding-top: 2px;
  text-transform: lowercase;
  text-align: center;
}
.moduletable .item_published span {
  display: block;
  font-size: 30px;
}
.events .item_content {
  overflow: hidden;
}
.events .item_content p {
  padding-bottom: 13px;
}
.events .item {
  margin-bottom: 26px;
}
.events .item + .item {
  background: url(../images/dotted_border.gif) repeat-x;
  padding-top: 24px;
}
#aside-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 96px;
}
#aside-left .moduletable {
  margin-bottom: 63px;
}
/*======================= CONTENT TOP =======================*/
#content-top-row {
  border-bottom: 1px solid #222;
  margin-bottom: 63px;
}
#content-top-row .moduletable {
  margin-bottom: 35px;
}
.testimonials {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 96px;
  color: #606060;
  position: relative;
}
.testimonials:before {
  position: absolute;
  top: -9px;
  width: 1px;
  background: #222;
  content: '';
  display: block;
  bottom: 20px;
  right: 37px;
}
.testimonials .item {
  margin-bottom: 25px;
}
.testimonials .item + .item {
  background: url(../images/dotted_border.gif) repeat-x;
  padding-top: 24px;
}
/*======================= CONTENT =======================*/
#content-row .container {
  padding: 62px 0 0;
  position: relative;
}
#content-row .container:before {
  position: absolute;
  left: -9999px;
  top: 53px;
  width: 1px;
  background: #222;
  content: '';
  display: block;
  bottom: 53px;
}
#content-row .container:after {
  position: absolute;
  left: -9999px;
  top: 53px;
  width: 1px;
  background: #222;
  content: '';
  display: block;
  bottom: 53px;
}
#content-row.almb8ar4 .container:before {
  left: 806px;
}
#content-row.almb7ar5 .container:before {
  left: 710px;
}
#content-row.al4mb4ar4 .container:before {
  left: 326px;
}
#content-row.al4mb4ar4 .container:after {
  left: 806px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 32px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 30px;
}
.item_info_dl dd {
  margin: 0 27px 0 0;
  display: inline-block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published {
  color: #be4c5d;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
}
.item_info_dl dd a {
  color: inherit;
}
.item_info_dl dd a:hover {
  color: #ffffff;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}
.nav-tabs > li > a:hover {
  color: #000;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 80px 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  margin-bottom: 22px;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 17px 17px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  position: relative;
  padding-left: 38px;
}
blockquote p:before {
  content: '“';
  font-size: 80px;
  line-height: 66px;
  color: #be4c5d;
  font-family: 'Asap', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote small {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  padding: 17px 0 0 38px;
}
blockquote small:before {
  display: none;
}
/*===== Team Page ======*/
.page-category__team {
  padding-bottom: 43px;
}
.page-category__team .img-intro {
  margin: 0;
}
.page-category__team .item_introtext {
  background: #fff;
  padding: 18px 10px 26px 18px;
}
.page-category__team .item {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 14px;
  color: #606060;
}
.page-category__team .item h6.item_title {
  font-size: 11px;
  color: #000;
  margin-bottom: 2px;
}
.page-category__team .item p {
  padding-bottom: 10px;
}
.page-category__team .item .btn-info {
  padding: 0 10px;
  line-height: 23px;
  background: #be4c5d;
  color: #fff;
}
.page-category__team .item .btn-info:hover {
  background: #222;
}
.page-featured .item > img {
  margin-bottom: 22px;
}
.page-featured .item > img + img {
  margin-left: 17px;
}
.page-featured .item h4.item_title {
  color: #be4c5d;
  margin-bottom: 29px;
}
.page-featured .item h4.item_title a:hover {
  color: #fff;
}
.page-blog h4.item_title,
.page-archive h4.item_title,
.page-item__blog h4.item_title {
  margin-bottom: 0;
}
.page-blog .item,
.page-archive .item,
.page-item__blog .item {
  background: url(../images/dotted_border.gif) 0 100% repeat-x;
  padding-bottom: 27px;
}
.page-item {
  padding-bottom: 50px;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  background: url(../images/list_marker.gif) 0 6px no-repeat;
  padding: 0 0 13px 15px;
  list-style: none;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
#aside-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 96px;
}
#aside-right .moduletable {
  margin-bottom: 95px;
}
.services .item {
  margin-bottom: 0;
}
.services .item p {
  padding-bottom: 23px;
}
.services .item .block_title {
  padding-bottom: 16px;
}
.dropcap {
  float: left;
  width: 34px;
  color: #be4c5d;
  font-size: 30px;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
}
.dropcap + h4 {
  overflow: hidden;
  margin-bottom: 14px;
}
.advantages {
  margin-bottom: 62px !important;
}
.advantages p {
  padding-bottom: 26px;
}
.advice {
  border-top: 1px solid #212121;
  padding-top: 60px;
  margin-bottom: 65px !important;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  /*background: url(../images/top_texture.gif) 50% 0 #0f0f0f;*/
  padding: 53px 0 45px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.mod_caroufredsel .img-intro {
  margin: 0;
}
.mod_caroufredsel .item_content {
  background: #fff;
  padding: 20px 10px 26px 18px;
  font-size: 11px;
  line-height: 14px;
  color: #606060;
}
.mod_caroufredsel .item_content p {
  padding-bottom: 10px;
}
.mod_caroufredsel .item_content .btn-info {
  background: #be4c5d;
  padding: 0 10px;
  line-height: 23px;
  color: #fff;
}
.mod_caroufredsel .item_content .btn-info:hover {
  background: #222;
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 46px 0 0;
  position: relative;
}
#copyright-row:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  /*background: url(../images/top_texture.gif) 50% 0 #0f0f0f;*/
  content: '';
/*  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
}
#copyright {
  text-align: center;
  /*color: #545454;*/
  font-size: 11px;
}
#copyright .siteName {
  font-family: 'Playball', cursive;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #fff;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 7px;
  font-size: 0;
  line-height: 0;
}
.social li {
  margin: 0 3px 0 4px;
}
.social li a {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*==========================================*/
/*========>    PRO Internacional   <========*/

.limpia{clear:both;}
.resaltado{
	color: #4602bb;
	font-weight: bold;
}

ul {
	list-style-image: url("../images/flecha3.png");
	}

.camera_target_content{/*display:none!important;*/}
.social1{width:206px; float:right;}
.contactosup {width:206px; float:right;}
#footer-wrapper{background:#3c2b7b; color:#fff; padding-top:20px;}
.siteName{display:none!important;}
#copyright-row{background:#3c2b7b; color:#fff;}
.direccion, .mapa, .social2{width:33%; display:inline-table;}
footer-wrapper-inner{background:#3c2b7b;}
#footer h3 {color:#fff;}
#footer .mapa ul {list-style-image:url(../images/flecha2.png)}
#footer .mapa ul li a{color:#fff;}
#footer .mapa ul li a:hover{color:#BE4C5D;}
.social2 {text-align:right; float:right;}
/*.social2 table{float:right;}*/
.social2 img{padding-left:10px;}
#copyright-row{display:none;}


.rsform-block-mensaje td {vertical-align:top;}
#userForm .componentheading {display:none;}
.cameraContent{text-transform:uppercase;}

.tel {
    margin: 55px 0 0 7px;
}

.hora {
    margin: 20px 0 0 7px;
}

/*======index======*/

.franja {width:37px; background:#3c2b7b;margin-right:20px;float:left; /*height:200px;*/}
.dir1 {width:50%; float:left;}
.imagindex {width:357px; margin-left:20px; float:right; margin-bottom:20px;}

/*======Profesionales======*/
.profesionales1{
	display: inline-table;
    float: left;
    width: 50%;
	}
.profesionales2{
	display: inline-table;
    float: left;
    width: 45%;
	margin-right:20px;
	/*padding-right:50px;*/
	/*margin-left:20px;*/
	}
.profesionales2 ul li{
	margin-bottom:20px;
	}
	
/*contacto*/
.formulario1 {
    width: 350px;
	float:left;

}
.mapalugar{
	float:left;
	width:500px;
	margin-right:40px;
}
.partedos{padding-top:40px;}

/*phoca gallery*/
.pgplugin1:hover {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #3C2B7B!important;
}

.phocagallery-box-file {margin:10px 10px!important;}

.trat{
	  width:33.3%;
	  float:left;
	  }
	 
/*===== RESPONSIVE =====*/
@media (max-width: 960px) {
	.tel {
    margin: 80px 0 0 7px;
}

.hora {
    margin: 20px 0 0 7px;
}

.franja {
    height: 220px;
}

}