@charset "utf-8";
/* CSS Document */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-margin-left: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
 
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #CCC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.row {
	margin-left: -20px;

  *zoom: 1;
	color: #C03;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
   min-height: 1px;
  margin-left: 20px;
}


.container{
  width: 1020px;
}
.span12 {
  width: 980px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 292px;
}
.span4_icon {
  width: 325px;
  padding-right:25px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span2_icon {
  width: 110px;
}
.span1 {
  width: 60px;
}
.margin-left12 {
  margin-left: 980px;
}
.margin-left11 {
  margin-left: 900px;
}
.margin-left10 {
  margin-left: 820px;
}
.margin-left9 {
  margin-left: 740px;
}
.margin-left8 {
  margin-left: 660px;
}
.margin-left7 {
  margin-left: 580px;
}
.margin-left6 {
  margin-left: 500px;
}
.margin-left5 {
  margin-left: 420px;
}
.margin-left4 {
  margin-left: 340px;
}
.margin-left3 {
  margin-left: 260px;
}
.margin-left2 {
  margin-left: 180px;
}
.margin-left1 {
  margin-left: 130px;
}


.margin-right3 {
	margin-right:260px;
}



.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.min_height{
	min-height:727px;
	_min-height:733px;
	/**_min-height:735px;
	min-height:727px\9;*/
	min-height:733px\0/;
	/*height:200%;*/
	/*height:auto;*/
}

p {
  margin: 0 0 10px;
}

strong {
	font-weight: bold;
	color: #6300C6;
}
em {
  font-style: italic;
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 32px; /* 24.5px;*/
}
h4 {
  font-size: 16px;
}
h4.title {
  font-size: 27px;
  font-family: 'Rokkitt', serif;
}
h5 {
  font-size: 14px;
}
h5.title {
  font-size: 18px;
  line-height:20px;
  font-family: 'Rokkitt', serif;
}
h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}

.accordion {
  margin-bottom: 20px;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.margin-contacto{
	margin-right:80px;
  }
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .container-fluid {
    padding: 0;
  }
 
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    /*float: none;*/
    /*display: block;*/
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span2_icon {
    width: 100px;
	margin-right:20px;
	}
  .span4_icon {
    width: 470px;
	}
	
  .span7{
	  clear:both;
	  float:none;
	}
	.prensa .span4 {
    width: 460px;
    }
	.map{
		height:420px;
	}
  
  .margin-contacto{
	margin-right:0px;
  }
  .prensa .span4 {
 	width: 300px;
	float:none;
	/*margin-left:100px;*/
	
  }
  .nosotros .span4{
	  width:75%;
	  margin-left:13%;
	  margin-bottom:10px;
  }
  
.textura .span11 {
    margin-left: 0px !important;
}
  
  .item_cuadrado {
	min-height:120px;
	margin-bottom:20px;
	margin:0 auto;

}
  	
  .span11 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="margin-left"]:first-child {
    margin-left: 0;
  }
 
 
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .marcas{
	text-align:center;
	}
	.rs_center_horizontal_container .rs_center_horizontal {

    bottom: 0px !important ;
	display:none;
	opacity:0;
  
}
 
}
@media (max-width: 480px) {

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
 .span4_icon {
    width: 100%;
	margin:0;
}
.marcas{
	text-align:center;
	}
	
	 .margin-contacto{
	margin-right:0px;
  }
  

}
@media (min-width: 768px) and (max-width: 980px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  
  .container
  {
    width: 724px;
  }
  .marcas{
	text-align:center;
	}
   
   .prensa .span4 {
    width: 240px;
    }
   
	
.prensa .item_text1{
   top:38px;
    }

.item_cuadrado {
   height:295px;
  }
  form.buscador{
	height:190px;}
   
  form.buscador select{
	width:280px;
	}
	
  .margin-contacto{
	  margin-right:0px;
  }
  
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 100%;
  }
  .span9 {
    width: 538px;/*538*/
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 221px;
  }
   .span4_icon {
    width: 180px;
  }
  .span3 {
    width: 220px;
  }
  
  .span2 {
    width: 90%;
  }

  .span1 {
    width: 42px;
  }
  .margin-left12 {
    margin-left: 764px;
  }
  .margin-left11 {
    margin-left: 702px;
  }
  .margin-left10 {
    margin-left: 640px;
  }
  .margin-left9 {
    margin-left: 578px;
  }
  .margin-left8 {
    margin-left: 516px;
  }
  .margin-left7 {
    margin-left: 454px;
  }
  .margin-left6 {
    margin-left: 392px;
  }
  .margin-left5 {
    margin-left: 330px;
  }
  .margin-left4 {
    margin-left: 268px;
  }
  .margin-left3 {
    margin-left: 206px;
  }
  .margin-left2 {
    margin-left: 144px;
  }
  .margin-left1 {
    margin-left: 82px;
  }
  


}
