/* Body and Content */
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0px;
}

.field-item {
  line-height: 1.7;
}

p.sub-slide {
  color: #feb522;
  margin: 11% 0 2%;
  font-size: 1.2em;
}

#block-search-form .content {
  margin: 0;
}

/* Menu productos */
.heading_menu_productos {
  background-color: #54b4e0;
}

.block-menu ul {
  display: inline;
}

.block-menu ul li {
  float: left;
  width: 16,66%;
}

/* Fin menu productos */

.alinear-right {
  text-align: right;
}

/* Sección productos */
.caracteristica {
    width: 80px;
    float: left;
    text-align: center;
    margin-left: 2px;
}

.caracteristica p {
    color: #979ea1;
    text-transform: uppercase;
    font-size: 9px !important;
    line-height: 1.4 !important;
}

.envase {
  padding: 0 8px;
}

.envase div {
  float: right;
  text-align: center;
  margin-left: 2px;
}

.envase div p {
  color: white;
  padding: 8px 12px;
  margin: 0;
}

p.uno {
  background-color: #bae1f2;
}

p.dos {
  background-color: #98d2ec;
}

p.tres {
  background-color: #76c3e6;
}

.productos .columns {
  padding: 0;
}

.propiedades, .ficheros {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.ficheros {
  float: right;
}

.ficheros a {
  color: #0080bd;
  font-size: 13px;
}

.linea {
    background: url('../images/hr.png') repeat-x 0 70%;
    min-height: 1px;
    padding: 0 10px;
}

.producto, .tintometria {
    border-left: 8px solid #bae1f2;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 45px;
    margin-bottom: 40px;
    background: #fff;
}

.tintometria {
  margin-top: 0;
}

.producto .row {
  margin: 0;
}

.producto .hr_beside p {
  clear: none;
  line-height: 2.7;
  margin-bottom: 5px;
  color: #f1b422;
  font-weight: bold;
}

.producto .hr_beside {
  margin-top: 0;
}

.producto .article_content .row {
  margin-bottom: 20px;
}

.producto .article_content .row:last-child {
  margin-bottom: 0px;
}

.producto h3, .tintometria h4 {
  font-size: 22px;
  color: #54b4e0;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

.propiedades .field-label, .ficheros .field-label {
  color: #54b4e0;
  margin-bottom: 6px;
  background: url('../images/hr.png') repeat-x 0 100%;
  margin-right: 25px;
  line-height: 27px;
}

.fecha  div {
  float: left;
}

.fecha .field-label {
  margin-bottom: 0;
}

.fecha div p {
  margin-bottom: 0;
  line-height: 1;
}

.color {
  margin-top: 0.4em;
}

.centrado {
  text-align: center;
}

.margen {
  margin-top: 25px;
}

.carta-colores div div div p {
  font-size: 9px;
  color: #979ea1;
}

.centrado div:last-child {
  float: left !important;
}

.tintometria .hr_beside {
  margin: 0;
}

.tintometria .post_title {
  padding-bottom: 15px;
}

.tintometria p {
  margin-bottom: 0;
}

.tintometria h5 {
  font-weight: bold;
  margin-bottom: 3px;
}

.tintometria span {
  margin-bottom: 5px;
  color: #f1b422;
}

.tintometria table {
  border: 0;
  margin-bottom: 0;
  width: 100%
}

.tintometria tbody {
  border: 0;
}

.tintometria p {
  color: #8a8a8a;
}

.tintometria .envase {
  float: right;
  text-align: center;
  margin-top: 10px;
  margin-left: 2px;
  padding: 0;
}

.tintometria .envase p {
  color: white;
  padding: 8px 12px;
  margin: 0;
}

.producto h3, .tintometria h4 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tintometria hr {
  margin: 3px 0;
}

/* Fin sección productos */

#img-responsabilidad {
  margin-top: 0px;
}

ul.primary li a {
    margin-right: 0 !important;
}

.row {
	width: 1080px;
}

ul.menu li {
    margin: 0;
}

.slider {
    width: 100%;
}

a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

#main_wrapper {
	max-width: 100%;
	margin: 0 auto;
	background-color: white;
}

.clearfix {
	clear: both;
}

header {
  left: 0;
  right: 0;
  padding: 0px 0px 0px 0px;
  z-index: 9000;
  border-bottom: solid 3px #54b4e0;
  max-width: 100%;
  margin: 0 auto;
}

