shtml, body {
	font-size:13px; 
	line-height:18px;
	height: 100%;
 }
body {background:#ffffff;}

.main-container {
	height:auto; 
	height: 100%;
	min-height: 100%;
}

@media (max-width: 767px) {
  body { padding-right: 0px; padding-left: 0px; }
  .container {margin-right: 20px; margin-left: 20px;}
 }



/***** Titles and Headings *****/
h1,h3,h5 {
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
}	
  h4 , h6 {
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4 {color:#000000;}
h1.title-bg, h2.title-bg, h3.title-bg, h4.title-bg , h5.title-bg, h6.title-bg {
	
	padding:10px 5px;
	margin: 0px 0px 20px 0px;
	
}

h2 {color: #005095 !important;
    line-height: 25px!important;
    font-family: 'Cardo', serif !important;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    letter-spacing: -1px;
}
h3 {font-size: 15px;
	    
}

h4 {font-size: 13px;
}
h5 {font-size: 20px;
}
h5.title-menu {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color:#ffffff!important;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {color:#7f7f7f;}
h2 small {font-size: 30px;}
h5 small {font-size: 15px;}
h6 small {font-size: 12px;}

h5.title-bg button {
	float: right; 
	text-transform: none;
	margin-left:5px;
}

/***** Links *****/
a, a:hover { color:#005580; text-decoration: underline;}

/***** Misc *****/
i {margin-right: 3px;}
p {margin-bottom: 10px; margin-top: -5px; color: #808080; font-weight: normal;font-size:13px;}
blockquote {
	font-size:16px; 
	line-height:24px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	border-left: 5px solid #999;
}
blockquote.pull-right {border-right: 5px solid #999;}


/**************************************
/ Hr
**************************************/
hr.hrstyle {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

hr {
	    margin: 10px 0!important;
}


/**************************************
/ Header
**************************************/
.logo { margin-top:0px; }
.logo img { padding-right:0px; width: 100%; }
.logo h5 { display: inline-block; }
.headline { margin-bottom:20px; }

/* Landscape phones and down */
@media (max-width: 480px) {
	.logo, .navigation {text-align: center;}
	.row.header {margin-bottom: 30px;}
	.logo h5 {display: block;}
	.acerca {width: 10%!important;
    float: left; }
	.boletines {    width: 60%!important;
    margin-top: -2px!important; }
	.pagecontent { position: relative; min-height: auto!important; margin-left: -30px;}
	#acerca {
		visibility: visible !important;
		display: block !important;	  
		
  }
	.modal{
	top:0% !important;
	}
	
	
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
	.headline .lead {display: none;}
	.span4home {width:43%!important;  }
	.acerca {width: 10%!important;
    float: left;  }
	.boletines {    width: 170px !important;
    margin-top: -2px!important;  }
	
}

.navigation { margin-top:40px; }
.navigation .navbar { 
	float:right; background:#f8f8f8;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}
.navbar .nav > li > a { 
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	text-shadow: none; 
	text-transform:uppercase; 
	font-size:12px; 
	padding: 10px 15px 10px;
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar .nav > li > a {padding: 10px 10px 10px;}
	
	.modal{
	top:0% !important;
	}
	
}


.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color:#FFF; 
	background-color:#d8450b;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  	color:#FFF; 
	background-color:#d8450b;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.dropdown-menu{
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size:10px;
	padding: 0px;
	margin: 0px;
	background-color: #383838;
	border: none;
	*border-right-width: none;
	*border-bottom-width: none;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	-webkit-background-clip: none;
     -moz-background-clip: none;
          background-clip: none;
}
.navbar .nav > li > .dropdown-menu:before {
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-bottom-color: none;
}
.dropdown-menu a {
	color: #ababab; 
	border-bottom:1px solid #474747;
	padding: 10px 10px;
	margin:0px 10px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #f9f9f9;
  text-decoration: none;
  background-color: #383838;
  background-image: none;
  filter: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}


/**************************************
/ Slider
**************************************/
.carousel-caption h4 { font-size: 14px; text-shadow:none; }
.carousel-caption {background: url(../dato/img/post-item-hover.png);}
.carousel-control {border: none; top: 40%; color:#ffffff; font-size: 17px;width: 20px; height:20px; line-height: 22px; }
.carousel {
    margin-bottom: 5px;
    line-height: 1.5;
}

/**************************************
/ Gallery
**************************************/
.gallery-title { margin-bottom:15px; }
.gallery-item { margin-bottom:15px; margin-top:15px!important; }

.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir { 
	display:none; 
	background:url(../dato/img/gallery-item-hover.png);
	position:absolute; 
	z-index: 10;
}
.gallery-hover-4col-cir{
	-webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

/* Large Desktop Size */
@media (min-width: 1200px) {
	.gallery-hover-6col {width:170px; height:139px;}
	.gallery-hover-4col {width:270px; height:220px;}
	.gallery-hover-3col {width:370px; height:300px;}
	.gallery-hover-4col-cir {width:270px; height:270px;}
	.gallery-hover-4col-cir .gallery-icons {top: 45%; left:34%;}
}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	.gallery-hover-6col {width:140px; height:114px;}
	.gallery-hover-4col {width:220px; height:180px;}
	.gallery-hover-3col {width:300px; height:243px;}
	.gallery-hover-4col-cir {width:220px; height:220px;}
	.gallery-hover-4col-cir .gallery-icons {top: 42%; left:29%;}

	/* Clip descriptions */
	li.span4 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 280px;
	}
	li.span3 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 200px;
	}
	li.span2 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 120px;
	}
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {

	/* Clip descriptions */
	li.span2 .project-details {display:none;}
	li.span3 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 146px;
	}
	li.span4 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 208px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.project-details {width: 250px; text-align: center}
	.gallery-post-grid {text-align: center}
	.project-details {margin-left:auto; margin-right: auto;}
	.gallery {text-align: center; }
	.gallery-cats { display: none;}
	li.span2 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 150px;
		}
}
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	li.span4 .project-details {width:350px;}
	.acerca{max-width:40%;}
	.boletines{max-width:40%;}
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	li.span4 .project-details {width:260px;}
}

.project-details {
	background:#f8f8f8;
	display: block;
	padding:10px;
	border-bottom: 1px dotted #a9a9a9;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;

	width: auto\9;
    height: auto;
    max-width: 100%;
}
.project-details a {
	margin: 0px; 
	font-size: 12px; 
	font-style: normal;
	text-shadow:none;
	display: block;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	text-transform:uppercase; 
}
.project-details {color: #6f6f6f;}
.project-details a {color: #333333;}
.project-details a:hover {color:#d8450b; text-decoration: none;}

.project-info {margin: 0px 0px 40px 0px;}
.project-info li { 
	list-style: none; 
	border-bottom: 1px dashed #a9a9a9;;
	padding: 10px; }
.project-info li h6 {display: inline; margin-right: 5px;}

.gallery-icons {
	z-index: 9;
	position:absolute;
	bottom: 0px; 
	right: 0px;
	width: 89px;
	height: 42px;
	display: block;
}
a.item-zoom-link { 
	height: 42px;
	width: 42px;
	background: #ffffff url(../dato/img/gallery-item-icons.png) no-repeat;
	background-position: 0px 0px;
	position:absolute;
	display: block;
}
a.item-details-link { 
	height: 42px;
	width: 42px;
	background: #ffffff url(../dato/img/gallery-item-icons.png) no-repeat;
	background-position: -42px 0px;
	position:absolute; 
	left: 47px;
	display: block;
}
a.item-zoom-link:hover {background: #d8450b url(../dato/img/gallery-item-icons.png) no-repeat;}
a.item-details-link:hover {background: #d8450b url(../dato/img/gallery-item-icons.png) no-repeat; background-position: -42px 0px;}

.gallery-post-grid {margin:0px;}
.gallery-post-grid li {list-style: none; float: left; margin-bottom: 30px;}

.gallery-cats {margin: 0px 0px 20px 0px;}
.gallery-cats li{
	list-style: none; 
	float: left; 
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}
.gallery-cats li:first-child{border-left:0px;}
	
	
/**************************************
/ Blog
**************************************/
/*** Blog on Home Page ***/
.blog-summary {line-height: 18px;}
.post-info-shade { background:#f8f8f8; }
.post-info { line-height:20px; padding-top:10px; }
.post-info h4 {line-height: 26px; margin-top: 0px;}
.post-info h4 a, .post-info h4 a:hover {color:#333; text-decoration: none;}
.post-info ul li {list-style: none; padding-bottom: 2px; margin: 0px;}
.post-preview {line-height: 20px;}

/* All Sizes up to Large Desktop */
@media only screen and (max-width: 1199px) {
	.post-info h4 {clear:both;}
	.blog-details-preview {display: none; border:1px solid #000;}
}

/*** Blog List Page ***/
.blog article,
.blog section {margin-bottom: 40px;}
.blog article h3 {margin-top: 0px;}
.blog article h3 a, .blog article h4 a,
.blog article h3 a:hover, .blog article h4 a:hover {color:#333333; text-decoration: none;}
.blog h4 {line-height: 26px;}

/* Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	.blog h4 {width:260px;}
}

.post-summary {background: #f8f8f8; padding-bottom: 20px; overflow: auto;}
.post-summary p {padding:20px; margin:0px;}
.post-summary-footer {margin: 0px; padding:0px 20px;}
.post-summary-footer button {margin: 0px; float:left;}
ul.post-data {float:right;}
ul.post-data-3 {margin-top:20px;}
ul.post-data li, ul.post-data-3 li {
	list-style: none; 
	float: left; 
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}
ul.post-data li:first-child,
ul.post-data-3 li:first-child {border: none; padding-left: 0px;}
ul.post-data li:last-child {padding-right: 0px;}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	ul.post-data-3 li:last-child {display: none;}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.post-summary-footer button {float: none; margin-bottom: 20px;}
	.blog article button {float: left; clear: both; margin-bottom: 20px;}
	ul.post-data-3 {display: none;}
	ul.post-data {float: none; clear: both; margin: 0px;}
	ul.post-data li:last-child {
		-o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 120px;
	}
}

.blog-style-2 h4 {margin-top:0px; margin-bottom: 10px;}
.blog-style-2 ul.post-data {margin:0px 0px 20px 0px;}
.blog-style-2 ul.post-data li {
	float: none; 
	margin:0px; 
	padding: 5px 0px 0px 0px;
	border: none;
}
.blog-post-grid {margin:0px;}
.blog-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
.blog-post-hover { 
	display:none; 
	width:270px; height:220px;
	background:url(../dato/img/post-item-hover.png);
	position:absolute; 
	z-index: 10;
}
.blog-post-hover p{
	color: #f8f8f8;
	padding:20px;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
}
.blog-post-hover a{
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	text-transform:uppercase; 
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
	color: #f8f8f8;
}
.blog-post-hover a:hover{ text-decoration: none; color: #d8450b;}

@media (min-width: 768px) and (max-width: 1199px) {
	.blog-post-hover {width:220px; height:179px;}
	.blog-post-hover a{ font-size: 20px; line-height: 24px;}
	}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.post-summary-footer{display: none;}
	.post-summary{padding-bottom: 0px;}
	.blog-style-2 {display: none;}
}

/*** Blog Full Page ***/
.post-content {background: #f8f8f8; overflow: auto;}
.post-body {padding: 20px;}
.about-author img {float: left; margin-right: 20px;}

/*** Comments ***/
.comments ul {margin:0px;}
.comments ul li {
	list-style: none;
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 40px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}
.comments ul li ul {margin-left:40px; padding-top: 20px;}
.comments ul li ul li {
	border-top: 1px dotted #a9a9a9;
	border-bottom: none;
	padding: 20px 20px;
	margin-bottom:0px;
}
.comments ul li ul li:last-child {padding-bottom: 0px;}

.comments ul li img {margin:0px 10px 10px 0px;}
.comment-name {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	text-transform:uppercase; 
}
.comment-date {
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
	clear: both;
}
.comment-content { clear:both; padding-top:10px; }
.comment-form-container input,
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}


/**************************************
/ Sidebar
**************************************/
.sidebar {float: left;}
.sidebar input{}
.sidebar ul.post-category-list,
.sidebar .tab-content .tab-pane ul {margin:0px;}
.sidebar ul.post-category-list li,
.sidebar .tab-content .tab-pane ul li {
	list-style: none; 
	border-bottom: 1px solid #ffffff;
	padding:5px 10px ;
}
.sidebar ul.post-category-list li a{
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	color:#ffffff;
	font-size: 13px;
}

.sidebar ul.post-category-list li:first-child,
.sidebar .tab-content .tab-pane ul li:first-child{ padding-top: 10px; }
.sidebar ul.post-category-list li:last-child { padding-bottom: 10px; border-bottom:none; }
.sidebar ul.post-category-list li i {padding-right: 5px; background-position: 0 -95px;}
.sidebar .tab-content .tab-pane ul li i {padding-right: 5px;}

.popular-posts{ margin: 0px;}
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	clear: both;
	display: block;
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {color:#333333; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
.popular-posts li em {font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;}
p.side {margin-bottom: 20px;}

/* Mobile Portrait and Landscape Size */
@media only screen and (max-width: 479px) {
	iframe {width:270px;}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
	iframe {width:230px;}
}
/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	iframe {width:300px;}
}


/**************************************
/ Footer
**************************************/
.footer-container {
	width:100%;
	background:#ffffff;
	float: left;
	
}
.footer-row { margin-top: 5px; background-color: #fff;		
			
			padding-top: 5px; padding-bottom: 5px; }

.footer-col {color:#000000; font-size: 12px;}
.footer-col a {color:#000000; font-weight: bold;}
.footer-col a:hover {color:#005580; text-decoration: none;}
.footer-col h5, .footer-col strong {color:#000000; text-shadow:none;}
.footer-col h5 {margin-bottom: 25px;}
.footer-col ul {margin: 0px;}
.footer-col ul li {list-style: none; padding-bottom: 20px;}
.footer-col ul.post-list li {
	border-bottom: 1px dashed #504f4f;
	padding: 10px 0px;
}

 .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #005eab;
	border-radius: 50%;
font-size: 17px !important;
	font-size: 20px;
	color: #ffffff !important;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-center  p{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin:0;
}
.footer-icons{
	margin-top: 40px;
}
.footer-col .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-col.footer-center i{
	background-color:  #005eab;
	color: #ffffff;
	font-size: 17px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	margin: 3px 0px;
	vertical-align: middle;
}
.footer-col.footer-left i{
	background-color:  #005eab;
	color: #ffffff;
	font-size: 17px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	margin: 10px 0;
	vertical-align: middle;
}

.footer-left p{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin:7px 0 0 0;
}

.footer-right  p{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin:7px 0 0 0;
}
.footer-icons{
	margin-top: 40px;
}

.footer-col .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #005eab;
	border-radius: 50%;
font-size: 17px !important;
	font-size: 20px;
	color: #ffffff !important;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.footer-col {
		clear:both;
		overflow: auto;
		margin-bottom: 20px;
	}
	.footer-sub .right {display: none;}
}
ul.img-feed li {
	float: left; 
	margin: 0px 7px 7px 0px; 
	padding-bottom: 0px;
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	ul.img-feed li:nth-last-child(-n+4) {display: none;}
}




/**** Sub Footer ****/
.footer-sub {background: #ffffff; color:#000000 !important; text-align: center; padding: 10px 0px;}
.footer-sub div div span {padding: 0px 20px;}


/**************************************
/ MISC
**************************************/
.row {margin-bottom:20px;}
.sub-row30 {margin-bottom:30px;}
.sub-row20 {margin-bottom:20px;}
.no-margin {margin-bottom:0px;}

a.accordion-toggle{background: #f5f5f5;}
.nav-tabs li.active a{background:#f8f8f8;}

@media only screen and  (max-width: 767px) {
	.btn {margin-bottom: 20px;}
}

.left {float: left;}
.right {float: right;}
.align-left{float: left; margin: 0px 20px 20px 0px;}
.align-right{float: right; margin: 0px 0px 20px 20px;}

.color-bg { background:#d8450b; }
.color { color:#005580; }

.page-header { margin:0px }
.lead {line-height:28px; margin: 20px 0px 30px 0px; }

#toTop {
	width:47px;
	height:47px;
	background:url(../dato/img/back-top-btn.png) no-repeat;
	text-align:center;
	position:fixed;
	bottom:25px;
	right:20px;
	cursor:pointer;
	display:none;
	text-indent:-9999px;
	z-index:12; 
}

/***** Lightbox *****/
#lightbox-image-details-caption {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 14px;
}
#lightbox-secNav-btnClose {width: 30px; padding-bottom: 0;}
#lightbox-image-details-currentNumber {display: none; visibility: hidden;}

/***** Testimonials *****/
.quote-text { 
	font-size:16px; 
	line-height:24px; 
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-style:italic;
	margin:0px 20px; }
.quote-text cite { 
	font-size:12px; 
	color:#999;
	display:block;
	margin-top:5px; }

#clientCarousel.carousel .item {
	background: #f9f9f9;
	padding:20px 0px;
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
    left: 0 !important;
  }
#clientCarousel.carousel .next.left, .carousel .prev.right {
    opacity: 1;
    z-index: 1;
  }
#clientCarousel.carousel .active.left, .carousel .active.right {
    opacity: 0;
    z-index: 2;
  }


.client-logos {margin: 20px 0px 0px 0px;}
.client-logos li {list-style: none; float: left; margin: 0px 7px;}

/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
	.client-logos li:first-child {display: none;}
}
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.client-logos li:nth-last-child(-n+2) {display: none;}
}

/***** Features Page (these can be deleted)*****/
.the-grid div {
	background: #e4e4e4; 
	padding:10px 0px; 
	text-align: center;
}
.form-examples input { margin-bottom: 10px;}
.the-icons {list-style: none; margin-left: 0;}
.the-icons li {float: left; width: 25%; line-height: 25px;}

/* Mobile Portrait Size to Tablet Portrait Size */
@media only screen and  (max-width: 767px) {
	.the-icons li {float: none; width: 100%; line-height: 25px;}	
}
/* MENU */
.fa-angle-double-right {color: #ffffff; font-size: 14px;}

.nav-side-menu {
  overflow: auto;
}
.nav-side-menu .toggle-btn {
  display: none;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

}

/*Importante que el media query este debajo del siguiente código*/
#contxAdvice #xAdvContainerCliped{
			/*visibility: hidden;*/
    display: none;
  }
  #contxAdvice1 #xAdvContainerCliped{
			/*visibility: hidden;*/
    display: block;
  }
@media (max-width: 767px) {
   .menu-content {
      visibility: hidden;
    display: none;
  }
	#acerca {
		visibility: visible !important;
		display: block !important;	  
  }
	#mobile-nav {
		visibility: visible !important;
		display: block !important;	  
  }
	.anticipotop{
	text-align: left !important;
	padding: 3px;
 }
	#videoshome {
		visibility: visible !important;
		display: block !important;	  
  }
	#videoshomemenu {
			visibility: hidden;
    display: none;
  }
	
		#saludilustrada {
		visibility: visible !important;
		display: block !important;	  
  }
	#saludilustradamenu {
			visibility: hidden;
    display: none;
  }
	
	
	
	#contxAdvice #xAdvContainerCliped{
			/*visibility: visible; !important;*/
		display: block; 
  }
  
  #contxAdvice1 #xAdvContainerCliped{
			/*visibility: hidden;*/
    display: none;
  }
	
	#buceatopSP{
	visibility: hidden;
    display: none;
  }
	
	#temastopSP{
	visibility: hidden;
    display: none;
  }
	
		#buceahomeSP{
	visibility: visible!important;
    display: block!important;
  }
	
	#temashomeSP{
	visibility: visible!important;
    display: block!important;
  }
	
	
	
	.home100 {
		width: 90%!important;
		margin: 0 auto!important;
		text-align: center!important;
		padding-bottom: 10px!important;
		float: none!important;

		}
	
	#videocamino {
		visibility: visible !important;
		display: block !important;	  
  }
	#videoentrevista {
		visibility: visible !important;
		display: block !important;	  
  }
	.span4home { border:#CCCCCC solid 1px; padding:0 5px 0 5px;width:100%!important; margin-bottom: 15px;  
}
	
	

 }

