@charset "iso-8859-1";
/* CSS Document */

body
{
	margin:0px;
	text-align:center;
	font-size:14px;
	text-align:center;
	/*min-height:1300px;*/
	font-family: 'Open Sans', sans-serif;
	background: #313131;
}

img{
	max-width: 100%;
}

.separacion_tab_especificaciones, .separacion_tab_dimensiones{
	/*display: none !important;*/
}
select, textarea, input
{
	font-size:13px !important;
	color:#333333;	
}
a img
{
	border:none;	
}

#img_ppal > img {
    width: 100%;
}

form
{
	padding:0px;
	margin:0px;	
}
h1 {
    font-size: 75px;
    color: #000000;
    font-weight: 100;
}


#header{
	max-width:1440px;
	width:100%;
	margin-left:auto;
	margin-right:auto;	
    position: absolute;
    z-index: 9999;
	background-image:url(../images/barra_menu.png);
	background-repeat:no-repeat;
	background-color:transparent;
	height: 105px;	
}

#container_menu{
	max-width:1024px;
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	height: 105px;
	margin-top: 1%;
}

#logo_cottes{
	float:left;
	width: 15%;
	margin-right:3%;
}

#menu{
	float:left;
	width: 80%;
	margin-top: 2%;
	position: relative;
	text-align: center;
}

#menu .boton, #menu .boton_seleccionado, #menu .boton_selected{
	margin-right: 3%;
	height:40px;
	display: inline-block;
	position: relative;
	background: none;
	float: left;
}

#menu .boton_seleccionado a, #menu .boton a:hover{
    text-decoration:none;	
	height:40px;
	text-align:center;
	color:#ffffff;
	text-decoration: underline;
}


#menu .boton a, #menu .boton_selected a{
	text-decoration:none;	
	text-align:center;
	color:#ffffff;
	font-size: 16px;
	font-weight: lighter;
}

#menu .boton .submenu, #menu .boton_seleccionado .submenu, #menu .boton_selected .submenu{
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 999;
	width: 120px;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

#menu .boton .submenu .item, #menu .boton_seleccionado .submenu .item,  #menu .boton_selected .submenu .item{
	background: transparent;
	color: #FFF;
}

.btnlast{
	margin-right:0 !important;
}

.separacion_submenu{
	border-top: 1px solid #FFF;
	height:2px;
    margin: 0 auto;
    width: 40%;
}


#menu .boton .submenu a, #menu .boton_seleccionado .submenu .item a, #menu .boton_selected .submenu .item a{
	color: #FFF;
	text-decoration:none;
	text-align: center;
	padding: 10px;
	display: inline-block;
	font-weight: normal;
	height: auto;
	font-size: 14px;
}

#menu .boton .submenu a:hover, #menu .boton_seleccionado .submenu .item a:hover, #menu .boton_selected .submenu .item a:hover{
	color: #FFF;
}

#menu .boton:hover .submenu, #menu .boton_seleccionado:hover .submenu, #menu .boton_selected:hover .submenu{
	display: block;
}


#content
{
	min-height:700px;	
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#container_content, #container_footer{
	width:100%;
}



#container_content{
	
}





#container_footer{
	background-color:#000;
}


#idiomas{
	width:30%;
	float:left;
	height: 20px;
}

.two-columns-text {
    -moz-column-count: 2;
    -moz-column-gap: 120px;
    -webkit-column-count: 2;
    -webkit-column-gap: 120px;
    margin-bottom: 120px;
    padding: 0 20px;
}
#quienes_somos .two-columns-text{
	margin-bottom:50px;
}







#buscador {
	height:90px;
	float:left;
	width:250px;
	margin-left:80px;
	margin-top:20px;
	color:#333333;
}
#buscador .txt
{
	width:130px;
	color:#333333;
	padding-top:8px;
	font-size:13px;
	padding-left: 7px;
	padding-bottom:5px;
}
#buscador #palabras_clave {
	border:none;
	background-color: #ffffff;
	margin-right: 0px;
	margin-left:7px;
	margin-top: 1px;
	height: 26px;
	width: 180px;
	color: #226976;;
	font-weight: bold;
	padding-left: 5px;
	border-radius:10px;
	float:left;
}

#buscador #boton_submit_buscador {
	width: 28px;
	height: 28px;
	cursor: pointer;
	float:left;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	margin-left:5px;
}