.branding {
	padding: 20px 10px;
}

.branding h1 {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
}

.branding span {
  display: none;
}

.name {
	display: none;
}

#heading_wrapper {
	margin-bottom: 20px;
	/*box-shadow: 0px 0px 3px 0px black ;*/
    background-color: #54b4e0 ;
}

#heading_wrapper_after {
  padding:5px 0px;
}

#top_header {
	background: #eaeaea;
  height: 40px;
	/*background-image: url('../images/backgrounds/dark_mosaic.png');*/
}

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

.header_icons .has-tip {
	cursor: pointer;
	border-bottom: none;
}

.header_icons .left {
	text-align: left;
}

.header_icons li {
	list-style: none;
	display: inline;
	margin-right: 3px;
	font-size: 20px;
	color: white;
}

.header_icons img {
	/*height: 26px;*/
}

.header_icons i {
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_icons li a {
	color: #fff;
}

.slider_wrap {
	padding: 25px 0px;
}

#test_wrap {
	padding: 0 15px;
}

ul {
	margin-left: 20px;
}

#drupal_tabs .tabs {
	border-bottom: none;
}

input[type="text"] {
  color: #666;
}

.region-modal-markup {
	margin-top: -20px;
}

hr {
  background: url('../images/hr.png') repeat-x 0 100%;
  height: 3px !important;
  border: none !important;
  margin: 20px 0px;
  border-top: none;
  border-bottom: none;
  clear:both;
}

.hr_beside {
	 background: url('../images/hr.png') repeat-x 0 72%;
	 margin: 10px 0px;
        min-height: 10px;
}

.heading_title {
  font-family: 'Open Sans', sans-serif;
  background: white;
  padding: 10px 10px 10px 0px;
  display: table;
  font-size: 24px;
  color: #54b4e0;
}

h3.heading_title {
  color: red;
  font-size: 30px;
}

#page_content {
  padding: 20px 0px;
}

.wrapper{
	position: relative;
	width: 100%;
}

#main_content {
  margin-bottom: 20px;
  min-height: 400px;
}

.author_page {
 padding: 20px 0px;
}

.error_wrap {
  padding: 40px 0px;
  text-align: center;
}

.error_img {
  padding: 20px; /*left;*/
}

.error_text {
  padding: 20px;
}

#breadcrumbs {
  margin: -2px 0px;
  font-size: 24px;
  color: #555;
}

#breadcrumbs a {
	margin-right: 5px;
      color: #0080bd;
}

#breadcrumbs h3, #breadcrumbs h2 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.breadcrumbs li {
  list-style: none;
}
#main_title {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 22px;
  margin-left: 0px;
   }

#main_title:hover {
  background: #333;
}

#main_title_text {
  font-size: 52px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main_title_text {
	margin: -2px 0px 2px 0px;
}

#main_title_slogan {
	font-size: 20px;
	margin: 0px 0px 8px 15px;
}

.standout_text {
  padding: 0px 5px;
  color: #fff;
}

#page_heading {
  padding: 10px 20px;
  background: #333;
  background-image: url('../images/backgrounds/office.png');
  margin: 20px 0px;
}

.page_heading_text {
  color: #fff;
  line-height: 1.3;
  font-size: 32px;
}

.subcategoria p {
  margin: 1em 0;
  line-height: 1em;
  color: #fff;
}

#myCarousel {
  margin-top: 20px;
}

.modal {
  display: none;
}

.region-front-blog .content {
	margin-bottom: 0px;
}

.contact_us {
  width: 97%;
  height: 100px;
}

.fluid-width-map-wrapper iframe {
  border: none;
}

.map {
  margin-top: 20px
}

.front_blog_modal_user {
	top: 100% !important;
}

/* Menu */
.top-bar{
	/*margin: 20px 0px;*/
}

.top-bar i {
	margin-right: 10px;
}

.top-bar ul > li.toggle-topbar {
  top: 0px;
}

.top-bar ul > li {
  margin-left: 0px;
}

