/**
Main stylesheet for TouchPro by www.SooperThemes.com
Author: Jurriaan Roelofs

TABLE OF CONTENTS:
0. Variables and Mixins
1. Typography
2. Layout styling
3. Styling per region
4. Form styling
5. Drupal Elements
6. Drupal Modules
7. Block Skins

*/
*[class|="grid"],
.block {
  padding: 0;
}

/**
 * [ 1 ] TYPOGRAPHY
 */
body {
  font: 13px/1.3em arial, verdana, "myriad pro", myriad, sans;
}

.site-name {
  font-size: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

.region-content h2 {
  background: url(../images/title-prefix.png) no-repeat;
  background-size: 20px;
  padding-left: 23px;
  background-position: 0px 8px;
}
.home-panel h2 {
  background: none;
  padding-left: 0px;
}
.region-content h3 {
  background: url(../images/title-prefix.png) no-repeat;
  background-size: 17px;
  padding-left: 23px;
  background-position: 0px 4px;
}

h1 {
  font-size: 27px;
  line-height: 35px;
}

h2 {
  font-size: 27px;
  line-height: 35px;
}

h3,
nav li,
legend,
.mission,
.slogan,
.views-field-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3em;
}

h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
}

h5 {
  font-weight: 13px;
  text-transform: uppercase;
  line-height: 1.3em;
}

