* {
	font-family: Verdana;
	font-size: 96%;
}
label {
	width: 10em;
	float: left;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

p {
	clear: both;
}

.submit {
	margin-left: 12em;
}

em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}

body {
    position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

    background-image: url(../imatges/fondo.jpg);
}
#fondo{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

#principal {	
	width: 960px;
    margin:auto;
	height: auto;    
}

#principal800 {
	position: absolute;
	width: 960px;
    margin-top: 20px;
}

#img-cap{
    position:relative;
    width: 100%; /* for IE 6 */  
}
#idioma{
    	height:20px;
/*	text-align:right;*/
	
        text-decoration: none;
}
#idioma_sel{
    background-color:#dfdb90;
    color:  #474c52;
    float:right;
    padding-right:5px;
    padding-left:5px;
  
	background: -webkit-gradient(linear, left top, left bottom, from(#d8ce74), to(#dfdb90));
	background: -moz-linear-gradient(top,  #d8ce74,  #dfdb90);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ce74', endColorstr='#dfdb90'); 
	border: 0px solid #797979;
	box-shadow: 0 1px 2px rgba(1, 1, 2, .4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);

}


#idioma_nosel a {
    text-decoration: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    color: #000;
    display: block;
    padding-right:5px;
    padding-left:5px;
    list-style-type: none;
    list-style:none;
}    
 #idioma_nosel{
    color: #000000;
    background-color: #c8ceb4;
float:right;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8ce74), to(#c8ceb4));
	background: -moz-linear-gradient(top,  #d8ce74,  #c8ceb4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ce74', endColorstr='#c8ceb4'); 
	border: 1px solid #797979;
	box-shadow: 0 1px 2px rgba(1, 1, 2, .4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);

}

#idioma_nosel:hover {
    background:#d8ce74;
    color:#000;   

    	background: -webkit-gradient(linear, left top, left bottom, from(#bcca00), to(#8a9600));
	background: -moz-linear-gradient(top,  #bcca00,  #8a9600);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcca00', endColorstr='#8a9600'); 
    border: 1px solid #797979;
}

#idioma_nosel:active {
    color: #000000;
    background-color: #c8ceb4;

    	position:relative;
	top:1px;
	left:1px;

	box-shadow: 0 1px 0px rgba(1, 1, 2, .4);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, .4);
	-khtml-box-shadow: 0 1px 0px rgba(0, 0, 0, .4);
        border: 1px solid #797979;
}
#menu { 
width:220px;
margin: 0px;
padding:0px;
float:left;
} 
#noticies{
    margin-top: 20px;
}

#qui-text{
    padding-top:20px;
    padding-left:80px;
    padding-right:80px;
}
#qui-img{

    border-right-color: #5d605c;
    border-left-color: #5d605c;
    border-bottom-color: #5d605c;
    border-top-color: #5d605c;
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
}


#contingut {
	width:730px;
	/*margin-left: 150px;
margin: 0 auto; */
    margin-top: 0px;
  /*hack para que el min height vaya en ie6,7*/
  height:auto !important; /* para los browsers buenos */
  height:650px;  /* para IE5+ */
  min-height:650px; /* para los browsers buenos */


  /*hack para que el min height vaya en ie6,7*/

	float:left;
padding:0px;

height: 100%;
margin: 0px;
	/*
	vertical-align:top;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0px;
	zoom: 1;


     *display: inline;
	_width: 810px;
	_min-height:500px;*/
	text-align:center;

} 
#contingut a{
font-style:normal;
text-decoration:none;
text-indent:0;
text-transform:none;
color:black;
}

#contingut p
{
	text-align:justify;
}


#events {
    width:220px;
 
    
    background-color: #d8e7d7;
    border: 0px solid #ACCFE8;
    font: 100% "Verdana",Verdana, Arial, Helvetica, sans-serif;
    
}

#events ul, li {
	list-style-type: none;
	list-style:none;
}

#events ul {
	margin: 5px;
	padding:5px;
}

#events li {
	margin:3px 0px;
}

#columnes { 
/*width: 70%; 
margin: auto;*/ 
padding:0;
height: 100%;
margin: 0;
/*display: table; */
/*border: 0px solid black; 
   display: table;*/

} 




.fotos{
	width:auto;
	float: left;
	text-decoration: none;
	color: #3366CC;
	font-size:90%;
	text-decoration:none;	
	text-align: left;	
	margin-right:10px;
	margin-left:-20px;
}

#info {
	width:660px;
	background-color: #3366CC;
}

#descripcio{
	
	list-style-type: none;
	list-style:none;
	text-align: justify;
	width:740px;;
/*margin-left: 150px;
margin: 0 auto; */

        
		margin-left: 20px;
}
.caraA{
    font: 85% "Verdana",Verdana, Arial, Helvetica, sans-serif;
    
}
#info_mapa{

float:left;
width:730px;
}
#situacio{

float:right;
/*    position:absolute;*/
    top:0px;
    left:0px;
}