.top-bar ul > li:not(.name) {
	 -moz-transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.top-bar ul ul > li:not(.name) {
	 -moz-transition: none;
   -webkit-transition: none;
   -o-transition: none;
   transition: none;
}

.top-bar ul > li a:not(.button) {
  font-family: arial;
  font-weight: 200;
  font-size: 13px;
  /*text-transform:uppercase;*/
  /*color:#484e50;*/
  padding: 30px 17px 72px 17px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 0 1px 1px rgba(255,255,255,.3);
   -moz-transition: none;
   -webkit-transition: none;
   -o-transition: none;
   transition: none;
}

@media (max-width: 940px){
    .top-bar ul > li a:not(.button) {
      padding: 0;
      background-color: #54b4e0;
      height: 35px;
      line-height: 35px;
    }
  .top-bar ul > li a:not(.name):hover {
      color: #0080bd;
    }
    .toggle-topbar a {
      height: 16px !important;
    }
}

.top-bar ul > li.has-dropdown .dropdown {
  padding: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li {
  padding-bottom: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li a {
  padding: 10px 17px;
}

.dropdown i {
	display: none;
}

.dropdown li {
	margin-left: 0px !important;
}

.top-bar ul > li.has-dropdown a {
  padding-right: 34px;
}

.top-bar ul > li.has-dropdown.moved .back.title h5 a {
  font-size: 15px;
}

.top-bar {
	background: transparent;
}

.menu_wrap ul {
  text-transform: uppercase;
}

.menu_wrap ul li a {
  color:#484e50;
}

.menu_wrap ul ul {
  text-transform: none;
}

.menu, li.menu .dropdown, li.menu .dropdown li {
    /*background: #54b4e0;*/
}

.sidebar .menu {
  margin-bottom: 56px;
}

.sidebar .menu li {
  float: left;
}

.menu_1, li.menu_1 .dropdown, li.menu_1 .dropdown li {
	background: #db8916;
}

.menu_2, li.menu_2 .dropdown, li.menu_2 .dropdown li {
	background: #5f419b;
}

.menu_3, li.menu_3 .dropdown, li.menu_3 .dropdown li {
	background: #64adb5;
}

.menu_4, li.menu_4 .dropdown, li.menu_4 .dropdown li {
	background: #c95d3b;
}

.menu_5, li.menu_5 .dropdown, li.menu_5 .dropdown li {
	background: #8fad30;
}

.menu_6, li.menu_6 .dropdown, li.menu_6 .dropdown li {
	background: #044c8f;
}

.name h1 a, .toggle-topbar a {
	/*background: #0080bd !important;*/
}

.top-bar > ul .name h1 a {
  font-size: 22px !important;
}

.top-bar .active {
	/*background: #222;*/
}

.top-bar .name {
  background: #54b4e0;
}

.top-bar .name p {
  margin: 0;
  padding-left: 1em;
}

.menu_wrap ul ul {
  display: none;
}

.expanded .menu_wrap ul ul {
  display: block;
}

ul.dropdown.right {
  height: auto !important;
}

/* Front page blocks */
.services {
	margin-bottom: 5px;
	color: white;
	overflow: hidden;
}

.services_content {
	position: relative;
	width: 100%;
	opacity: 1;
}

.productos-front {
    padding: 0;
    margin: 0 0 2px;
}

.team_image a {
    position: relative;
    display: block;
}

.team_image a span {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
}

.team_image a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*
#pavimentos {
    background: url(../images/servicios/productos_pavimentos.png) no-repeat;
    width: 262px;
    height: 400px;
    display: block;
}

#pavimentos:hover {
    background: url(../images/servicios/productos_pavimentos_hover.png) no-repeat;
}

#impermeabilizacion {
    background: url(../images/servicios/productos_impermeabilizacion.png) no-repeat;
    width: 262px;
    height: 198px;
    display: block;
}

#impermeabilizacion:hover {
    background: url(../images/servicios/productos_impermeabilizacion_hover.png) no-repeat;
}

#tintometria {
    background: url(../images/servicios/productos_tintometria.png) no-repeat;
    width: 262px;
    height: 198px;
    display: block;
}

#tintometria:hover {
    background: url(../images/servicios/productos_tintometria_hover.png) no-repeat;
}

#decoracion {
    background: url(../images/servicios/productos_decoracion.png) no-repeat;
    width: 262px;
    height: 198px;
    display: block;
}

#decoracion:hover {
    background: url(../images/servicios/productos_decoracion_hover.png) no-repeat;
}

#fachadas {
    background: url(../images/servicios/productos_fachadas.png) no-repeat;
    width: 262px;
    height: 198px;
    display: block;
}

#fachadas:hover {
    background: url(../images/servicios/productos_fachadas_hover.png) no-repeat;
}