h6 {
  font-weight: 13px;
  line-height: 1.3em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.content ul {
  margin: 0 0 0 15px;
}

.content ol {
  margin: 0 0 0 20px;
}

.content p,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
.content code, .content pre,
.content ul, .content ol {
  margin-bottom: 10px;
  margin-top: 0;
}

/**
 * [ 2 ] LAYOUT STYLING
 */
body {
  background: none !important;
  color: #454545;
}
body a {
  color: #8A004D;
  text-decoration: none !important;
}

.masthead,
.region-footer {
  background-color: #1e1e1e;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #151515));
  background-image: -webkit-linear-gradient(#262626, #151515);
  background-image: -moz-linear-gradient(#262626, #151515);
  background-image: -o-linear-gradient(#262626, #151515);
  background-image: -ms-linear-gradient(#262626, #151515);
  background-image: linear-gradient(#262626, #151515);
  -pie-background: linear-gradient(#262626, #151515);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px inset;
  border: 1px solid #000;
  color: #ebebeb;
  filter: dropshadow(color=#333333, offX=1, offY=2);
  min-width: 1px;
}
.masthead a,
.region-footer a {
  color: #ebebeb;
}
.masthead a,
.region-footer a {
  text-decoration: none;
}

/**
 * [ 3 ] STYLING PER REGION
 */
/**
 * Header and navigation
 */
.masthead {
  z-index: 2;
  padding-bottom: 20px;
  position: relative;
  display: block;
}
.masthead .mast {
  padding: 10px;
  z-index: 2;
  position: relative;
}
.masthead .mast:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .masthead .mast {
  height: 1%;
}
*:first-child + html .masthead .mast {
  min-height: 1%;
}
.masthead .logo-container {
  float: left;
  max-width: 550px;
  padding: 0px 15px 15px 25px;
  margin: 0px 20px 0 10px;
/* Cambio header y footer */
padding: 0px;
margin-left: 0px;
  background-color: #004d7d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #084d78), color-stop(100%, #012941));
  background-image: -webkit-linear-gradient(#084d78, #012941);
  background-image: -moz-linear-gradient(#084d78, #012941);
  background-image: -o-linear-gradient(#084d78, #012941);
  background-image: -ms-linear-gradient(#084d78, #012941);
  background-image: linear-gradient(#084d78, #012941);
  -pie-background: linear-gradient(#084d78, #012941);
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  border: 1px solid #000;
  position: relative;
}
.masthead nav.primary-menu {
  position: relative;
  z-index: 2;
}
.masthead nav.primary-menu ul {
  padding-top: 2em;
  float: right;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:480px) {
  .masthead nav.primary-menu ul {
    clear: both;
  }
}
.masthead nav.primary-menu ul li {
  float: left;
  display: block;
  margin: 0 0 20px 20px;
  line-height: 1em;
  position: relative;
}
@media screen and (max-width:480px) {
  .masthead nav.primary-menu ul li {
    width: 108px;
    margin-left: 0;
    margin-right: 20px;
  }
}
.masthead nav.primary-menu ul li a, .masthead nav.primary-menu ul li span {
  position: relative;
  padding: 12px 11px;
  background-color: #323232;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f3f3f), color-stop(100%, #242424));
  background-image: -webkit-linear-gradient(#3f3f3f, #242424);
  background-image: -moz-linear-gradient(#3f3f3f, #242424);
  background-image: -o-linear-gradient(#3f3f3f, #242424);
  background-image: -ms-linear-gradient(#3f3f3f, #242424);
  background-image: linear-gradient(#3f3f3f, #242424);
  -pie-background: linear-gradient(#3f3f3f, #242424);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  border: 1px solid #000;
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  filter: dropshadow(color=#333333, offX=1, offY=2);
  min-width: 1px;
  display: block;
}
.masthead nav.primary-menu ul li a a, .masthead nav.primary-menu ul li span a {
  color: #ebebeb;
}
.masthead nav.primary-menu ul li a:hover, .masthead nav.primary-menu ul li a:focus, .masthead nav.primary-menu ul li a.active, .masthead nav.primary-menu ul li span:hover, .masthead nav.primary-menu ul li span:focus, .masthead nav.primary-menu ul li span.active {
  background-color: #004d7d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #084d78), color-stop(100%, #012941));
  background-image: -webkit-linear-gradient(#084d78, #012941);
  background-image: -moz-linear-gradient(#084d78, #012941);
  background-image: -o-linear-gradient(#084d78, #012941);
  background-image: -ms-linear-gradient(#084d78, #012941);
  background-image: linear-gradient(#084d78, #012941);
  -pie-background: linear-gradient(#084d78, #012941);
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  border: 1px solid #000;
}
.masthead nav.primary-menu ul li ul {
  position: absolute;
  left: -99999em;
  background-color: #323232;
  top: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.masthead nav.primary-menu ul li ul li {
  margin: 0;
}
.masthead nav.primary-menu ul li ul li a, .masthead nav.primary-menu ul li ul li span {
  border-top: 0;
}
.masthead nav.primary-menu ul li ul li a:hover, .masthead nav.primary-menu ul li ul li a:focus, .masthead nav.primary-menu ul li ul li a.active, .masthead nav.primary-menu ul li ul li span:hover, .masthead nav.primary-menu ul li ul li span:focus, .masthead nav.primary-menu ul li ul li span.active {
  border-top: 0;
}
.masthead nav.primary-menu ul li:hover ul, .masthead nav.primary-menu ul li:focus ul {
  left: auto;
}

/**
 * Main
 */
#page {
  margin-top: 30px;
}

#page h2.block-title,
#page h1.node-title,
h1.page-title,
.comment h3 {
  background-color: #323232;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f3f3f), color-stop(100%, #242424));
  background-image: -webkit-linear-gradient(#3f3f3f, #242424);
  background-image: -moz-linear-gradient(#3f3f3f, #242424);
  background-image: -o-linear-gradient(#3f3f3f, #242424);
  background-image: -ms-linear-gradient(#3f3f3f, #242424);
  background-image: linear-gradient(#3f3f3f, #242424);
  -pie-background: linear-gradient(#3f3f3f, #242424);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  border: 1px solid #000;
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  filter: dropshadow(color=#333333, offX=1, offY=2);
  min-width: 1px;
  margin-bottom: 0;
}
#page h2.block-title a,
#page h1.node-title a,
h1.page-title a,
.comment h3 a {
  color: #ebebeb;
}
#page h2.block-title a,
#page h1.node-title a,
h1.page-title a,
.comment h3 a {
  text-decoration: none;
  display: block;
}

#page h2.block-title,
#page h1.node-title a,
h1.page-title {
  padding: 11px 18px 12px 18px;
  min-height: 37px;
  position: relative;
}

#page h1.node-title a {
  padding: 11px 75px 12px 18px;
  min-height: 37px;
}

ul.primary {
  margin: 0 20px 0 10px;
  border-bottom: 0;
}
ul.primary li a {
  border-color: #444 #444 transparent #444;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.post-icon, .content-column .node header .post-icon, .region-featured .block header .post-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #004d7d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #084d78), color-stop(100%, #012941));
  background-image: -webkit-linear-gradient(#084d78, #012941);
  background-image: -moz-linear-gradient(#084d78, #012941);
  background-image: -o-linear-gradient(#084d78, #012941);
  background-image: -ms-linear-gradient(#084d78, #012941);
  background-image: linear-gradient(#084d78, #012941);
  -pie-background: linear-gradient(#084d78, #012941);
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  border: 1px solid #000;
}

.content-column .node {
  margin-bottom: 40px;
}
.content-column .node header {
  position: relative;
}
.content-column .node header .post-icon a, .content-column .node header .post-icon a, .content-column .node .region-featured .block header .post-icon a, .region-featured .block .content-column .node header .post-icon a {
  display: block;
  background: transparent url("../images/post-icon.png") no-repeat center center;
  width: 100%;
  height: 100%;
}
.content-column .node header:hover .post-icon a, .content-column .node header:hover .post-icon a, .content-column .node .region-featured .block header:hover .post-icon a, .region-featured .block .content-column .node header:hover .post-icon a, .content-column .node header:focus .post-icon a, .content-column .node header:focus .post-icon a, .content-column .node .region-featured .block header:focus .post-icon a, .region-featured .block .content-column .node header:focus .post-icon a {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.content-column .node .content {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  border: 1px solid #fff;
  outline: 1px solid #d1d1d1;
  padding: 19px;
}
.content-column .node .content .user-picture {
  float: right;
  margin: 0 0 4px 4px;
}
.content-column .node .content .author {
  color: #666;
  margin-bottom: 1em;
}
.content-column .node .link-wrapper {
  border: 1px solid #fff;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  outline: 1px solid #d1d1d1;
  color: #666;
  margin-top: 1px;
  padding: 10px 19px;
  overflow: hidden;
  /* tuck in that outline */
}
.content-column .node .link-wrapper ul, .content-column .node .link-wrapper li, .content-column .node .link-wrapper div {
  margin: 0;
  padding: 0;
  display: inline;
}
.content-column .node .link-wrapper a {
  text-decoration: none;
}
.content-column .node .link-wrapper a:hover, .content-column .node .link-wrapper a:focus {
  text-decoration: underline;
}
.content-column .node .link-wrapper ul.links {
  width: 200px;
  margin-right: 20px;
  float: left;
}
.content-column .node .link-wrapper ul.links li {
  border-right: 1px solid #666;
  padding-right: 4px;
}
.content-column .node .link-wrapper ul.links li.last, .content-column .node .link-wrapper ul.links li:last-child {
  border: none;
}
.content-column .node .link-wrapper .field-type-taxonomy-term-reference .field-item {
  padding-right: 4px;
}
.content-column .node .link-wrapper .field-type-taxonomy-term-reference .field-item:after {
  content: ',';
}
.content-column .node .link-wrapper .field-type-taxonomy-term-reference .field-item:last-child:after {
  content: '';
}
.content-column .node .link-wrapper .field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
}
.content-column .node.node-imagefield .content {
  padding-left: 240px;
}
.content-column .node.node-imagefield .content .field-type-image,
.content-column .node.node-imagefield .content .field-image {
  margin-left: -220px;
  float: left;
  width: 200px;
}
.content-column .node.node-imagefield .content .field-type-image img,
.content-column .node.node-imagefield .content .field-image img {
  border: 1px solid #d1d1d1;
}
@media screen and (max-width:480px) {
  .content-column .node.node-imagefield .content {
    padding-left: 20px;
  }
  .content-column .node.node-imagefield .content .field-type-image,
  .content-column .node.node-imagefield .content .field-image {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.content-column .node #comments {
  font-size: 92%;
}
.content-column .node #comments .comments-header {
  margin: 1em 0 0.25em 0;
}
.content-column .node #comments .comment {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  margin-bottom: 20px;
}
.content-column .node #comments .comment h3 {
  font-size: 16px;
  padding: 7px 19px;
}
.content-column .node #comments .comment .author {
  margin-bottom: 1em;
}
.content-column .node #comments .comment .content {
  padding-left: 19px;
}

body.page-node .content-column .node .content,
body.page-contact .content-column .block .content {
  margin-top: -9px;
}
body.page-node .content-column .node #comments .content,
body.page-contact .content-column .block #comments .content {
  margin-top: 0;
}

body.front .content-column .block .content {
  margin-top: 0;
}

.content-column .node-sticky header .post-icon a, .content-column .node-sticky .node header .post-icon a, .content-column .node .node-sticky header .post-icon a, .content-column .node-sticky .region-featured .block header .post-icon a, .region-featured .block .content-column .node-sticky header .post-icon a {
  background-image: url("../images/post-starred.png");
}

/**
 * Sidebars, Featured, Content-top/bottom
 */
.region-sidebar-first .block,
.region-sidebar-second .block,
.region-content-top .block,
.region-content-bottom .block,
.region-featured .block,
.region-preblocks .block,
.region-postblocks .block {
  margin-bottom: 20px;
}
.region-sidebar-first .block .block-content,
.region-sidebar-second .block .block-content,
.region-content-top .block .block-content,
.region-content-bottom .block .block-content,
.region-featured .block .block-content,
.region-preblocks .block .block-content,
.region-postblocks .block .block-content {
  border: 1px solid #fff;
  outline: 1px solid #d1d1d1;
  padding: 19px;
  overflow: hidden;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
}

nav.block ul
.region-sidebar-first nav.block ul,
.region-sidebar-second nav.block ul,
.region-content-top nav.block ul,
.region-content-bottom nav.block ul,
.region-featured nav.block ul,
.region-preblocks nav.block ul,
.region-postblocks nav.block ul {
  padding: 19px;
  margin: 0;
}

.region-featured .block header {
  position: relative;
}
.region-featured .block header .post-icon span, .region-featured .block .content-column .node header .post-icon span, .content-column .node .region-featured .block header .post-icon span, .region-featured .block header .post-icon span {
  display: block;
  background: transparent url("../images/post-starred.png") no-repeat center center;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
  overflow: hidden;
}
.region-featured .block .block-content {
  padding: 0;
  position: relative;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}
.region-featured .block .block-content .pager :active {
  /* Styling this miraculously cures all transitioning problems on my Iphone */
  font-weight: bold;
  /* It doesn't really matter what styling is used */
}
.region-featured .block .block-content p, .region-featured .block .block-content ul, .region-featured .block .block-content ol, .region-featured .block .block-content li {
  margin: 0;
  padding: 0;
}
/*******************************************************************/
.region-featured .block .block-content ul.slides,
.region-featured .block .block-content ul.slides li,
#home-slider ul.slides,
#home-slider ul.slides li {
  position: relative;
}
#home-slider ul.slides {
  margin-left: 0px;
  margin-left: auto\0/;
}
.region-featured .block .block-content .caption,
#home-slider .caption {
/*  position: absolute;*/
  margin-top: -42px;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width:480px) {
  .region-featured .block .block-content .caption,
  #home-slider .caption {
    font-size: 12px;
    padding: 5px 0;
  }
}
.region-featured .block .block-content .caption a,
#home-slider .caption a {
  color: #fff;
  text-decoration: none;
}
#home-slider img.media-image {
  width: 100%;
  height: auto;
  margin-left: -15px;
}
.region-featured .block .block-content .wrap-cycle-pager,
#home-slider .wrap-cycle-pager {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  clear: both;
}
.region-featured .block .block-content .wrap-cycle-pager .cycle-pager,
#home-slider .wrap-cycle-pager .cycle-pager {
  list-style: none;
  position: relative;
  left: 50%;
  padding-top: 3px;
}
.region-featured .block .block-content .wrap-cycle-pager li,
.region-featured .block .block-content .flex-control-nav li,
#home-slider .wrap-cycle-pager li,
#home-slider .flex-control-nav li {
  float: left;
  position: relative;
  display: block;
}
.region-featured .block .block-content .wrap-cycle-pager li a,
.region-featured .block .block-content .flex-control-nav li a,
#home-slider .wrap-cycle-pager li a,
#home-slider .flex-control-nav li a {
  text-decoration: none;
  width: 25px;
  height: 25px;
  margin: 6px 0px;
  float: left;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-indent: -999999px;
  background: transparent url("../images/pager-inactive.png") no-repeat center center;
}
.region-featured .block .block-content .wrap-cycle-pager li a.activeSlide, .region-featured .block .block-content .wrap-cycle-pager li a.active,
.region-featured .block .block-content .flex-control-nav li a.activeSlide,
.region-featured .block .block-content .flex-control-nav li a.active,
#home-slider .wrap-cycle-pager li a.activeSlide, .region-featured .block .block-content .wrap-cycle-pager li a.active,
#home-slider .flex-control-nav li a.activeSlide,
#home-slider .flex-control-nav li a.active {
  background-image: url("../images/pager-active.png");
}
#home-slider .flex-control-nav,
#home-slider .flex-control-nav {
  float: right;
}
.region-featured .block .block-content .flex-control-nav a,
#home-slider .flex-control-nav a {
  cursor: pointer;
}
/*******************************************************************/

.region-preblocks .block-search .block-content {
  border: 1px solid #d1d1d1;
  height: 58px;
  position: relative;
  outline: none;
  padding: 0;
}
.region-preblocks .block-search .form-item {
  margin: 0;
}
.region-preblocks .block-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px;
  background-color: #004d7d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #084d78), color-stop(100%, #012941));
  background-image: -webkit-linear-gradient(#084d78, #012941);
  background-image: -moz-linear-gradient(#084d78, #012941);
  background-image: -o-linear-gradient(#084d78, #012941);
  background-image: -ms-linear-gradient(#084d78, #012941);
  background-image: linear-gradient(#084d78, #012941);
  -pie-background: linear-gradient(#084d78, #012941);
  color: #ebebeb;
  text-shadow: black 1px 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px inset;
}
.region-preblocks .block-search .form-actions .form-submit {
  height: 58px;
  width: 58px;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
  text-indent: -999999px;
  *text-indent: 0;
  *font-size: 1px;
  *color: #333;
  overflow: hidden;
  -moz-box-shadow: rgba(255, 255, 255, 0.88) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.88) 0 0 0 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.88) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.88) 0 0 0 1px inset;
  background: transparent url("../images/search.png") no-repeat center center;
}
.region-preblocks .block-search .form-type-textfield {
  margin-right: 58px;
  display: block;
}
.region-preblocks .block-search .form-text {
  width: 100%;
  font-size: 24px;
  height: 57px;
  padding: 20px 0 0 20px;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  color: #cbcbcb;
  border: 1px solid #efefef;
  -moz-box-shadow: white 0 0 0 1px inset;
  -webkit-box-shadow: white 0 0 0 1px inset;
  -o-box-shadow: white 0 0 0 1px inset;
  box-shadow: white 0 0 0 1px inset;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.region-preblocks .block-search .overlabel-apply {
  clip: auto;
  position: absolute;
  bottom: 4px;
  left: 20px;
  font-size: 24px;
  color: #cbcbcb;
  font-weight: normal;
}

/* Navigation blocks */
#page nav.block .content {
  padding: 0;
}
#page nav.block ul {
  padding: 0;
  font-weight: normal;
}
#page nav.block ul li a {
  display: block;
  padding: 12px 40px 12px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none;
  color: #454545;
  position: relative;
}
#page nav.block ul li a:hover {
  text-decoration: underline;
}
#page nav.block ul li.last a,
#page nav.block ul li.views-row-last a,
#page nav.block ul li:last-child a {
  border-bottom: none;
}

#page nav.block li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  background: url("../images/list-nav.png") no-repeat 96% center;
}

#page nav.block li a:hover:after {
  right: 23px;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/**
 * Twitter Block
 */
.tweets-pulled-listing ul {
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  border: 1px solid #fff;
  outline: 1px solid #d1d1d1;
}
.tweets-pulled-listing ul li {
  display: block;
  padding: 12px 40px 12px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none;
  color: #454545;
  position: relative;
}
.tweets-pulled-listing ul li:last-child {
  border-bottom: none;
}

/**
 * Footer
 */
.region-footer {
  padding: 10px 0;
}

.region-footer,
.region-footer a {
  font-size: 15px;
  font-weight: normal;
  text-shadow: black 1px 1px 1px;
  display: block;
  padding: 4px 0;
  color: #999;
}
.region-footer:hover, .region-footer:focus,
.region-footer a:hover,
.region-footer a:focus {
/* Cambio header y footer */
/*  color: #fff;*/
color: #fff !important;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.region-footer h2.block-title {
  font-size: 15px;
  text-shadow: black 1px 1px 1px;
  color: #eee !important;
}

.region-footer ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.region-footer ul li {
  padding: 4px 0;
  margin: 0;
  margin-bottom: 3px;
}

.view-id-categories ul li {
  float: left;
  margin-right: 0.5em;
}
.view-id-categories ul li a {
  display: block;
  float: left;
  word-wrap: normal;
}
.view-id-categories ul li a:after {
  content: ',';
  color: #eee;
}

/**
 * [ 4 ] FORM STYLING
 */
h2.comment-form {
  margin: 20px;
}

.content-column form {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
  background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
  background-image: linear-gradient(#eeeeee, #f6f6f6);
  border: 1px solid #fff;
  outline: 1px solid #d1d1d1;
  padding: 19px;
}

/**
* [ 5 ] DRUPAL ELEMENTS
*/
.tabs.secondary {
  clear: both;
  margin-top: 20px;
}

#page .wrap-columns .contextual-links li a {
  padding: 4px;
  font-size: 12px;
}
#page .wrap-columns .contextual-links li a:after {
  display: none;
}

body a.sc-button {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #004D7D;
}
/* #CUSTOMCODE START Natiboo: Custom styles */
@font-face{
  font-family: robotob;
  src: url('../fonts/RobotoSlab-Bold.ttf');
  font-weight:700;
}
@font-face{
  font-family: robotol;
  src: url('../fonts/RobotoSlab-Light.ttf');
  font-weight:300;
}
@font-face{
  font-family: robotor;
  src: url('../fonts/RobotoSlab-Regular.ttf');
  font-weight:400;
}
@font-face{
  font-family: robotot;
  src: url('../fonts/RobotoSlab-Thin.ttf');
  font-weight:100;
}
@font-face{
  font-family: newsgott;
  src: url('../fonts/newsgott.ttf');
  font-weight:100;
}
@font-face{
  font-family: newsgotm;
  src: url('../fonts/Nsgogtd_1.ttf');
  font-weight:100;
}
.main .content .node p, .main .content .node p *,  .main .content .node li, .main .content .panel-content p, .main .content .field, .main .content .view-header, .main .ofertas-tecnologicas-block p {
  font-family: arial, verdana, "myriad pro", myriad, sans !important;
  font-size: 14px !important;
  line-height: 1.6em !important;
}
.main .content .node a, .main .content .node a, .main .content .node a, .main .content .panel-content a, .main .content .field a, .main .content .view-header a, .main .block a {
  color: #8A004D;
}
ul.node-list {
  margin-left: 0px;
}
.region-content ul.node-list li {
  margin-top: 0px;
  list-style-image: url('../images/lista.png') !important;
  list-style-position: inside;
}
h2 {
  color: #8a004d;
  clear: both;
}
h3 {
  color: #8a004d;
  font-size: 18px;
  font-weight: normal;
}
body {
  font-family: newsgott !important;
}
#wrapper {
/*  max-width: 1160px;*/
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-top: 4px #09551b solid;
}
.masthead {
  border: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding-bottom: 0px;
/*  background: url(../images/cabecera_fondo.gif) repeat-x !important;*/
  background: #fff !important;
}
.masthead .mast {
  padding: 0px;
  background: transparent;
/* Cambio header y footer */
/*  min-height: 115px;*/
}
.masthead .logo-container {
  background: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
#header-wrapper {
/* Cambio header y footer */
/*  background: url("../images/bg.png") repeat-y !important;*/
margin-bottom: 0px;
background: transparent;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0px;
  width: 98%;
}
.region-header {
  float: right;
}
.masthead .logo-container .logo {
  padding: 0px;
}
.mast, #page {
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
}
#page {
  margin-top: 0px;
}
.content-column .node .content {
  background: transparent !important;
}
#block-block-15 {
/* Cambio header y footer */
display: none;
  margin-top: 0px;
  margin-left: 35px;
  background: url("../images/celula.png") no-repeat right 0px !important;
  min-width: 115px;
  min-height: 101px;
  margin-right: 20px;
}
#block-block-15 img {
  display: none;
}
#block-block-16 {
  float: right;
  z-index: 0;
  position: relative;
  margin-top: -175px;
  margin-right: 15px;
}
.nice-menu-main-menu {
  margin-top: 20px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-shadow: none !important;
}
.nice-menu-main-menu li a, .nice-menu-main-menu li .nolink {
  color: #2B2B2B !important;
  font-size: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: newsgott !important;
}
.nice-menu-main-menu li:hover {
  background-color: #087021 !important;
  color: #fff !important;
}
.nice-menu-main-menu li:hover a, .nice-menu-main-menu li:hover span {
  color: #fff !important;
}
.nice-menu-main-menu li:hover li a, .nice-menu-main-menu li:hover li span {
  color: #2B2B2B !important;
}
ul.nice-menu-down li {
  background: none;
  border: none;
  padding-left: 2px;
  padding-right: 2px;
}
.block-nice-menus {
  padding: 0px !important;
  width: 100%;
}
/*
.block-nice-menus li:after {
  content: "|";
  color: #087021 !important;
  margin-right: 0px;
}
.block-nice-menus li.nobar:after {
  content: "";
  margin-right: 7px;
}
*/
/* Submenú emergente - START */
.main-menu-block ul.nice-menu-main-menu ul {
  background: #eee !important;
}
.block-nice-menus li.menuparent ul li {
  background-color: #eee !important;
}
.block-nice-menus li.menuparent ul li:hover {
  background-color: #087021 !important;
  color: #fff !important;
}
.block-nice-menus li.menuparent ul li:hover * {
  color: #fff !important;
}
.block-nice-menus li.menuparent ul li:after {
  content: "";
}
/* Submenú emergente - END */
.block-nice-menus li.last:after {
  content: "";
}
.block-nice-menus ul.links li,
.block-nice-menus ul.menu li,
.block-nice-menus a {
  float: left;
  padding: 0px !important;
  margin-right: 5px;
  vertical-align: middle;
  color: #087021;
}
ul.nice-menu-down li a, ul.nice-menu-down li .nolink {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-top: 1px !important;
  margin-right: 0px !important;
}

ul.nice-menu-down li .nolink {
  display: block;
  float: left;
}

ul.nice-menu-down li.menuparent, ul.nice-menu-down li.menuparent:hover {
  background: none;
}
.region-preblocks-wrapper {
  max-height: 30px;
  margin-top: 5px;
  background-image: url(../images/fondo_menu.gif);
  background-repeat: repeat-x;
  border-bottom: #d7d7d7 1px solid;
  border-top: #ededed 1px solid;
  background-color: #f2f2f2;
}
.region-preblocks {
  margin: 0 auto;
}
.region-preblocks a, .region-preblocks a:focus, .region-preblocks a:hover {
  text-shadow: none;
  color: #2B2B2B;
  background: none;
}
.region-preblocks .block {
  margin-bottom: 0px;
}
.region-preblocks .block-content {
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0px !important;
}
.content-column .node .content {
  border: none !important;
  outline: none !important;
  padding: 0px !important;
}
.main-menu-block {
  width: auto;
  float: left;
  min-height: 30px;
}
.main-menu-block .block-content, .main-menu-block .nice-menu-main-menu {
  min-height: 30px;
}
.main-menu-block .nice-menu-main-menu li {
  padding-top: 6px;
  min-height: 24px;
}
.main-menu-block .nice-menu-main-menu li ul {
  margin-top: 6px;
}
.searchform {
  width: auto;
  float: right;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.searchform .form-submit {
  margin-top: 3px !important;
  background-position: 2px 0px !important;
  background-size: 15px 15px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.socialmedia {
  float: left;
  width: auto;
  padding-top: 0px !important;
}
.socialmedia a {
  float: left;
}
.socialmedia p {
  margin-bottom: 0px;
}
.socialmedia img:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
}
.socialmedia h2.block-title {
  font-size: 1.2em !important;
}
.region-preblocks .block-search {
  padding-right: 0px;
}
.region-preblocks .block-search .block-content {
  height: 20px;
}
.region-preblocks .block-search .form-text {
  padding: 0px 0 0 2px;
  border: 1px solid #b1b1b1;
  width: 100px;
  height: 20px;
  font-size: 1em;
  color: #000;
  background: #fff;
}
.wrap-columns {
  margin-top: 10px;
}
h1.page-title {
  padding-left: 0px;
  font-size: 33px;
  background:  none;
  -pie-background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #8a004d;
  text-shadow: none;
  filter: none;
  margin-top: 15px;
  margin-bottom: 25px;
}
h2 {
  font-size: 23px;
}
.region-footer {
/* Cambio header y footer */
/*  background: url("../images/bg.png") repeat-y !important;*/
/*  color: #fff;*/
background: #575656;
color: #fff !important;
border-top: 1px solid #eee !important;
width: 100%;
  margin: 0 auto;
  -pie-background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none !important;
  filter: none;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.region-footer a, .region-footer h2 {
  text-shadow: none !important;
/* Cambio header y footer */
/*  color: #fff;*/
color: #fff !important;
}
.region-footer a:hover {
  text-decoration: underline;
}
.footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-3, .footer-menu-4, .footer-menu-5, .footer-menu-6 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.region-footer h2.block-title, .footer-menu-6 {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px !important;
/*  color: #fff;*/
  font-weight: bold !important;
}
.footer-menu-2 li {
  line-height: 15px;
  margin-bottom: 3px !important;
}
.footer-menu-2 li a {
  font-size: 13px;
}
.footer-menu-1 li, .footer-menu-2 li, .footer-menu-3 li {
  padding: 0px !important;
}
.footer-menu-2 li a {
  font-weight: bold !important;
  font-size: 12px !important;
}
.footer-menu-1 {
  width: 17%;
  min-height: 140px;
}
.footer-menu-2, .footer-menu-3, .footer-menu-4, .footer-menu-5, .footer-menu-6 {
  padding-left: 15px !important;
  border-left: 1px solid #fff;
}
.footer-menu-3 {
  min-height: 114px;
}
.footer-menu-1 h2, .footer-menu-1 li *,
.footer-menu-2 h2, .footer-menu-2 li *,
.footer-menu-3 h2, .footer-menu-3 li *,
.footer-menu-4 h2, .footer-menu-4 li *,
.footer-menu-5 h2, .footer-menu-5 li * {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.footer-menu-2 li.first, .footer-menu-2 li:nth-child(2) {
  display: none;
}
.address-block {
  padding-top: 0px !important;
  float: right;
  width: 39%;
  margin-right: 8px;
}
.address-block a {
  display: inline;
}
.text-hover {
  background-color: #8A004D;
  opacity: 0.8;
  height: 32px;
  position: relative;
  margin-top: -85px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 14px;
  margin-left: 2px;
  max-width: 549px;
}
.text-hover * {
  color: #ffffff !important;
}
.text-hover .title {
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}
.text-hover .link {
  text-decoration: none;
  font-weight: bold;
}
#home-banner-2, .panels-flexible-region-1-banner__2 {
  float: right;
}
.jcarousel-skin-default li:first-child {
  margin-left: 0px;
}
.jcarousel-skin-default .jcarousel-container-horizontal, .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
  padding: 0px;
}
.jcarousel-skin-default .jcarousel-item {
  border: none;
}
.jcarousel-skin-default .jcarousel-prev {
  background: url(../images/leftarrow.jpg) no-repeat !important;
  top: 40px;
  left: -15px;
}
.jcarousel-skin-default .jcarousel-next {
  background: url(../images/rightarrow.jpg) no-repeat !important;
  top: 40px;
  right: -35px;
}
.home-view-block .views-row, .view-popular li, ul#noticias li {
  background: #eee;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 1px;
}
.home-view-block .views-row:hover, .view-popular li:hover, ul#noticias li:hover {
  background: #eee;
}
.home-view-block .field-content:empty {
  min-height: 26px;
}
.view-popular ul, ul#noticias {
  margin-left: 0px;
}
.home-view-block .views-row, .view-popular li, ul#noticias li {
  list-style: none;
  padding-bottom: 11px;
}
.home-view-block .views-row, .view-popular li, ul#noticias li, .view-tweets li {
  min-height: 45px;
  padding-bottom: 0px !important;
}
.home-view-block p, .view-popular p, ul#noticias p, .view-tweets p {
  margin-bottom: 0px !important;
}
.home-view-block a, ul#noticias li a {
  color: #8a004d;
  text-decoration: none;
  font-size: 15px;
}
.home-panel h2 {
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 1px
}
.home-panel h2 a {
  color: #8a004d;
  text-decoration: none;
}
.region-preblocks .block-search .overlabel-apply {
  font-size: 13px;
  bottom: 2px;
}
.link-wrapper {
  display: none !important;
}
.table-fps td:nth-child(even) {
  background: #fff;
  width: auto !important;
}
.table-fps tr:nth-child(odd) {
  background: #eee;
}
.table-fps td {
  padding: 15px;
}
.datos-contacto {
  font-size: 20px;
  width: 360px;
  margin: 0 auto;
  line-height: 25px;
}
.faq h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.faq h2 a {
  color: #8A004D;
  text-decoration: none;
}
td { width: 50%; }
table.twocolumn td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 0px;
  vertical-align: top;
}
table.twocolumn td:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 35px;
  vertical-align: top;
}
table.twocolumn td ul, table.table-layout td ul {
  margin-left: 20px;
}
table.twocolumn ul.node-list {
  margin-left: 0px !important;
}
table.twocolumn h2 {
  margin-top: 30px;
}
table.table-layout {
/*  margin-top: 50px;*/
}
table.table-layout td {
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
}
table.table-layout td img.image-layout {
  max-width: none;
}
table.table-layout td:first-child {
  width: 8%;
  width: 22%\0/; /* IE8 hack */
  padding-left: 0px;
  padding-right: 0px;
}
table.table-layout td {
/*  width: auto;*/
}
/*
table.table-layout td.small {
  width: 40% !important;
}
table.table-layout td.large {
  width: 60% !important;
}
*/
table.table-equipo td {
  padding-left: 65px;
  vertical-align: top;
}
table.table-equipo td:first-child {
  width: 45%;
  padding-left: 0px;
}
table.table-equipo td img.organigrama {
  width: 100%;
}
table.table-alignleft {
  float: left;
  clear: both;
  margin-right: 95px;
}
table.table-alignright {
  float: right;
  clear: both;
  margin-left: 95px;
}
.table-alignright-alt {
  margin-left: 50px;
}
table.table-alignspecial {
  width: 80%;
  margin-left: 125px;
}
.table-margintop {
  margin-top: 30px;
}
table.table-full {
  width: 100%;
  float: none;
  clear: both;
}
table.table-full td:first-child {
  padding-left: 0px;
}
.view-cursos .views-row {
  margin-bottom: 10px;
}
.view-cursos h3 {
  margin-top: 20px;
}
.region-preblocks .block-search .form-actions {
  width: 20px;
  background: none !important;
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.region-preblocks .block-search .form-type-textfield {
  margin-right: 0px;
}
td.doc {
/*  background: url("../images/documento.png") no-repeat 15px center;*/
  padding-left: 20px;
  width: 33% !important;
  line-height: 17px;
}
td.doc-blank {
  padding: 2px;
}
td.doc a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
td.doc img {
  width: 100px;
  height: auto;
}
#home-slider .flex-control-nav, #home-slider .flex-control-nav {
  margin-top: -50px;
}
#home-slider .flex-control-nav li a.flex-active {
  background: transparent url("../images/pager-active.png") no-repeat center center;
}
#home-slider .flex-control-paging {
  clear: both !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100px;
  display: block;
}
.top-row-home {
  margin-top: 35px;
  margin-top: 5px\0/; /* IE8 hack */
}
#home-slider .flex-direction-nav {
  display: block;
  position: absolute;
  right: 0px;
}
#home-slider .flex-direction-nav {
  list-style: none !important;
}
#home-slider .flex-prev {
  display: none;
}
#home-slider .flex-next {
  background: url(../images/flecha-slider.png) no-repeat;
  width: 28px;
  height: 37px;