#buceahomeSP{
visibility: hidden;
display: none;
  }
#temashomeSP{
visibility: hidden;
display: none;
  }

.span4home {border:#CCCCCC solid 1px; padding:0 5px 0 5px;width:358px;  
}
.span8home { border:#CCCCCC solid 1px; margin-bottom: 15px; margin-top: 20px;   
}



#videocamino {
		visibility: hidden;
    display: none;
  }
	#videoentrevista {
		visibility: hidden;
    display: none; 
  }

 #mobile-nav {
      visibility: hidden;
    display: none;
	  
  }
 

.anticipotop{
	text-align: center;
    font-size: 11px;
    color: #005095;}


.title-notas{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	color:#666666 ;
	text-decoration: underline!important;
}

.autor-notas{
	
	color:#666666 ;
}
.autor {
	margin-right: 10px;
}
.editadoen{color:blue; font-weight: normal;}

.btnhome {
    display: inline-block;
    padding: 0px ;
    margin-bottom: 0;
    line-height: 20px;
    color: #000000;
    text-align: center;
    text-shadow: 0 !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border: 0px !important;
     border-color: #ffffff!important;
    border-radius: 0px!important;
   webkit-box-shadow: inset 0 00 rgba(255, 255, 255, 0.2), 0 0 0 rgba(255, 255, 255, 0.05)!important;
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(255, 255, 255, 0.05)!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.05)!important;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btnhomegris {
    display: inline-block;
    padding: 0px ;
    margin-bottom: 0;
    line-height: 20px;
    color: #000000;
    text-align: center;
    text-shadow: 0 !important;
    vertical-align: middle;
    cursor: pointer;
    
}

.dividerareashome{
	    border-bottom: 1px dotted #a9a9a9;
	height: 2px;
	    width: 96%;
}

.novedad-selecionada img {
    float: left;
    margin-right: 10px;
	max-width: 82px;
}

.principales-especialidad {
	border-bottom: 1px solid #EAE6E6;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	padding: 10px 0 0 10px;
	    width: 95%;
}


.principales-especialidad img{
	float: left;
	
}
.fondogris {
	border-bottom: 1px solid #EAE6E6;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	padding: 10px 0 0 10px;
	
}

.saludalmargen img{
	float: left;
	margin-right: 10px;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#saludilustrada{
		visibility: hidden;
    display: none;
  }
#videoshome{
		visibility: hidden;
    display: none;
  }

