@charset "UTF-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	border:0px;
	background-color:transparent;
	color:#444444;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-weight:lighter;
	font-stretch:condensed;
}
a{
	text-decoration:none;
}
button{
	cursor:pointer;
}		
button:focus{
	outline: 0;
}

body.bodyClass{
	display:none;}
	
/* HEADER */
div#header{
	width:1120px;
	height:80px;
	margin:0 auto;
}

/* LOGO */
a#logo{
	position:relative;
	float:left;
	width:260px;
	height:180px;
	background-image:url(images/logo.png);
	background-size: 260px 180px;
	background-repeat:no-repeat;
	cursor:pointer;
}

/* HOME */
a#home{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-top:10px;
	margin-left:10px;
}
a#home:hover polygon#homefill{
	fill:#6A1A31;
}

/* MENU */
ul#menu{
	position:relative;
	float:left;
	width:calc(100% - 290px);
	height:80px;
	font-size:14px;
}

ul#menu li.menuLI{
	position:relative;
	float:left;
	padding-top:45px;
	width:207px;
	height:35px;
	text-align:center;
	list-style-type:none;
	text-decoration:none;
	cursor:pointer;
}
ul#menu li.menuLI:hover{
	background-color:#6A1A31;
	color:#FFFFFF;
}

/* GALLERY */
div#gallery{
    position: absolute;
    top: 80px;
	width:100%;
	height:400px;
	overflow:hidden;
}
div#gallery div#galleryOut{
	position:absolute;
	width:100%;
	height:400px;
	overflow:hidden;
}
div#gallery div#galleryIn{
	position:absolute;
	width:calc(100% * 3);
	height:400px;
}
div#gallery img.galleryItem{
	position:absolute;
	width:calc(100% / 3);
	margin-top:-7%;
}

div#gallery img#galleryItem1{
	left:0;
}
div#gallery img#galleryItem2{
	left:calc(100% / 3);
}
div#gallery img#galleryItem3{
	left:calc(100% / -3);
}

/* MAIN */
div.main{
	position:absolute;
	top:480px;
	width:100%;
	height:700px;
	background-image:url(images/bg.jpg);
}

div#searchBtn{
    position: relative;
    float: right;
	width:77px;
	height:77px;
	padding-right:50px;
	margin-top:-77px;
	background-image:url(images/searchBack.png);
	background-size:77px 77px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
div#searchBtn:hover .searchPath{
	fill:#6A1A31;
}

div#title{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
}
a#slogan{
    position: relative;
    float: left;
    margin-left: calc(50% - 192px);
	width:385px;
	height:30px;
	background-image:url(images/eslogan.png);
	background-size:385px;
}

table#mainTable{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin: auto;
}
table#mainTable tr td{
	width:200px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
}
table#mainTable tr td div{
	margin-top:20px;
}
table#mainTable div.titleTable{
	color:#ABABAB;
	font-size:24px;
    text-align: center;
}
table#mainTable div.descriptionTable{
	color:#ABABAB;
    width: 200px;
    text-align: center;
	font-size:14px;
}
table#mainTable div.iconTable{
	width:100px;
	height:100px;
	margin-left: 50px;
	cursor:pointer;
}

table#mainTable div#iconContactTable:hover circle#circleContactSVG{
	fill:#6A1A31;
}
table#mainTable div#iconContactTable:hover path.iconContactSVG{
	fill:#FFFFFF;
}

table#mainTable div#iconCompanyTable:hover circle#circleCompanySVG{
	fill:#6A1A31;
}
table#mainTable div#iconCompanyTable:hover path.iconCompanySVG{
	fill:#FFFFFF;
}

table#mainTable div#iconSupplierTable:hover circle#circleSupplierSVG{
	fill:#6A1A31;
}
table#mainTable div#iconSupplierTable:hover path.iconSupplierSVG{
	fill:#FFFFFF;
}

table#mainTable div#iconProductsTable:hover .circleProductsSVG{
	fill:#6A1A31;
}
table#mainTable div#iconProductsTable:hover path.iconProductsSVG{
	fill:#FFFFFF;
}

/* FOOTER */
div#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height:70px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.85);
}
div#footer p, a{
	color:#FFFFFF;
	font-size:12px;
}
span#email_span{
	color:#FFFFFF;
	font-size:12px;
	position:relative;
	float:left;
	left:5px;
	top:-3px;
	}
div#footer span.overColor{
	color:#ABABAB;
}

div#footer div#optionsFooter{
	position:relative;
	float:left;
	width:200px;
	height:80px;
	margin:10px 10px 10px 20px;
}

div#footer div#optionsFooter p#languagesMenu{
	position:relative;
	float:left;
	width:200px;
	height:25px;
	margin-top:5px;
}

/*div#footer div#optionsFooter div#socialmedia{
	position:relative;
	float:left;
	width:200px;
	height:50px;
}*/

div#footer div#optionsFooter p#derechos{
	position:relative;
	float:left;
	width:350px;
	height:50px;
	font-size:12px;
	color:#ABABAB;
}

div#footer div#logoFooter{
	position:relative;
	float:left;
	width:calc(100% - 460px);
	height:80px;
	margin-top:15px;
	margin-bottom:10px;
}
div#footer div#logoFooter svg#logoSVG{
	width:280px;
    margin-left: calc(50% - 140px);
}

div#footer div#locationFooter{
	position:relative;
	float:left;
	width:200px;
	margin:20px 10px 20px 0px;
}
div#footer div#locationFooter a{
	margin-top:10px;
	text-align:center;
	cursor:pointer;
}
div#footer div#locationFooter p{
	text-align:center;
}
div#footer div#locationFooter div#emailLocation{
	cursor:pointer;
}

div#footer div#locationFooter div#emailLocation a{
    position: relative;
    height: 20px;
    width: 210px;
	margin-top:-15px;
    float: left;
}

div#footer div#emailBtn{
    position: relative;
    float: right;
	width:77px;
	height:77px;
	padding-right:50px;
	margin-top:-77px;
	background-image:url(images/emailBack.png);
	background-size:77px 77px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
div#footer div#emailBtn a{
    position: relative;
    height: 60px;
    width: 77px;
    float: left;
    margin-top: -60px;
}

div#emailBtn:hover .emailPath{
	fill:#ABABAB;
}

.cookiesButton
{
	display: flex;
	align-content: center;
	flex-direction: column;
}

button#cookiesR{
	margin-top: 5px;
}