/*  display: none;*/
  display: block !important;
  position: absolute;
  left: -42px;
  top: -200px;
  color: transparent;
}
#home-slider .caption {
  background: #8A004D;
  margin-top: -41px;
  border-top: none;
}
#home-slider .caption em {
  font-style: normal !important;
}
.slider-serviciosinvestigadores-panel {
  float: right;
}
.region-preblocks-wrapper, .slider-home-panel, .slider-banners-panel {
  width: 100%;
}
.region-preblocks, #header-wrapper, .home-panel {
  max-width: 1117px;
}
.slider-serviciosempresas-panel, .slider-serviciosinvestigadores-panel {
  width: 49.5%;
}
.slider-serviciosempresas-panel .panels-flexible-region-inside, .slider-serviciosinvestigadores-panel .panels-flexible-region-inside {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#home-banner-1, #home-banner-2 {
  width: 100%;
}
.slider-serviciosempresas-panel img, .slider-serviciosinvestigadores-panel img {
  width: 100%;
  height: auto;
}
.links-block, .lomasvisto-block, .noticias-block, .boletin-block {
  width: 24%;
  margin-left: 1.3%;
}
.links-block a, .lomasvisto-block a {
  font-size: 17px !important;
}
.links-block, .blockrotator {
  margin-left: 0px !important;
}
.panels-flexible-region-home-panel-bolet__n_ {
  margin-left: 1.3% !important;
}
.banner-sup-1, .banner-sup-2, .banner-sup-3, .banner-sup-4 {
  width: 24%;
  margin-left: 1.3%;
}
.banner-sup-1 {
  margin-left: 0px;
}
.banner-sup-1 img, .banner-sup-2 img, .banner-sup-3 img, .banner-sup-4 img {
  min-width: 268px;
}
.banner-sup-1 .panels-flexible-region-inside, .banner-sup-2 .panels-flexible-region-inside, .banner-sup-3 .panels-flexible-region-inside, .banner-sup-4 .panels-flexible-region-inside {
  padding: 0px;
}
.links-block .panels-flexible-region-inside, .lomasvisto-block .panels-flexible-region-inside, .noticias-block .panels-flexible-region-inside, .boletin-block .panels-flexible-region-inside, .blockrotator .panels-flexible-region-inside {
  padding-right: 0px;
  padding-left: 0px;
}
#noticias img, #noticia2 img {
  margin-right: 15px;
  margin-bottom: 5px;
}
#noticias div.noticia {
  border-bottom: 1px dotted #bbbbbb;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