#industria {
    background: url(../images/servicios/productos_industria.png) no-repeat;
    width: 528px;
    height: 198px;
    display: block;
}

#industria:hover {
    background: url(../images/servicios/productos_industria_hover.png) no-repeat;
}*/

.tile_contents {
	padding: 26px 25px 26px 25px;
	overflow: auto;
	text-align: center;
}

.tile_contents a {
	color: #FFF;
	-moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  line-height: inherit;
}

.tile_contents:hover a, .tile_contents:hover i {
	color: #333;
}

.tile_contents i {
	font-size: 75px;
	-moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tile_contents p {
	font-size: 24px !important;
}

.tile_contents a:link {
	text-decoration: none !important;
}

.team_image h2, .team_image_hover h2 {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
}

.team_image_hover {
  display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	/*padding: 30px 15px 15px 15px;*/
	text-align: center;
}
/*
.team_image_hover h2 {
	color: #fff;
	font-size: 26px;
}*/

.team_image_hover p {
	margin-top: 20px;
}

.team_image_hover i {
	font-size: 30px;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 12px;
}

.services i {
	color: white;
}

#services {
	padding: 7px;
}

#main_services {
	text-align: center;
	padding: 25px 0px;
}

#main_services i {
	font-size: 75px;
}

#main_services p {
	font-size: 24px;
}

.tile-red {
	background: #C95D3B;
}

.tile-green {
	background: #8FAD30;
}

.tile-dark-green {
	background: #17954c;
}

.tile-orange {
	background: #DB8916;
}

/* Front page recent posts */
.recent_posts_wrap {
	height: 189px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.recent_post_photo {

  float: left;
  height: 100%;
  width: 100%;
}

.recent_post_photo img {
height: 189px;
}

.recent_post_info {
	background-color: #333;
	height: 100%;
	width: 50%;
	position: relative;
	z-index: 1;
	color: white;
	top: 0;
	padding-top: 8%;
}

.recent_post_info h1 {
	color: white;
	font-size: 28px;
}

.recent_post_info_text {
	position: absolute;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.recent_post_info_text i {
	color: white;
}

.recent_post_links p {
	padding-top: 28% !important;
}

.recent_post_links {
	height: 100%;
	width: 50%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	text-align: center;
}

.recent_post_links a {
	color: white;
	font-size: 24px;
	margin-left: 10px;
}

.modal_post_title {
	font-size: 30px;
	margin-bottom: 10px;
}

/* Projects Carousel */
.projects_carousel {
	 /*margin-left: -20px !important;*/
}
.carousel_item_wrapper {
	text-align: center;
	position: relative;
	clear: both;
}

.carousel_item_content {
	opacity: 1;
}

.carousel_item_description {
	background: #F8F8F8;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 20px;
	margin-top: -6px;
	text-align: center;
	padding: 1px 0px;
	position: relative;
}

.carousel_item_description h3 {
    margin-bottom: 20px;
}

.carousel_item_description a {
    font-weight: 400;
    color: #484e50;
    font-size: 14px;
}

.carousel_item_hover {
	display: block;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	width: 100%;
	top: 0%;
	position: absolute;
	padding:45px 15px;

}

.six .carousel_item_hover {
  padding: 150px 15px;
}

.four .carousel_item_hover {
  padding: 80px 15px;
}

.carousel_item_hover i {
	margin: 4px;
	font-size: 22px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel_item_hover p {
	font-size: 20px;
	margin-bottom: 5px;
}

.carousel_navigation {
  margin-left: 20px;
  margin-top: -45px;
  font-size: 25px;
  min-width: 58px;
  float: right;
  background: white;
  padding: 10px 0px 10px 10px;
}

.carousel_navigation i {
	color: #333;
        display: block;
        height: 19px;
        width: 19px;
        background-repeat: no-repeat;
	 -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

/*.carousel_navigation i:hover {
	color: #64ADB5;
}*/
.carousel_navigation i.left {
    background-image: url("../images/assets/arrow_left.png");
    background-position: 0 -19px;
    margin-right: 10px;
}
.carousel_navigation i.left:hover {
    background-position: 0 0;
}

.carousel_navigation i.right {
    background-image: url("../images/assets/arrow_right.png");
    background-position: 0 -19px;
}
.carousel_navigation i.right:hover {
    background-position: 0 0;
}

#recent_projects {
  margin: 0px 0px 20px 0px;
}

#recent_projects li {
	width: 260px;
	float: left;
	margin-left: 4px;
	list-style: none;
	cursor: pointer !important;

}

.caroufredsel_wrapper {
  min-height: 280px;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../images/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/slimbox/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/slimbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../images/slimbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*Forum*/
#forum th {
	height: 35px;
	border-bottom: none;
}

#forum .name {
  display: block !important;
  background: transparent !important;
}

thead {
  color: #FFF !important;
  border-bottom: none;
}

thead th {
	color: #FFF !important;
}

thead a {
	color: #FFF!important;
}

table {
	margin-bottom: 15px;
}

tr.even {
	background-color: #EEE;
}

tr.odd {
	background-color: #DDD;
}

th {
  font-weight:400 !important;
	border-bottom: none !important;
}

thead a {
	color: #FFF !important;
}

td.last-reply {
	width: 20%;
	padding-right: 20px;
}

td.title, td.forum {
	width: 75%;
}

td.topics, td.posts {
  width: 10%;
}

.forum, .topics, .posts, .last-reply, .replies{
  padding-left: 10px;
}

thead th {
  padding-left: 6px;
}

/* Carousel, team member and recent post overlay colors  */
.carousel_item_hover {
	background: #999;
}

.team_image_hover {
  /*background: #999;*/
}

.recent_post_links {
	background-color: #999;
}

/* Team Member */

.team_bio_modal p{
	font-size: 20px;
}

.team_bio_modal i {
	font-size: 20px;
	margin-right: 10px;
}

.member_icons {
	margin: 5px 0px 25px 0px;
	text-align: left;
}

.member_icons li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-size: 20px;
	color: white;
}