#dades{
    width: 300px;
    float:left;
}
#like{
    width:150px;
    float:left;
}
#resum{
    float:left;
    width:100%;
   
}
#resum a{
    text-decoration: underline;
    color: blue;
}
#resum a:hover{
    text-decoration: underline;
    color: purple;
}
.preu{
	border: 0px solid #ACCFE8;
	background: #798249;
	color: white;

	border-width: 0px 1px 0 1px;
/*	//width: 150px;*/
	font: 120% "Verdana",Verdana, Arial, Helvetica, sans-serif;
        float:left;
    width:100%;
    margin-top:15px;
    margin-bottom: 15px;
}
#caracteristiques
{

	width:550px;
	height:170px;
	float:left;
}
#resumen
{
	list-style-type: none;
	list-style:none;
	text-align: left;
	line-height: 1.5em;
        
	width:600px;
    height:auto;
	float:left;
	
/*	display:block;
	clear:both;*/
}

.jcarousel-skin-tango
{
    margin-top: 20px;
    float:left;
}
#contacte{
    width: 420px;
    height: 300px;
float:right;
   border: 0px solid #ACCFE8;
   background-color: #efedca;
    margin-top: 60px;
   

    padding-top: 50px;
}   


#direccio{
  /*  background:#d8e7d7;*/
	border: 0px solid #ACCFE8;
        background-color: #adb8a1;
	width: 250px;
        height: 350px;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
color:black;
float:left;

    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;

}
#direccio h1{
    margin-bottom: 30px;
    font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#direccio ul, #direccio li {
    margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style:none;
}
#direccio ul {
    margin-top: 15px;
    margin-bottom: 15px;
}




#cap{
      display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#centre{
    
    overflow: hidden;
    position: relative;
}
#peu{
    width: 100%;
    
    background-color:#adb8a1;
clear:both; 
text-align: center;
margin: 0 0 0 0; 
padding: 0 0 0 0;
/*opacity:0.9;*/
}

.links_col {
    float:left;
    width: 340px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom: 10px;
}
.enllac{
    color:black!important;
}
.enllac:active{
    color:purple!important;
}
.enllac:hover{
    color:brown!important;
}
.links {
  /*  background:#eef00e;
  background:#d8e7d7; */

    width: 335px;
    margin-bottom: 20px;
    opacity:0.6;
    text-align: left;   
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
    text-decoration: none;

    background-color: #efeeee;
}


#tabla{
	/*display: block;
	vertical-align: middle;*/
	padding: 0px;
	clear:both;
} 
#tabla img{
	border:0px;
	margin-right:20px;
} 

.intro{
    width: 170px;
	float:left;
	list-style-type: none;
	list-style:none;

	text-decoration:none;	
	text-align: left;	
        margin-top: 30px;

}

.portada{
	width: 120px;
	float:left;
	
	text-decoration: none;
	color: #3366CC;
	font-size:90%;
	text-decoration:none;	
	text-align: left;	
	margin-left: 20px;
    margin-top:20px;
    margin-bottom: 20px;
}
	
.celda {
    float:left;

    width: 350px;
    height:225px;
    margin-bottom: 20px;
    margin-left:10px;
/*    opacity:0.5;*/
    background-color: #efeeee;
    
    border: 1px dotted orange;
font-style:normal;
text-decoration:none;
text-indent:0;
text-transform:none;
color:black;
}
.celda:hover {
    background-color: #dedccc;  
    border: 1px dotted red;
}
.celda_color:hover {
    background-color: #dedba9;  
    border: 1px dotted red;
}
.celda:active {
    background-color: #dedccc;  
    border: 1px dotted red;
}
.celda_color:active {
    background-color: #dedba9;  
    border: 1px dotted red;
}

.celda_color {

	float:left;

    width: 350px;
    height:225px;
    margin-bottom: 20px;
    margin-left:10px;
   /* opacity:0.5;*/
    background-color: #efedca;
    
    border: 1px dotted orange;
font-style:normal;
text-decoration:none;
text-indent:0;
text-transform:none;
color:black;
}



#fotografies{
     /*   position:relative;
		width:90%;
padding: 0em; 
background:#EEF;
vertical-align:top;

	       display: -moz-inline-stack;
        display: inline-block;
        margin: 0px;
        zoom: 1;
        *display: inline;
        _width: 90%;  */
}

/*punt de venta*/


#pventa {
   
    width: 700px;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
#pventa_img{
   
    position: relative;
    float: left;
    /*background-image: url(../imatges/mapa_paisvalencia.jpg);*/
    width: 300px;
    height: 730px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
.punt_venta{
    
  /*  cursor:crosshair;*/
    width: 350px;
    float:right;
    text-align: left;
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.punt_venta ul{
    margin-right: 50px;
}
.punt_venta ul li{
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-style:dotted;
    border-color: brown;
    border-bottom-width: 1px;
}
.punt_venta ul li:last-child{
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-style:dotted;
    border-color: brown;
    border-bottom-width: 0px;
}
.altres{

}
.altres-img{
margin-top: 30px;
}
.altres-text{
    font-style:normal;
text-decoration:none;
text-indent:0;
text-transform:none;
color:black;
font-size: 135%;
padding-top: 10px;

}
.fancy{
font-style:normal;
text-decoration:none;
text-indent:0;
text-transform:none;
color:black;
}

#serveis{
    
    float:left;
    width: 280px;
    padding:20px;
    text-align:right;
}
#serveis li{
    height:85px;
    margin-top:40px;
}
#serveis_img{
    float:left;
    
    width:360px;
    padding:20px;
    text-align:left;

}
#serveis_img li{
    height:120px;
    }

