body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

.header-out {
	background: #0073BF url(../images/bg_header_all.png) no-repeat 50% top;
	height: 363px;                                   
}

.header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background :url(../images/bg_header_top.png);
}

  .logo img{
    margin: 30px 0 0 25px;
    float: left;
  }
  
  .h_menu {
    float: right;
    padding: 5px;
    margin: 30px 50px 0 0;
  }

  .h_menu a{
    margin: 0 10px;
  }

  .h_languages {
    float: right;
    color: #000;
    background: #E8E8E8;
    font-size: 12px;
    padding: 5px;
    margin: 35px 30px 0 0;
  }
  
  .h_languages a{
    color: #000;
    padding: 0 5px;
    font-weight: bold;
  }

  .h_languages a.selected{
    color: #999;
  }

			
			ul.menu {
 				margin: 0 75px;
				padding: 0;
			}

			ul.menu li {
				list-style-type: none;
				float: left;
        margin: 0 2px;				
			}
			
      .menu li.apresentacao {
			  background: #000 url(../images/apresentacao_b.png) no-repeat 50%;
			  width: 160px;
      }

      .menu li.apresentacao.selected,
      .menu li.apresentacao:hover {
			  background: #FFF url(../images/apresentacao_n.png) no-repeat 50%;
			  width: 160px;
      }

      .menu li.produtos {
			  background: #000 url(../images/produtos_b.png) no-repeat 50%;
			  width: 138px;
      }

      .menu li.produtos.selected,
      .menu li.produtos:hover {
			  background: #FFF url(../images/produtos_n.png) no-repeat 50%;
			  width: 138px;
      }

      .menu li.qualidade {
			  background: #000 url(../images/qualidade_b.png) no-repeat 50%;
			  width: 257px;
      }

      .menu li.qualidade.selected,
      .menu li.qualidade:hover {
			  background: #FFF url(../images/qualidade_n.png) no-repeat 50%;
			  width: 257px;
      }

      .menu li.prevencao {
			  background: #000 url(../images/prevencao_b.png) no-repeat 50%;
			  width: 238px;
      }

      .menu li.prevencao.selected,
      .menu li.prevencao:hover {
			  background: #FFF url(../images/prevencao_n.png) no-repeat 50%;
			  width: 238px;
      }


			.menu li a {
				display: block;
				text-align: center;
				padding: 11px 5px;
        height: 15px;	
			}

			
h1 {
  border-bottom: 1px solid #CCCCCC;
}

h2.blu {
  background: url(../images/bg_head_blue.png) repeat-x;
  margin: 30px 0 0 0;
  padding: 0;
  height: 23px;
  line-height: 23px;
}

  h2.blu img{
    margin: 0;
    padding: 0 0 2px 10px;
  }

h2.black {
  background: url(../images/bg_head_black.png) repeat-x;
  margin: 30px 0 0 0;
  padding: 0;
  height: 23px;
  line-height: 23px;
}

  h2.black img{
    margin: 0;
    padding: 6px 0 0 10px;
  }


h2.white {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  height: 23px;
  line-height: 23px;
}

  h2.white img{
    margin: 0;
    padding: 0 0 2px 10px;
  }



.sub_header {
	width: 940px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

  .sub_header .date {
    float: right;
    font-size: 10px;
    color: #BFE1F8;
  }

  .sub_header .language {
    float: right;
    font-size: 12px;
    font-weight: bold;
  }

  .sub_header .language a{
    color: #000;
    padding: 0 5px;
  }
  .sub_header .language a.selected{
    color: #fff;
  }

.header_big {
	width: 960px;         
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0 0 70px;
}
		
.frame-out {
	background: #0073BF url(../images/bg_header_bottom.png) no-repeat 50% top;
	display: block;
	overflow: hidden;
	height: 37px;
}			
	
	.frame-in {
			width: 960px;
			margin-left: auto;
			margin-right: auto;      			
	}			
	 
	 .in-left {
    float: left;
    background: #FFF;
    height: 37px;
    margin: 0 0 0 75px;
    width: 400px;
   }
	
	 .in-right {
    float: right;
    background: #000;
    height: 37px;
    margin: 0 75px 0 0;
    width: 400px;
    text-align: right;
   }

   .frame-in a img{
    padding: 6px;
    margin: 0 20px;
   }
		
.frame {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;

}
		
.footer-out{
	background-color :#0083D7;
	border-top: 5px solid #000;
	display: block;
	overflow: hidden;
	clear: both;
	margin-top:40px;
}

.footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
  padding: 20px 0;	
}

    .footer ul{
      list-style-type: none;
      margin: 5px 0;
      padding: 0;
    }
    
    .footer ul li{
      float: left;
      font-size: 11px;
      
    }
    
    .footer ul li a{
      color: #FFF;
      padding: 0 5px;
      border-right: 1px solid #FFF;
    }

    .footer ul li a.last{
      border-right: 0;
    }
        
		.copyright {
		    margin: 20px 0 10px 5px;
				font-size: 11px;
				color: #66C1FF;
		}
		