.member_icons i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member_icons li a {
	color: #222;
}

/* Start: Recommended Isotope styles */

#filters {
  margin-left: 0px;
}

#filters li {
	list-style: none;
	display: inline;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


#isotope_test {
	margin-bottom: 20px;
}

/* End: Recommended Isotope styles */

/* Popular tags view*/
.view-popular-tags .item-list ul li {
  list-style: none;
  display: inline;
  float: left;
  margin-left: 0px;
}

.view-popular-tags a {
	color: #fff;
  text-decoration: none;
  padding:7px 10px;
  background-color: #333;
  margin: -5px 8px 12px 0px;
  display: inline-block;
}

.view-popular-tags a:hover {
  color: #fff;
  text-decoration: none;
  padding:7px 10px;
  margin: -5px 8px 12px 0px;
  display: inline-block;
}

/*Node*/
.title {
	padding-top: 4px;
}

.icon-calendar, .icon-user, .icon-comment, .icon-info-sign {
	margin-top: 1px;
}

.node_title_wrap {
	padding-left: 37px;
	padding-right: 0px;
}

.meta {
	margin: 0px 0px 5px 0px;
	float: left;
	clear: both;
}

.meta li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

.field-type-taxonomy-term-reference .field-label, .field-type-taxonomy-term-reference .field-items, .field-type-taxonomy-term-reference .field-item {
	display:inline;
	font-weight:normal;
	padding-right:5px;
	margin-bottom: 10px;
}

.icon-tags {
	margin-right: 5px;
	margin-top: -1px;
}

.field-label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #54b4e0;
}

.read_more {
	float: right;
}

.node-article {
	margin-bottom: 15px;
}

article hr {
  margin-bottom: -5px;
}

.article_content {
	margin-top: 10px;
}

#edit-submit {
  margin-right: 10px;
}

#sidebar_wrap h2 {
  font-size: 26px;
  margin-bottom: 20px;
  clear: both;
}

#search-block-form input[type="text"] {
	padding: 0 33px 0 10px;
      height: 40px;
	margin-bottom: 0;/*
	margin-right: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	width: 220px;
	float: right;
  border: 0;
  background: #dfdfdf url('../images/buscar_icon.png') no-repeat 195px  center;
}

/* Header */

#sitename a{
  color: #797979;
}

.sites {
  margin: 0px;
}

.sites li {
  list-style: none;
  margin-bottom: 10px;
}

#header {
    border-bottom: 2px #54b4e0 solid;
}

/* Blog */
.post_title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.page_title {
  font-weight: 200;
  font-size: 36px;
}

.meta {
  margin: -2px 0px 10px 0px;
  font-size: 11px;
}

.meta li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.tags {
	float: left;
}

.icon-tags {
  margin-right: 4px;
}

