@charset "windows-1250";
body {
	background-attachment: fixed;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

header {
	padding-left: 15px;
	float:left;
	
}
header img{
	border:none;
}
nav {
		font-family: Rosario, sans-serif;
	float:right;
	width:460px;
	display:block;

}

nav li{

	font-size:1em;
	float:left;
	list-style-type: none;
	padding-left:12px;
	margin-top:75px;
	text-transform: uppercase;
	color:#fff;
}

nav li a{
	color: #f6dc7f;
	text-decoration: none;
	text-shadow: #000 0px 0px 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

nav li a:hover{
	color: #f6edcc;
	text-decoration: none;
	text-shadow: #f6dc7f 0px 0px 5px;
}
article {
	width: 803px;
	height: 443px;
	margin-top:119px;

	overflow:hidden;
	display:block;
	position: relative;
}



article h1{
display:none;
}
article img{
border:none;
}

article h2{
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size:1.3em;
	color:#777;
	text-transform: uppercase;
	margin:0;
	padding:0;
		margin-bottom:3px;
}
article ul{
	margin:0;
	padding:0;
	margin-left:20px;
	list-style-type: square;
}

article li{
	paddding:0;
	margin:0;
	line-height:.9em;
	margin-bottom:5px;
	font-size:.9em;
}

article a{
	color: #666;
	text-decoration: none;
}
article a:hover{
	color: #00B0DD;
}


article .data{
	color: #666;
	font-size:.8em;

}
#wrapper {
	height: 641px;
	width: 803px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	khtml-border-box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	background-image: url(img/fondo.png);
	background-repeat: no-repeat;

}
.foto {
	float:left;
	margin-right:20px;
	border: 1px solid #333;
}
article.empresa {
	background-image: url(img/fondo-cama.jpg);
	
}

article.productos {
	background-image: url(img/fondo-tela-roja.jpg);
}	
article.noticias {
	background-image: url(img/fondo-tinte.jpg);
	
}
article.ubicacion {
	background-image: url(img/fondo-tela-marron.jpg);	
}
article.contacto {
	background-image: url(img/fondo-interior.jpg);	
}
article.aviso {
	background-image: url(img/fondo-tela-roja.jpg);	
}

section{
	width:610px;
	height:280px;
	padding:25px;
	padding-top:75px;	
	margin-left:75px;
	display:block;
}

article.empresa section{
	background-image: url(img/empresa.png);
height:200px;
margin-top: 70px;
	
}
article.productos section{
	background-image: url(img/productos.png);
margin-top: 37px;
	
}
article.noticias section{
	background-image: url(img/noticias.png);	
margin-top: 37px;
}

article.ubicacion section{
	background-image: url(img/ubicacion.png);	
margin-top: 37px;
}

article.contacto section{
	background-image: url(img/contacto.png);	
margin-top: 37px;
}

article.aviso section{
	background-image: url(img/aviso-legal.png);	
margin-top: 37px;
}



/* Formulari de contacte */

article.contacto  form{
	width:346px;
	float:left;
}

article.contacto label{
display:block;
min-height: 28px;
}

article.contacto span{
width:100px;
display:block;
float:left;
}

article.contacto input, article.contacto  textarea{
	font-family: Tahoma, Verdana, Arial;
	color: #333;
	background-color: #eaeaea;
	padding:2px;
	width:239px;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(1,1,2,.3);
	transition: all .47s ease-in-out;
	-webkit-transition: all .47s ease-in-out;
	-moz-transition: all .47s ease-in-out;
	outline: none;
	border: 1px solid #aaa;	
	margin: 0;	
}

article.contacto input:focus, article.contacto textarea:focus {
	 	background-color:#fdfdfd;
}	

article.contacto textarea{

	height:103px;
	
}
/* Botó enviar */
article.contacto input[type="submit"]
{
	
		width:100px;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
text-shadow: #6374AB 1px 1px 2px;
	color:#fff;
    background-color: #fdbf00;
	-webkit-transition: all .0s ease-in-out;
	-moz-transition: all .0s ease-in-out;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdbf00), to(#d79d00));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdbf00, #d79d00);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdbf00, #d79d00);
  
  /* IE  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbf00', endColorstr='#d79d00');
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #fdbf00, #d79d00);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fdbf00, #d79d00);
	

    /*
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block 
    *display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;*/
    text-align: center;
  cursor: pointer;
    
    margin-top: 10px;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 0.75em;
    padding-right: 2em;
    padding-bottom: .75em;
    padding-left: 2em;
    float:right;
    
    border-radius: 3px;    


    box-shadow: 0 1px 2px rgba(1,1,2,.3);   
    -webkit-box-shadow: 0 1px 2px rgba(1,1,2,.3);
    -moz-box-shadow: 0 1px 2px rgba(1,1,2,.3);
    -khtml-box-shadow: 0 1px 2px rgba(1,1,2,.3);
}

article.contacto .enviar:hover {
    background: #008dc7;  
	
	  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdd6b), to(#fdbf00));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffdd6b, #fdbf00);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffdd6b, #fdbf00);
  
  /* IE  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02AFC0', endColorstr='#00636F');
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #ffdd6b, #fdbf00);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffdd6b, #fdbf00);  
}

article.contacto .enviar:active {
        position: relative;
    top: 1px;
    left: 1px;

    -webkit-box-shadow: 0 1px 2px rgba(1,1,2,.3);
    -moz-box-shadow: 0 1px 2px rgba(1,1,0,.3);
    -khtml-box-shadow: 0 1px 2px rgba(1,1,0,.3);
    box-shadow: 0 1px 2px rgba(1,1,0,.3);
}

article .contactar {
float:left;
width:215px;
display:block;

line-height:1.4em;
padding-top:20px;

font-size:.9em;
	line-height:1.4em;
}
article.contacto .contactar{
	margin-left:20px;
}
	
article.ubicacion iframe{
	border: 1px solid #333;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	
}
	
	
article .mail {
margin-right:5px;
border:none;
}

footer{
	width:100%;
	position:absolute;
	bottom:0px;
	color:#FFF;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:72px;

}


p, address{
	line-height:1.1em;
	color:#333;
	font-style: normal;
}


footer #legal
{
	width:440px;
	display:block;
	float:left;
	margin-top:25px;
	padding-left:10px;
}
footer #copy
{
	text-align:right;
	width:150px;
	display:block;
	float:right;

	margin-top:19px;
	padding-right:20px;
	
}
footer #copy img
{
border:none;
position: relative;
top: 5px;
margin-right:5px;
}
footer  a
{
	color:#fff;
	text-decoration: none;	
}
footer  a:hover
{

	text-decoration: underline;	
}
.col{
	float:left;
	width:280px;
	display:block;
	padding-left:20px;
}
.error{
	color:#D57204;
}