.content_body
{

	font-size:14px;	
}

.blanco{
	background: #fff;
	display: inline-block;
}

.controles .colR {
	margin-top: 5% !important;
}

.txt_ficha h2{
	text-align: center !important;	
}

.txt_ficha .separacion_tit{
	margin: 0 auto 5% auto !important;
}

#mainNav + div{
	background: #fff;
	display: inline-block;
	width: 100%;
}
/*FOOTER*/


footer{
	background: #313131;
}

#footer{
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	color:#FFF;
	text-align: left;
	font-size: 17px;
	padding: 20px 0;
}


#footer_left{
	float:left;
	width:51%;
	height:125px;
}



.txt_blog{
	float: left;
    font-size: 45px;
    font-weight: 100;
    padding-right: 3%;
    padding-top: 5%;
    text-align: right;
    width: 40%;
}

.noticia{
	padding: 30px 0 !important;
}

.noticia_blog{
	float:left;
	width:56%;
}

.img_blog{
    float: left;
    width: 20%;
    height: 0;
    padding-top: 20%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.post_home {
	width: 75%;
	float: right;
	text-align: left;
}

.post_home > a {
    text-decoration: none;
}

.noticia .btn{
	text-transform: uppercase;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    margin-top: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.noticia .btn:hover{
	background: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.6);
}
.noticia_blog .fecha{
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
	padding-top: 3%;
}

.noticia_blog .titulo{
    margin-bottom: 0;
    margin-top: 0;
	color: #fff;
	font-size: 12px;
}

.noticia_blog .ver_mas{
	color: #fff;
    font-size: 12px;
    font-style: italic;
	margin-bottom: 0;
	margin-top: 1%;
}


.simbolo_mas{
	border: 2px solid #fff;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 14px;
    height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 20px;
}

#footer_right{
	float:left;
	width:44%;
	margin-left:2%;
	height:125px;
}


#rss_copyright{
	float:left;
	width:58%;
	height:100px;
}


#redes_sociales_footer{
    margin-top: 8px;
    text-align: right;
}

.twitter{
	background-image:url(../images/redes_sociales/twitter_cottesgroup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 5px;
    width: 30px;
}

.flickr{
	background-image:url(../images/redes_sociales/flickr_cottesgroup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 5px;
    width: 30px;
}

.blog{
	background-image:url(../images/redes_sociales/blog_cottesgroup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 5px;
    width: 30px;
}

.youtube{
	background-image:url(../images/redes_sociales/youtube_cottesgroup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 5px;
    width: 30px;
}


.linkedin{
	background-image:url(../images/redes_sociales/linkedin_cottesgroup.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: contain;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 5px;
    width: 30px;
}

.twitter:hover, .flickr:hover, .blog:hover, .youtube:hover, .linkedin:hover{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

#logo_footer_brakel_cottesgroup{
	float:left;
	width:40%;
	margin-top:5%;
}

#logo_footer_cottesgroup{
	text-align: center;
}

#logo_footer_cottesgroup img{
	height: 45px;
}
#txt_copyright{
	margin-top: 10px;
}
#txt_copyright p{
	font-size:9px;
 	text-align: center;	
	margin-bottom: 0;
    margin-top: 0;
}

#txt_copyright p a{
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}

.separacion_footer{
    border-right: 1px solid #fff;
    float: left;
    height: 90px;
    margin-top: 1%;
    width: 1%;
}

.seo-text {
    position: absolute !important;
    text-indent: -9999px !important;	
    z-index: -9999 !important;
}


#quienes_somos{
	background: #fff;
}


.clear
{
	clear:both;
	height:1px;
}

.precarga{
  display: none;
}

/*.ui-tooltip {
	max-width: 200px;
	width:33%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	font-family: "Open Sans",sans-serif;
}*/

.piL a, .piC a, .piR a{
	text-decoration:none;
}


#noticias{
	background: #f6f6f6;
}

#noticias h3{
	font-size: 38px;
    margin: 0;
	text-align: left;
	/*padding: 11.4% 10%;*/
	padding: 3.4% 10%;
}



/* ### QUIENES SOMOS ### */
#quienes_somos #img_ppal{
	width: 100%;
	margin:0 auto;
}


#conocenos_quienes_somos h1{
	font-size:30px;
	font-weight:normal;
	color: #000000;
}