.tags .icon-tags {
  margin-right: 4px;
  float: left;
}

.content {
  margin-bottom: 20px;
}

.content p {
  line-height: 1.7;
  font-size: 14px;
  clear: both;
}

.post_share_wrap {
  text-align: left;
  float: left;
}

.post_share i {
	font-size: 20px;
	 -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.post_share li a {
		color: #000;
		margin-right: 5px;
}

.ie8 .post_share_wrap {
  float: none;
  margin-bottom: -25px;
}

.post_share {
  margin: 0px 0px 15px 0px;
}

.read_more {
  text-align: right	;
  margin-top: -8px;
}

.post_share img {
  height: 22px;
}
.post_share li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

.item-list .pager {
  clear: both;
  text-align: center;
}

.the-icons {
		margin-left: 0;
		list-style: none;
}

.the-icons li {
  float: left; width: 25%;
  line-height: 25px;
}

/*Scroll to Top*/
#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:100%;
  background:url('../images/ui.totop.png') no-repeat left top;
}
#toTopHover {
  background:url('../images/ui.totop.png') no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}

/* Comments */

.comment {
	margin-bottom: 15px;
}

.comment_content p {
	clear: none;
}

.comment_meta {
	margin: 0px 0px 5px 0px;
}

.comment_meta li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

.comments_title {
	text-align: left;
	margin-bottom: 12px;
}

.comment_avatar {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

ul.links.inline {
	margin: 0px;
}

.user-picture {
	width: 60px;
}

.comment_content {
	margin-top: 7px;
}

.indented {
margin-left: 80px !important;
}

#comment-form-wrapper .form-actions, #sidebar_wrap .form-actions {
  background-color: transparent;
  border-top: none;
  padding: 0px;
}

#comments .meta {
  margin-bottom: 5px;
}

.comment_avatar {
  float: left;
  margin-right: 15px;
}

.ie8 .comment_avatar {
  float: none;
}

.comment_body {
  margin-left: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}

.ie8 .comment_body {
  margin-top: -60px;
}

.comment_avatar img {
  width: 60px;
  height: 60px;
}

.comment {
  margin-bottom: 20px;
}

.comment_reply {
  margin-left: 80px; margin-bottom: 20px;
}

.comment_reply_reply {
  margin-left: 160px;
  margin-bottom: 20px;
}

.comment_text {
  width: 80%;
  height: 150px;
}

/* Breadcrumbs */
.crumb_wrap {
  margin-top: -3px;
  margin-bottom: -1px;
}

/* Sidebar */
#sidebar_wrap {
  padding: 5px 0px 0px 18px;
}

#sidebar_wrap .content p {
	font-style: normal;
}

#sidebar_wrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Widgets */
input.search-query {
  margin-right: 10px;
}

.widget_date {
  font-size: 11px;
}

.our_details {
  margin-bottom: 20px;
}

.subscribe_input {
  width: 150px;
}

.ad_block a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.ad_block a:hover {
	text-decoration: none;
}

.ad_block a:hover, .tabs a:hover, .popular_tags a:hover {
  color: #FFF;
}

#quotes {
  margin: 20px 0px;
}

#quotes li {
  list-style: none;
}

#quotes p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #999;
}

#clients {
  padding-bottom: 40px;
}

.clients_title {
  margin-bottom: 20px;
}

.tweet_list {
  margin: 0px;
}

.tweet_list img {
  margin-right: 10px;
  float: left;
  margin-bottom: 15px;
}

.tweet_list li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 12px;
  clear: both;
}

.small_blog {
  margin: 0px;
  font-size: 12px;
}

.small_blog img {
  float: left;
  margin-right: 15px;
  border: 3px solid #555;
  height: 50px;
}

.small_blog .icon-comment {
  margin-top: 2px;
}
.small_blog li {
  list-style: none;
  margin-bottom: 20px;
}

/* faq */
ul.faq {
  list-style: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.faq li {
  list-style: none;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
}

h2.faq-head {
  padding: 0px 0px 0px 0px;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
}

div.faq-content {
  padding: 0px 0px 20px 37px;
  overflow: hidden;
}

div.faq-head p {
  margin-bottom: 0px;
}

span.faq-head-image{
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 13px;
  cursor: pointer;
  display: block;
}

span.faq-head-image.active {
  background: url('../images/minus.png');
}

span.faq-head-image {
  background: url('../images/plus.png');
}

#highlight {
    padding: 25px 0px;
    /*box-shadow: 0px 0px 9px -2px black;*/
    margin: 55px 0 20px;
}