#noticias .noticia a {
  vertical-align: top;
}
#noticias .noticia h3 {
  display: inline;
}
#noticias .noticia h3 a {
  color: #8a004d;
  text-decoration: none;
}
.date {
  font-size: 10pt;
  color: #999;
  font-weight: bold;
}
.node-type-cv .masthead, .node-type-cv .region-preblocks, .node-type-cv .region-footer, .node-type-cv h1.title {
  display: none;
}

.node-type-cvfps .masthead, .node-type-cvfps .region-preblocks, .node-type-cvfps .region-footer, .node-type-cvfps h1.title {
  display: none;
}
.node-type-cv .field-name-field-fotograf-a {
  float: left;
  margin-right: 20px;
}
.node-type-cv .field-name-field-nombre, .node-type-cv .field-name-field-nombre * {
  font-size: 24px !important;
  font-weight: bold;
  color: #8a004d;
  margin-bottom: 10px;
}
.node-type-cv .field-name-field-cargo {
  font-style: italic;
}
.node-type-cv {
  background-color: #8a004d !important;
}
.node-type-tecnologia .field {
  margin-bottom: 10px;
}
.node-type-tecnologia .field-group-format-wrapper {
  margin-left: 20px;
}
.node-type-tecnologia .field-group-format-toggler {
  margin-top: 20px;
}
.node-type-tecnologia .field-group-format-toggler a {
  font-weight: bold;
  color: #8a004d;
  text-decoration: none;
  font-size: 20px;  
}
.node-type-tecnologia .field-label {
  color: #8A004D;
  font-weight: bold;
}
.view-header {
  margin-bottom: 20px;
}
.view-ofertas-tecnologicas .view-filters {
  max-width: 338px;
  float: left;
}
.view-ofertas-tecnologicas .view-filters form {
  background: none;
  border: none;
  outline: none;
  padding: 0px;
}
.view-ofertas-tecnologicas .view-content {
  float: left;
  width: 782px;
}
.block-tagadelic-filters h2 {
  margin-bottom: 10px !important;
  background: none !important;
  background-color: #8A004D !important;
  text-shadow: none !important;
  min-height: 0px !important;
  padding: 0px !important;
  padding-left: 5px !important;
  font-family: newsgott !important;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.block-tagadelic-filters .block-content {
  background-color: #eee;
  padding: 15px;
}
.view-ofertas-tecnologicas .view-filters form label {
  background-color: #8A004D;
  padding: 5px 4px !important;
  text-shadow: 0px 0px #fff;
  border-right: 0px solid #c8c7c7;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.view-ofertas-tecnologicas .view-filters form .form-item label {
  background-color: transparent;
  padding: 5px 4px !important;
  border: none;
  color: #454545;
  text-transform: none;
  font-weight: normal;
}
.view-ofertas-tecnologicas .view-filters form .form-checkboxes .form-item {
  margin: 0px;
}
.view-ofertas-tecnologicas .view-filters select {
  background-color: #fff;
}
.view-ofertas-tecnologicas .views-widget-filter-field_tags_tid {
  display: none;
}
.view-ofertas-tecnologicas .view-filters .views-submit-button {
  clear: both;
}
.view-ofertas-tecnologicas .view-filters .views-submit-button input {
  font-weight: bold;
}
.view-ofertas-tecnologicas .view-filters .views-exposed-widget {
  margin-bottom: 10px;
  width:98%;
}
.page-content-ofertas-tecnologicas h1.title {
  margin-bottom: 0px;
}
.view-ofertas-tecnologicas ul.pager{
  margin-left:33%;
}
.view-ofertas-tecnologicas .pager-next{width: 4em;}

.view-ofertas-tecnologicas .view-filters .views-widget-filter-field_clasificaciontipo_value,
.view-ofertas-tecnologicas .view-filters .views-widget-filter-field_clasificaciontipo_value select,
.view-ofertas-tecnologicas .view-filters .views-widget-filter-field_clasificacionarea_value,
.view-ofertas-tecnologicas .view-filters .views-widget-filter-field_clasificacionarea_value select {
  width: 317px;
}
.views-exposed-widget .form-submit {
  margin-top: 0px !important;
}
.ofertas-tecnologicas-block {
  padding-bottom: 0px;
}
.view-ofertas-tecnologicas .views-row-first {
/*  margin-top: 28px;*/
}
.view-ofertas-tecnologicas .views-row {
  margin-left: 20px;
  padding-bottom: 8px;
}
.view-ofertas-tecnologicas .views-field-field-resumen {
  width: 580px;
  float: left;
  margin-right: 10px;
}
.view-ofertas-tecnologicas .views-field-field-dossier-espanol,
.view-ofertas-tecnologicas .views-field-field-dossier-ingles {
  float: right;
}
.view-ofertas-tecnologicas .views-field-nothing {
  clear: both;
}
.view-ofertas-tecnologicas .views-row-first:before {
  content: "Resultados";
  font-size: 26px;
  background-color: transparent;
  color: #8A004D;
  text-align: left;
}
.view-ofertas-tecnologicas .views-field-title {
  padding-top: 20px;
  border-top: 1px solid #8A004D;
}
.view-ofertas-tecnologicas .views-field-title a {
  color: #8A004D;
  font-size: 16px;
  text-decoration: none;
}
.view-ofertas-tecnologicas .views-field {
/*  background: #ebebeb;*/
  padding-bottom: 0px;
}
.view-ofertas-tecnologicas .views-exposed-widgets {
  background: #EBEBEB;
  padding-left: 8px;
}
.ofertas-tecnologicas-block {
  padding-bottom: 0px !important;
}
.block-tagadelic-filters {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
.webform-client-form {
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0px !important;
  padding-top: 0px !important;
}
.webform-client-form label {
  display: block;
  float: left;
  min-width: 130px;
}
.region-preblocks .block-search .overlabel-apply {
  left: 5px;
}
#block-system-main {
  padding-top: 4px;
}
.views-row-home, .views-row-ii {
  padding-bottom: 5px;
}
.feed-icons {
  display: none;
}
.jcarousel {
  margin-left: -6px !important;
}
.jcarousel li {
  margin-right: 0px !important;
}
.jcarousel-item-1 {
  margin-left: 0px !important;
}
.jcarousel-item-2, .jcarousel-item-3 {
  margin-left: 4px !important;
}
.jcarousel-item-4 {
  margin-left: 12px !important;
}
.jcarousel-prev, .jcarousel-next {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, #home-slider .caption {
  letter-spacing: 0px !important;
}
.webform-component label, .webform-component-markup {
  font-size: 16px;
  color: #8A004D;
}
input[type=submit], input[type=button], button {
  background: #8A004D;
  border: none;
  outline: none;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 8px 16px 8px 16px;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .text-button:hover {
  background: #ac226f;
}
.justificar {
  text-align: justify;
}
.text-button {
  padding: 10px;
  background-color: #8A004D;
  color: #fff !important;
  border-radius: ;
  text-decoration: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
#numberDisplay, #framePrevNav, #framePrevLink, #frameNextLink {
  display: none !important;
}
#bottomNavClose {
  margin-top: 4px !important;
  padding-top: 0px;
  position: absolute;
  top: 12px;
}
#imageData #bottomNav {
  height: 0px;
  margin-bottom: 0px;
}
.node-cv {
  padding-left: 25px;
}
.organigrama {
  text-align: center;
  width: 648px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.imagen-form-inscripcion {
  float: right;
}
.node-type-webform #block-system-main {
  float: left;
  width: 45%;
}
#webform-component-facturacion {
  margin-top: 15px;
}
#webform-component-facturacion p, #webform-component-facturacion p * {
  font-size: 12px !important;
}
#webform-component-lopd {
  clear: both;
  color: #000;
}
#webform-component-lopd p {
  font-size: 0.8em !important;
}
#webform-component-lopd a {
  font-size: 1em !important;
}
.form-item {
  margin-bottom: 5px;
}
.webform-component label {
  font-size: 14px;
}
.tabla_programa caption {
  border: 0 none;
  color: #005B2C;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0 10px 57px;
  text-align: left;
}
.tabla_programa p {
  line-height: 13px;
  padding-bottom: 10px;
  text-align: justify;
}
.tabla_programa tbody td{
  color: #8A004B;
  line-height: 14px;
  padding: 6px;
  text-align: left;
  font-size: 13px !important;
  background-color: #fff;
}
.tabla_programa thead th{
  font-size: 14px !important;
}
.tabla_programa tbody .cel_hora {
  background-color: #F5F9F7;
  font-weight: bold;
  text-align: right;
  width: 38px;
}
.tabla_programa tbody td .textoverde {
  color: #007437;
  font-size: 13px;
}
.tabla_programa tbody .fila_vacia {
  background-color: #EBEBEB;
  padding: 2px;
}
.tabla_programa{
  max-width: 700px;
}
.margintop {
  margin-top: 30px !important;
}
.pane-cursos .view-display-id-block_2 {
  float: left;
  width: 45%;
  margin-right: 80px;
}
.pane-cursos .view-display-id-block_2 .views-field-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.cursos-historico {
  float: left;
  width: 45%;
}
.page-node-501 .region-content #block-system-main,.page-node-385 .region-content #block-system-main {
  position: relative;
  z-index: 99;
}
#node-501,#node-385 {
  padding: 10px;