/* particular styles */
    .big_text {
      color: #333333;
      font-size: 16px;
      line-height: 23px; 
    }

    .text {
      color: #333333;
      font-size: 14px;
      line-height: 23px; 
    }

    .text.left,
    .big_text.left {
      width: 418px; 
    }


    .big_text.left .azul {
      margin: 15px 0 25px 0;
      font-size: 12px;
      line-height: 18px;
      padding: 0;
      font-weight: bold;
      
    }
    
    .text.left .azul {
      font-size: 14px;
      font-weight: bold;
      
    }
    
    .text ul {
      list-style-image: url(../images/arrow_black.png);
      padding: 0 0 0 20px;
      margin: 0 0 20px 0;
      font-size: 12px;
      line-height: 18px;
    }

    .big_text ul {
      list-style-image: url(../images/arrow_black.png);
      padding: 0 0 0 20px;
    }
    
    ul.pro {
      line-height: 25px;
      padding: 0 0 0 50px;
    }
    
    ul.pro li{
      padding: 0 0 5px 0;
    }
    
    .one_col.left {
      width: 482px;
    }
    
    .one_col .col {
      padding: 0 0 0 41px;
      color: #333333;
    }

    .one_col img.big {
      margin: 0 0 10px 40px;
    }


    .two_col.left {
      width: 482px;
    }
    
    .two_col .col {
      font-size: 12px;
      padding: 0 0 0 41px;
      width: 200px;
      color: #333333;
    }

    .two_col img.big {
      margin: 0 0 10px 40px;
    }


    .humans {
      padding: 20px 110px 10px 0;
    }

    .humans p{
      font-size: 12px;
      color: #333;
      margin: 20px 0;
    }
    .humans .left{
      margin: 0px 20px 0px 0;
    }

    .blu_box {
      background: #DFEEF7;
      padding: 10px;
      margin: 20px 0;
    }

    .blu_box .left{
      padding: 10px 10px 0 10px;
    }

    
    .blu_box ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .blu_box ul li{
      color: #274657;
      font-size: 12px;
      list-style-type: none;
      font-weight: bold;
      line-height: 26px;
    }


    .gray_box {
      background: #EEEEEE;
      padding: 10px 0 10px 10px;
      margin: 20px 0;
    }
    
    .gray_box .third {
      width: 280px;
      height: 315px;
      float: left;
      padding: 0 20px 0 0;
      position: relative;
    }
    
    .gray_box .third.line {
      border-left: 1px solid #fff;
      padding-left: 20px;
    }    
    
    .gray_box .third h4{
      color: #999999;
      margin: 0;
      padding: 0;
      font-size: 11px;
      font-weight: normal;
    }
    
    .gray_box .third p{
      color: #333333;
      margin: 0;
      padding: 10px 10px 10px 0;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
    }
    
    .gray_box .third img.middle {
    	position: absolute;
    	bottom: 5px;
		}
    

    img.middle {
      margin-top: 7px;
    }
    

  .contacto {
    border-top:1px solid #CCCCCC;
    margin-top: 10px;
    padding: 20px 10px;

  }

  form div {
    margin: 10px 0 5px;
  }

  form div label {
    display:block;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin:0 10px;
    overflow:hidden;
    text-align:right;
    width:300px;
  }
  
  form div input {
    width: 350px;
  }

  form div input {
    width: 350px;
  }
  
  form input.submit{
    margin: 10px 0 0 320px;
}

div.error,
div.gracias {
    background:#EFFFEF none repeat scroll 0 0;
    border:5px solid #333333;
    font-size:13px;
    font-weight:bold;
    margin:5px 0 10px;
    padding:10px 0;
    text-align:center;
    width:940px;
}

div.error {
    background: #FFEFEF none repeat scroll 0 0;
}
    
/* products */

  img.produto {
    float: left;
    margin: 15px 29px 0 0;
  }

  img.produto.last {
    margin: 15px 0 0 0;
  }
      
    
/* general styles */

a.cg {
	color: #006CB4;
}

.azul {
  color: #006CB4;
}

h3.azul {
  font-size: 12px;
  margin: 0 0 10px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}
		
.clear {
	clear: both;
	height: 0px;
	}
	
a img.cinks {
  padding: 20px 3px 0;
}

/* BARRA COOKIES */

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
}

#barraaceptacion .inner {
	font-family: verdana;
    font-size: 12px;
    line-height: 17px;
    padding-left: 5px;
    position: absolute;
    top: 25%;
    width: 100%;
}

#barraaceptacion .inner a.ok {padding:4px;color:#81CCE8;text-decoration:none;}
#barraaceptacion .inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}