.highlight_icon {
	padding-top: 30px;
	font-size: 75px;
	color: white;
}

#highlight h1 {
	/*color: #484e50;*/
}

.highlight_text {
    color: #484e50;
    line-height: 35px;
    padding: 0px 10px;
    text-align: center;
    font-size: 26px;
}

#highlight span {
    color: #54b4e0;
}

#tendencias {
    background-color: #eaeaea;
    margin-top: 20px;
    padding: 22px 0 5px 0;
}

#tendencias .heading_title {
  background: #eaeaea;
  padding: 10px 10px 10px 0px;
  display: table;
  font-size: 26px;
  font-weight: 300;
  color: #484e50;
}

#tendencias .carousel_navigation {
    background-color: #eaeaea;
}

/* Footer */
#block-block7 .content {

}

#footer {
  background-color: #54b4e0;
  /*background-image: url('../images/backgrounds/dark_mosaic.png');*/
  color: #0080bd;
  font-size: 14px;
  padding: 30px 0px 0px;
}

#footer span {
    color: white;
}

#footer a {
    color: white;
    font-size: 13px;
}

#footer a:hover {
    color: #0080bd;
}

#footer .tweet_text {
    color: #0080bd;
}

#footer ul li {
	list-style: none;
	margin-left: 0;
}

#footer .tweet_list li {
	font-size: 13px;
}

#footer p {
	font-size: 13px;
}

#footer h2, #footer h4 {
  margin: 28px 0 15px;
  color: #F8F8F8;
  font-size: 1.7em;
}

.footer_icons {
	margin: 5px 0px;
	text-align: left;
}

.footer_icons li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	font-size: 20px;
	color: white;
}

.footer_icons i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_icons li a {
	color: #fff;
}

#footer_menu {
  margin: 0px;
  text-align: right;
}

#footer_menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.after_footer {
  text-align: center;
  margin-bottom: -10px;
  color: #e9e9e9;
  font-size: 16px;
}

.footer2 {
    padding: 30px 0;
    background-color: #0080bd;
    color: white;
}

.footer2 .centrar {
    margin: 21px 20px 21px 10px;
}

.footer2 .right {
    height: 93px;
}

.footer3 {
    background-color: white;
    color: #54b4e0;
}

.footer3 p {
    margin: 15px 10px;
}
/*Responsive Styles*/

@media screen and (max-width: 1199px) {

  #panels {
    padding: 10px 40px;
  }

  #portfolio {
    padding: 10px 40px;
  }

  .page_heading_text {
    font-size: 32px;
  }

  #portfolio button.btn.btn-large {
	margin-bottom: 20px;
  }

  .subscribe_input {
    width: 135px;
  }

  .ei-title h2 {
    font-size: 36px !important;
  }

  .ei-title h3 {
    font-size: 58px !important;
  }

  #quotes p {
    font-size: 18px;
  }

  .footer_icons img {
    height: 30px;
    width: 30px;
  }

}

@media screen and (max-width: 1024px) {

  #slideout {
	  display: none;
  }

  .tile_contents {
    padding: 21px;
  }

}
@media screen and (max-width: 940px) {

  .name {
	  display: block;
  }

}

/* iPad portrait layout styles */
@media screen and (max-width: 768px) {

  .tweet_list img {
		margin-right: 10px;
		float: left;
		margin-bottom: 45px;
		width: 20px;
  }

  .footer_icons i {
    font-size: 16px;
  }

  #footer p {
  	font-size: 13px;
	}

  .recent_post_photo img {
	  height: 133px;
	}

	.recent_post_info {
		padding-top: 3%;
	}

	.recent_posts_wrap {
    height: 133px;
  }

  .top-bar ul > li.name h1 a {
	  padding: 0px;
  }

  .team_image_hover h2 {
    font-size: 16px;
  }

  .team_image_hover i {
    font-size: 24px;
  }

  .highlight_icon {
		padding-top: 0px;
		font-size: 60px;
  }

  .tile_contents i {
    font-size: 45px;
  }

  .tile_contents {
	  padding: 18px 0px;
  }

  .tile_contents p {
	  font-size: 18px !important;
  }

  .recent_post_info_text h1 {
    font-size: 24px;
  }

  #vert_nav {
	position: relative;
	margin-left: 0px;
  }

  #main_title {
    margin-left: auto;
  }

  .page_heading_text {
    font-size: 26px;
  }

  .panel_wrap {
	margin-bottom: 30px;
  }

  .ei-title {
	margin-bottom: -10px;
  }

  .ei-title h3, .ei-title h2 {
    color: #333 !important;
  }
  #portfolio .span3, #portfolio .span4, #portfolio .span5 {
	margin-bottom: 20px;
  }

  #panels .span4 {
    margin-bottom: 60px;
  }

  #clients .span2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .highlight_text {
    font-size: 17px;
  }

  .six .carousel_item_hover {
    padding: 100px 15px;
  }

}