/*  background: #efefef;*/
  min-width: 500px;
}
.page-node-501 #webform-component-nombre ,.page-node-385 #webform-component-nombre {
  margin-right: 19px;
}
.page-node-501 #webform-component-name,
.page-node-501 #webform-component-phone,
.page-node-501 #webform-component-email,
.page-node-385 #webform-component-nombre,
.page-node-385 #webform-component-telefono,
.page-node-385 #webform-component-email {
  width: 100%;
  clear: both;
}
.page-node-501 #webform-component-name label,
.page-node-501 #webform-component-phone label,
.page-node-501 #webform-component-email label,
.page-node-501 #webform-component-message label,
.page-node-385 #webform-component-nombre label,
.page-node-385 #webform-component-telefono label,
.page-node-385 #webform-component-email label,
.page-node-385 #webform-component-mensaje label {
  min-width: 59px;
  position: absolute;
  padding-left: 8px;
  padding-top: 5px;
}
.page-node-501 #webform-component-name input,
.page-node-501 #webform-component-phone input,
.page-node-501 #webform-component-email input,
.page-node-385 #webform-component-nombre input,
.page-node-385 #webform-component-telefono input,
.page-node-385 #webform-component-email input {
  width: 100%;
  padding-left: 75px;
  display: block;
  float: left;
}
.page-node-501 #webform-component-message textarea,
.page-node-385 #webform-component-mensaje textarea {
  padding-top: 20px;
  padding-left: 8px;
  min-height: 147px;
}
.page-node-501 #webform-component-message,
.page-node-385 #webform-component-mensaje {
  clear: both !important;
}
.page-node-501 input[type=submit],
.page-node-385 input[type=submit] {
  margin-top: 5px;
}
#block-locale-language {
  float: right;
  width: auto;
  padding: 0px;
  padding-top: 5px;
  margin-right: 10px;
}
#block-locale-language ul {
  margin-left: 0px;
}
#block-locale-language li {
  list-style: none;
  display: inline;
}
#block-locale-language li a {
  text-decoration: none;
  font-size: 14px;
}
.idi-panel img, .tic-panel img, .formacionyevaluacion-panel img {
  width: 100%;
  min-height: 230px;
}
.idi-panel, .tic-panel, .formacionyevaluacion-panel {
  width: 33.2% !important;
}
.idi-panel, .tic-panel {
  margin-right: 1px;
}
#twitter-panel ul {
  margin-left: 0px;
}
#twitter-panel li {
  list-style: none;
  background: #eee;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 11px;
  font-size: 15px;
}
.alignleft {
  float: left;
  width: 40%;
  margin-left: 35px;
}
.alignright {
  float: left;
  width: 54%;
  clear: right;
}
.contactform {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contactclear {
  clear: both;
  margin-bottom: 10px;
}
.contactblock {
  background: url(../images/frame.jpg) no-repeat;
  padding: 14px;
  padding-top: 65px;
  font-size: 0.8em !important;
  min-height: 238px;
}
.contactblock h2 {
  font-size: 1.8em;
}
#webform-component-name,#webform-component-nombre, #webform-component-telefono,#webform-component-phone, #webform-component-email {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#webform-component-apellidos, #webform-component-centro-empresa, #webform-component-consulta {
  float: left;
  clear: right;
  margin-bottom: 10px;
}
#webform-component-apellidos {
  clear: right;
}
#webform-component-comentarios, #webform-component-observaciones {
  clear: both;
}
#webform-component-comentarios textarea, #webform-component-observaciones textarea {
  clear: both;
}
#webform-client-form-400 {
  width: 675px;
}
#webform-component-lopd {
  color: #000;
  font-size: 0.8em;
}
.titulo-ii {
  padding: 10px;
  padding-bottom: 3px;
  background: #8a004d;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 1px;
}