#conocenos_quienes_somos h2{
	font-size:22px;
	font-weight:lighter;
	color: #000000;
}

.separacion_tit_conocenos{
	background-color:#00AAC6;
	height:4px;
	width:8%;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.separacion_tit_nosotros{
	background-color:#00AAC6;
	height:5px;
	width:8%;
	margin:0 auto;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.row.tabla{
	display: table;
	width: 100%;
}
#txt_conocenos{
	display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    padding: 0 35px;
	width:100%;
}
#txt_conocenos h1{
	font-size: 24px !important; 
	font-weight: 600;
}

#txt_conocenos h2{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

#txt_conocenos p{
	text-align: justify;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: lighter;
    line-height: 30px;
}

#img_conocenos{
	display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

#img_conocenos img{
	width: 100%;
}

#equipo_quienes_somos{
	    background: #fff;
}


#equipo_quienes_somos h1{
	font-size:30px;
    font-weight: lighter;
    margin-bottom: 5%;
    margin-top: 2%;
	color: #000000;
}

#top_equipo{
    margin: 0 auto;
    width: 60%;
}




/*RESPONSIVE INI*/


/*Aplicar solo en resoluciones entre X e Y pixeles de ancho:*/

@media screen and (min-width:1024px) and (max-width:1399px) {
	
	
.txt_blog{
	width: 30%;
}

.noticia_blog{
	width: 60%;
}

.post_home{
	width: 65%;
}

}


/*Aplicar solo en resoluciones de menos de X p�xeles de ancho:*/
@media screen and (min-width:897px) and (max-width:1023px) {

#logo_cottes {
	float: none;
	width: 15%;
	margin-left: 3%;
}

#menu {
	float: none;
	width: 95%;
	position: relative;
	margin-top: 2%;
	margin-left: 3%;
	margin-right: auto;
	text-align: center;
}


.txt_blog{
	width: 25%;
}

.noticia_blog {
	float: left;
	width: 70%;
}

.post_home {
	padding-left: 5%;
	width: 70%;
	float: right;
}

#rss_copyright{
	width: 70%;
}

#redes_sociales_footer{
	margin-top: 4%;
}

#logo_footer_cottesgroup {
	float: right;
	width: 30%;
	margin-top: 5%;
}

}

@media screen and (min-width:768px) and (max-width:896px) {
#logo_cottes {
	float: none;
	width: 15%;
	margin-left: 3%;
}

#menu {
	float: none;
	width: 97%;
	position: relative;
	margin-top: 2%;
	margin-left: 1.5%;
	margin-right: auto;
	text-align: center;
}


	
#menu .boton, #menu .boton_seleccionado, #menu .boton_selected{
	margin-right:2%;
}

#footer{
	height: auto;
	background-size: cover;
}

#footer_left {
	float: none;
	width: 100%;
	height: 125px;
}

.txt_blog{
	font-size: 36px;
	width:20%;
}

.noticia_blog{
	width:75%;
}


.post_home {
	width: 78%;
	padding-top: 3%;
}

#footer_right {
	float: none;
	width: 98%;
}

.separacion_footer{
	display:none;
}

.bola_cottes img {
    width: auto !important;
}
	
}

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

.descripcion > span, .especificaciones > span, .dimensiones > span ,.eficiencia > span,.soluciones > span {
    font-size: 18px !important;
    font-weight: 100 !important;
}
.two-columns-text {
    -moz-column-count: initial;
    -moz-column-gap: initial;
    -webkit-column-count: initial;
    -webkit-column-gap: initial;
    margin-bottom: initial;
    padding: initial;
}
		
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

#header{
	position: inherit;
	background-color: #333;
	height: auto;
}

#container_menu{
	margin-top:0;
	height: auto;
}
	
#logo_cottes{
	float:none;
	width: 30%;
}
	
#menu{
	position: inherit;
	float: none;
	width: 100%;
	margin-top: 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu .boton, #menu .boton_seleccionado, #menu .boton_selected{
	float:none;
	text-align:center;
	margin-right:0;	
	padding-top: 2%;
	width: 100%;
}

#menu .boton:hover, #menu .boton_selected{
	background-color:#00AAC6;
}

#menu .boton .submenu, #menu .boton_seleccionado .submenu, #menu .boton_selected .submenu{
	background: none repeat scroll 0 0 rgba(0, 170, 198, 0.8);
}
	