@media screen and (max-width: 480px) {
  p.sub-slide  {
    margin: 6% 0 1% ;
  }
  .page_heading_text {
    font-size: 24px;
  }

  #highlight {
    text-align: center;
  }

  .team_image {
	  /*background: #333;*/
  }

  .four .carousel_item_hover {
    padding: 100px 15px;
  }

  .six .carousel_item_hover {
    padding: 100px 15px;
  }
}

/* Elements Demo */

blockquote {
	margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #DDD;
}

#elements_demo .tabs {
	border-bottom: none;
}

#elements_demo .tabs.pill.small {
	float: right;
}

#elements_demo h3 {
  margin-top: 0;
  font-size: 28px;
}

#elements_demo code {
	background: transparent;
}

pre {
	background: #0B1022;
	overflow: scroll;
	margin: 0px;
	padding: 0px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 12px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre, code {
	font-family: 'Monaco', courier, monospace;
	line-height: 1.4;
}

pre .comment {
	color: #727272;
}

pre .constant {
	color: #D8FA3C;
}

pre .storage {
  color: #FBDE2D;
}

pre .string, pre .comment.docstring {
	color: #61CE3C;
}

pre .string.regexp, pre .support.tag.script, pre .support.tag.style {
	color: #fff;
}

pre .keyword, pre .selector {
	color: #FBDE2D;
}

pre .inherited-class {
	font-style: italic;
}

pre .entity {
	color: #FF6400;
}

pre .support{
	color: #8DA6CE;
}

#recent .twelve {
	margin-bottom: -20px;
}

div.orbit-wrapper {
	clear: both;
}

.switch a {
	line-height: 12px;
}

/* Foundicon support */

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("./img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.tweet_time a {
    color: white;
}

.tweet_text {
    color: #0080bd;
}

.quienes-somos span {
    color: #feb522;
}

.quienes-somos h3, .quienes-somos h2 {
    color: #54b4e0;
    font-size: 28px;
    margin-top: 7px;
}

.quienes-somos p {
    font-size: 14px;
}

.quienes-somos .hr_beside {
    margin: 40px 10px 60px;
}

.quienes-somos-bg {
  min-height: 450px;
  margin: 45px 0 !important;
  background: url('../../../../default/files/quienes-somos/bg_empresa.jpg');
  color: white;
  text-align: center;
}

@media screen and (max-width: 900px) {
    .quienes-somos-bg {
        background: url('../../../../default/files/quienes-somos/bg_empresa_responsive.jpg');
    }
}

.quienes-somos-bg h3 {
  font-size: 28px;
  color: white;
}

.quienes-somos-bg .four {
  margin-top: 65px;
}

.views-row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.productos .row {
  margin: 0 !important;
}

.footer-principal {
  min-height: 250px;
  padding-bottom: 25px;
}

.header_icons li {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_icons li:hover {
  opacity: 0.4;
}

#google_map {
  height: 370px;
}

.blog .field-item {
  clear: both;
  padding-top: 1.5em;
}

.carta-up {
  font-size: 1.2em;
}

.views-field-profile-image-url {
  float: left;
  margin-right: 5px;
}

.view-tweets span {
  font-size: 13px;
}

.caja-descarga {
    position: relative;
    color: #000;
    margin-bottom: 30px;
}

.caja-descarga a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.caja-descarga img {
    margin-bottom: 15px;
}

.caja-descarga img:last-child {
    float: right;
    margin-bottom: 0;
}
.view-productos-relacionados .views-row {
  margin-top: 0;
  text-align: center;
}
#main_content h4 {
  color: #54b4e0;
}

#top_header h4 {
    display: none;
}

#lang_dropdown_form_language {
    margin-top: 10px;
}