#edit-submitted-mensaje{
width:100% !important;
}
.page-node-501 .node-webform {
  padding-left: 0px !important;
}
.page-node-385 .node-webform {
  padding-left: 0px !important;
}
.page-node-501 #webform-component-name label,
.page-node-501 #webform-component-phone label,
.page-node-501 #webform-component-email label,
.page-node-385 #webform-component-nombre label,
.page-node-385 #webform-component-telefono label,
.page-node-385 #webform-component-email label{
  min-width: 59px;
}
.page-node-501 #webform-component-name input,
.page-node-501 #webform-component-phone input,
.page-node-501 #webform-component-email input,
.page-node-385 #webform-component-nombre input,
.page-node-385 #webform-component-telefono input,
.page-node-385 #webform-component-email input {

  width: 100%;
  padding: 
}
.qp_counter {
  margin-left: 10px;
  margin-right: 10px;
}
h2.programa {
  background: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.eslogan {
  padding-top: 15px !important;
  padding-bottom: 4px !important;
}
/* Responsive */
@media screen and (max-width:880px) {
  .mast, #header-wrapper, .region-preblocks, .region-footer {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #header-wrapper {
    height: auto;
    margin: 0 auto;
  }
  #page {
    padding-left: 0px;
  }
  .masthead .logo-container {
    min-height: 125px;
  }
  .masthead .logo-container {
    float: left;
  }
  .region-preblocks {
    max-height: none;
    width: 98%;
    padding-left: 10px;
  }
  .nice-menu li {
    display: block !important;
    clear: both;
  }
  .searchform, .socialmedia {
    float: none;
    clear: both;
    margin-left: 0px;
    padding-left: 6px !important;
  }
  #block-locale-language {
    float: none;
  }
  .socialmedia {
    padding-left: 8px !important;
  }
  .region-preblocks .block-search .form-actions {
    display: none;
  }
  #block-block-15 {
    margin-left: 10px;
  }
  .logo-container {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4, .footer-menu-5, .footer-menu-6, .address-block {
    clear: both;
    width: 100% !important;
    padding-left: 0px !important;
  }
  .footer-menu-2, .footer-menu-3, .footer-menu-3, .footer-menu-4, .footer-menu-5, .footer-menu-6 {
    margin-top: 20px;
    border-left: none;
    min-height: auto !important;
  }
  .address-block {
    margin-top: 20px;
  }
  #home-slider {
    display: none;
  }
  .slider-serviciosempresas-panel, .slider-serviciosinvestigadores-panel {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .links-block, .lomasvisto-block, .noticias-block, .boletin-block, .blockrotator {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .jcarousel li {
    display: block !important;
    float: none !important;
    clear: both;
    width: 100% !important;
    text-align: left !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .jcarousel-skin-default .jcarousel-container-horizontal {
    height: auto;
  }
  .jcarousel {
    width: 100% !important;
  }
  .region-footer {
    width: 100%;
  }
  .main .content .node table {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .main .content .node table td {
    display: block;
    clear: both;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
  }
  .main .content .node table td * {
    text-align: left !important;
    float: none !important;
  }
  .main .content .node table	 td.doc {
    padding-left: 30px !important;
  }
  .organigrama {
    width: 100%;
  }
  .view-ofertas-tecnologicas .views-row {
    margin-left: 0px !important;
    clear: both;
  }
  h1.page-title {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  .faq h2 {
    font-size: 18px !important;
  }
  .nice-menu-main-menu li ul {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-left: 15px !important;
    margin-bottom: 25px !important;
    top: 0px;
    border: none !important;
  }
  .nice-menu-main-menu li:hover,
  .nice-menu-main-menu li:hover a,
  .nice-menu-main-menu li:hover *,
  .nice-menu-main-menu li:hover ul li:hover,
  .nice-menu-main-menu li:hover ul li:hover a,
  .nice-menu-main-menu li.menuparent ul li:hover * {
    background: transparent !important;
    color: #8A004D !important;
  }
}
/* Responsive */
/* #CUSTOMCODE END Natiboo: Custom styles */

/* PARA LOS MINIPANELS - EFECTO BLUR*/
/*
.pane-content:after {
    clear:both;
}
*/

/* Hover Style for single item: scale up */

.text-hover-active {
  background-color: #8A004D;
  opacity: 0.8;
  height: 34px;
  position: relative;
  margin-top: -85px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 14px;
  margin-left: 2px;
  max-width: 549px;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.text-hover-active * {
  color: #ffffff !important;
}
.text-hover-active .title {
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}
.text-hover-active .link {
  text-decoration: none;
  font-weight: bold;
}

.text-hover-blur {
  background-color: #8A004D;
  opacity: 0.6;
  height: 32px;
  position: relative;
  margin-top: -85px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 14px;
  margin-left: 2px;
  max-width: 549px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.text-hover-blur * {
  color: #ffffff !important;
}
.text-hover-blur .title {
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}
.text-hover-blur .link {
  text-decoration: none;
  font-weight: bold;
}

/* FIN CSS - EFECTO BLUR */

/*
.pane-block-18 {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .pane-block-18:hover {
      opacity: 0.5;
      }

.pane-block-19 {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .pane-block-19:hover {
      opacity: 0.5;
      }

*/
.view-dom-id-dd067acb868d749332a77275d669fe12 a{
	text-decoration:none;
}

.tbl_logo{
width:13%;
text-align:left;
}

.tbl_par{
border-bottom: 1px dashed #F1E1F1;
}

.tbl_impar{
border-bottom: 1px dashed #F1E1F1;
}

.tbl_par td, .tbl_impar td{
	padding-top:10px;
	padding-bottom:10px;
}

.tbl_catalogo_empresas{
}

.slides .caption{
	text-align:left !important;
	padding-left: 10px !important;
}

b,strong{
font-weight:bolder !important;
}

.bloque-untercio {
  float: left;
  width: 25%;
  margin-right: 20px;
  background-color: #eee;
  text-align: center;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 100;
  color: #8a004d;
  font-size: 16px;
  min-height: 88px;
}
.bloque-untercio-last {
  margin-right: 0px;
  clear: right;
}
.bloque-uncuarto {
  float: left;
  width: 16%;
  margin-right: 27px;
  background-color: #eee;
  text-align: center;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 100;
  color: #8a004d;
  font-size: 16px;
  min-height: 88px;
}
.bloque-uncuarto-last {
  margin-right: 0px;
  clear: right;
}
.sidebar-second .main {
  width: 78% !important;
}
.region-sidebar-second {
  width: 20% !important;
  margin-left: -20% !important;
  margin-top: 108px;
}
.region-sidebar-second .block-content {
  border: none !important;
  outline: none !important;
}
.views-field-field-dossier-espanol a {
  color: transparent !important;
  background: url(../../../../../default/files/touchpro/pdf_esp.jpg) no-repeat;
  height: 70px;
  display: block;
  width: 70px;
  background-size: 55px;
}
.views-field-field-dossier-ingles a {
  color: transparent !important;
  background: url(../../../../../default/files/touchpro/pdf_eng.jpg) no-repeat;
  height: 70px;
  display: block;
  width: 55px;
  background-size: 55px;
}
.views-field-field-dossier-espanol img,
.views-field-field-dossier-ingles img {
  display: none;
}
.view-formacion table {
  width: 100%;
}
.view-formacion td {
  width: 24% !important;
  margin-right: 0px !important;
}
.view-formacion .views-field-php {
  font-size: 16px;
  color: #8A004D;
  margin-top: 15px;
  margin-left: 2px;
}
.view-formacion .views-field-php a {
  background-color: #8A004D;
  color: #fff;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.page-node-501 input[type=text], .page-node-501 input[type=email], .page-node-501 textarea,
.page-node-501 input[type=text]:focus, .page-node-501 input[type=email]:focus, .page-node-501 textarea:focus,
.page-node-385 input[type=text], .page-node-385 input[type=email], .page-node-385 textarea,
.page-node-385 input[type=text]:focus, .page-node-385 input[type=email]:focus, .page-node-385 textarea:focus {
  border: none;
  background-color: #eee;
}
#block-block-28 .block-content {
  outline: none !important;
  border: none !important;
  background: none !important;
  padding: 0px !important;
}
.page-node-385 .content-column .node {
  margin-bottom: 0px;
}
td.separador .empty {
  border-top: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 15px;
}

/* Hack para IE8 */
h1, h2, h3, h4, h5, h6, .footer-menu-2 li a, #home-slider .caption, #home-slider .caption *, #home-banner-1 .title, #home-banner-2 .title, .nice-menu-main-menu li a, .nice-menu-main-menu li .nolink {
  font-family: arial\0/;
}
/* Hack para IE8 */

/* Hack para Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  table.table-layout td:first-child {
    width: 18%;
  }
  table.table-layout td {
    padding-left: 25px;
  }
}
/* Hack para Google Chrome */

.banner-laoficina {
  background: url(../images/laoficina.jpg) no-repeat;
  height: 310px;
}
.banner-laoficina-inside {
  padding: 15px;
  width: 575px;
}
header, nav, section, article, aside, footer {
   display: block\0/;
}


header, nav, section, article, aside, footer {
   display:block;
}
.page-node-501 .form-item.form-type-item {display:none;/*asd*/}