li {
    line-height: 16px!important;
}


.ua {
    font-size: 11px; color:#999999; font-weight: normal;
	
}

.pagecontent{
    position: relative; min-height: 780px;background-image: url(/imagenes/siclogg.gif)
}

@media (max-width: 767px) {
[class*="span"], .row-fluid [class*="span"] {
    
    width: 100%;}
	
	
	 }
	
	#mobile-nav {
			visibility: hidden;
    display: none;
  }


.btn-green {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6fb447;
  *background-color: #558a37;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89dc59), to(#558a37));
  background-image: -webkit-linear-gradient(top, #89dc59, #558a37);
  background-image: -o-linear-gradient(top, #89dc59, #558a37);
  background-image: linear-gradient(to bottom, #89dc59, #558a37);
  background-image: -moz-linear-gradient(top, #89dc59, #558a37);
  background-repeat: repeat-x;
  border-color: #558a37 #558a37 #406828;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff89dc59', endColorstr='#ff558a37', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff!important;
  background-color: #558a37;
  *background-color: #4e7f32;
}

.btn-green:active,
.btn-green.active {
  background-color: #406828 \9;
}

.efemerides{
max-width: 600px;margin-left: -30px; float: right; text-align: right; margin-bottom: 15px;
	}


#mobile-nav{z-index:999999999999999999999999}



.rainbowize {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #000000),  color-stop(1, #b0b0b0) );
  background-image: gradient( linear, left top, right top, color-stop(0, #000000),  color-stop(1, #b0b0b0) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn:hover {
 background-position: 0 -40px!important;
}

.btnverde {
    background-color: #28aa88;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7fae9), to(#28aa88));
    background-image: -webkit-linear-gradient(top, #b7fae9, #28aa88);
    background-image: -o-linear-gradient(top, #b7fae9, #28aa88);
    background-image: linear-gradient(to bottom, #b7fae9, #28aa88);
    background-image: -moz-linear-gradient(top, #b7fae9, #28aa88);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #28aa88 #28aa88 #b7fae9;
    border-bottom-color: #28aa88;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnturquesa {
    
    background-color: #00c9d0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97d7d9), to(#00c9d0));
    background-image: -webkit-linear-gradient(top, #97d7d9, #00c9d0);
    background-image: -o-linear-gradient(top, #97d7d9, #00c9d0);
    background-image: linear-gradient(to bottom, #97d7d9, #00c9d0);
    background-image: -moz-linear-gradient(top, #97d7d9, #00c9d0);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #00c9d0 #00c9d0 #97d7d9;
    border-bottom-color: #00c9d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnazul {
   
    background-color: #68aaff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfdbff), to(#68aaff));
    background-image: -webkit-linear-gradient(top, #bfdbff, #68aaff);
    background-image: -o-linear-gradient(top, #bfdbff, #68aaff);
    background-image: linear-gradient(to bottom, #bfdbff, #68aaff);
    background-image: -moz-linear-gradient(top, #bfdbff, #68aaff);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #68aaff #68aaff #bfdbff;
    border-bottom-color: #68aaff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnrosa {
    
    background-color: #cd59af;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d895c7), to(#cd59af));
    background-image: -webkit-linear-gradient(top, #d895c7, #cd59af);
    background-image: -o-linear-gradient(top, #d895c7, #cd59af);
    background-image: linear-gradient(to bottom, #d895c7, #cd59af);
    background-image: -moz-linear-gradient(top, #d895c7, #cd59af);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #cd59af #cd59af #d895c7;
    border-bottom-color: #cd59af;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnnaranja {
    
    background-color: #CC6914;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5a975), to(#CC6914));
    background-image: -webkit-linear-gradient(top, #e5a975, #CC6914);
    background-image: -o-linear-gradient(top, #e5a975, #CC6914);
    background-image: linear-gradient(to bottom, #e5a975, #CC6914);
    background-image: -moz-linear-gradient(top, #e5a975, #CC6914);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #CC6914 #CC6914 #e5a975;
    border-bottom-color: #CC6914;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnceleste {
    
    background-color: #8BABDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c8ddfd), to(#8BABDE));
    background-image: -webkit-linear-gradient(top, #c8ddfd, #8BABDE);
    background-image: -o-linear-gradient(top, #c8ddfd, #8BABDE);
    background-image: linear-gradient(to bottom, #c8ddfd, #8BABDE);
    background-image: -moz-linear-gradient(top, #c8ddfd, #8BABDE);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #8BABDE #8BABDE #c8ddfd;
    border-bottom-color: #8BABDE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnrojo {
    
    background-color: #fa5d57;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa3a0), to(#fa5d57));
    background-image: -webkit-linear-gradient(top, #faa3a0, #fa5d57);
    background-image: -o-linear-gradient(top, #faa3a0, #fa5d57);
    background-image: linear-gradient(to bottom, #faa3a0, #fa5d57);
    background-image: -moz-linear-gradient(top, #faa3a0, #fa5d57);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #fa5d57 #fa5d57 #faa3a0;
    border-bottom-color: #fa5d57;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.traduccion {
	color: #B7B7B7;
	font-style: italic;
	}

.miguitas {
	float: left;clear: both; background: #E6E6E6; background-color: #E6E6E6 !important;  width: 100%; padding: 2px; margin-bottom: 5px;
	}

#acerca {display: none; visibility: hidden;}

.homeexpertos img {
    float: left;
    margin-right: 10px;
    max-width: 164px;
	/* max-height: 100px; */
	margin-top: 5px;
}


.Ingle {
    color: #16276D;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}


.Caste {
    color: #87C8F8;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}

.titulocastellano {
    font-size: 10pt;
    font-family: Verdana;
    text-transform: uppercase;
    color: #0080c0;
}
.esencia {
    color: #0099CC;
    font-family: Verdana;
    font-size: 10pt;
}
.Estilo125 {
    font-family: Verdana;
    font-size: 10px;
    color: #808080;
    font-weight: bold;
}
.modal{
	top:0% !important;
	}

.modal-body {
    max-height: 800px !important;
}

.modal-backdrop
{
	    background-color: #ffffff !important;
	}

.modal.fade.in {
  top: 0%;
}