.separacion_menu {
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #fff;
}	
	
#footer{
	height: auto;
	background-size: cover;
}

#footer_left {
	float: none;
	width: 100%;
	height: 125px;
}

.txt_blog{
	font-size: 36px;
	width:20%;
}

.noticia_blog{
	width:75%;
}


.post_home {
	width: 78%;
	padding-top: 3%;
}

#footer_right {
	float: none;
	width: 98%;
}

.separacion_footer{
	display:none;
}	

#mas_info{
	height: auto !important;
	padding: 5px 0 !important;
}
}


@media only screen and (min-width: 0px) and (max-width: 480px) {
	#header{
	position: inherit;
	background-color: #333;
	height: auto;
}

#container_menu{
	margin-top:0;
	height: auto;
}
	
#logo_cottes{
	float:none;
	width: 100%;
}
	
#menu{
	position: inherit;
	float: none;
	width: 100%;
	margin-top: 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu .boton, #menu .boton_seleccionado, #menu .boton_selected{
	float:none;
	text-align:center;
	margin-right:0;	
	padding-top: 2%;
	width: 100%;
}

#menu .boton:hover, #menu .boton_selected{
	background-color:#00AAC6;
}

#menu .boton .submenu, #menu .boton_seleccionado .submenu, #menu .boton_selected .submenu{
	background: none repeat scroll 0 0 rgba(0, 170, 198, 0.8);
}
	
.separacion_menu {
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #fff;
}	
	
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name h4, .portfolio-box .portfolio-box-caption .project-datos h4{
	font-size: 28px;
	margin: 0;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name .btn, .portfolio-box .portfolio-box-caption .project-datos .btn{
	margin-top: 5px;
}

.portfolio-box .portfolio-box-caption .project-datos .contenedor a, .portfolio-box .portfolio-box-caption .project-datos .contenedor p{
	font-size: 14px;
}

.noticia {
    padding: 0px 0 !important;
}
	
#footer{
	height: auto;
	background-size: cover;
}

#footer_left {
	float: none;
	width: 92%;
	height: 200px;
}

.txt_blog{
	font-size: 36px;
	width:100%;
	float:none;
	text-align: left;
	margin-left: 5%;
}

.noticia_blog{
	width:94%;
	margin-left: 5%;
}


.post_home {
	width: 65%;
	padding-top: 3%;
}

#footer_right {
	float: none;
	width: 90%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.separacion_footer{
	display:none;
}	

#rss_copyright, #logo_footer_cottesgroup{
	float:none;
	width:100%;
}

h1{
	font-size: 48px !important;
}

#mas_info{
	height: auto !important;
	padding: 5px 0 !important;
}

}


/*RESPONSIVE FIN*/
#link-tabs{
	display:none;
}
.separacion_blue2 {
    background-color: #00adc3;
    border-radius: 5px;
    height: 5px;
    margin: 3% auto 3%;
    width: 11%;
}
#menu_tabs2{
	list-style-type: none;
}

@media (max-width:768px){
	img#logoblog {
		margin: 0 auto;
		display: block;
	}
	#botones{
		display:none;
	}
	#link-tabs{
		display:block
	}
}

/* CONTACTO FLOTANTE */
#tooltip, #closeFormTooltip {
    cursor: pointer;
    color: #fff;
}

#tooltip {
    background-color: rgba(49,49,49,0.8);
    background-image: url(../images/icono-flotante.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    height: 100px;
    width: 100px;
    display: block;
    position: fixed;
    right: 0;
    text-align: center;
    top: 250px;
    z-index: 1000;
    overflow: hidden;
    text-indent: -100%;
}
#formTooltip {
    max-width: 350px;
    width: 100%;
    margin-top: 100px;
    display: none;
    text-align: left;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 3px #eee;
    position: fixed;
    right: 0;
    top: 1%;
    z-index: 1000;
}
h3.fondo-form-flotante {
    height: 62px;
    line-height: 62px;
    margin-top: 0;
    background-color: #313131;
    
    padding-left: 100px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
#closeFormTooltip {
    position: absolute;
    right: 1.5%;
    top: 1.5%;
}
#formTooltip > form {
    padding: 0 15px 15px 15px;
}
#ficha_service .ft-item img{
	max-width:100px;
}
#tab-menu{
	padding-bottom: 30px;
	padding-top: 30px;
}
