/*Estil general del document*/
/* COLORS TARONJA: #F3971B  MARRÓ: #945419 */

body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:0px;
}

h1{
			background:url(img/px.jpg) no-repeat;
			overflow:hidden;
			display:block;
			text-indent:-3500px;
			margin:0 auto;
			width:500px;
			height:15px;

}

/*Estil de la capa principal. Margin: auto (centrat per a Mozilla i altres navegadors)*/
#contenidor{
text-align: left;
width: 950px;
height: 560px;
background-color : #FFFFFF;
margin: auto;
} 

/*Estil de la capçalera*/
#cap{
width: 950px;
height: 120px;
background-color: #FFFFFF;
}

/*Estil del menú horitzontal*/
#menu_hor{
width: 950px;
height: 35px;
margin-top: 5px;
text-align:left;
color:#FFFFFF;
clear:both;
vertical-align:top;
}

/*Estil del cos*/
#cos_blau{
width: 950px;
height: 400px;
text-align:left;
background-color:#698AFD;
color:#000000;
margin-top:0px;
}

#cos_verd{
width: 950px;
height: 400px;
text-align:left;
background-color:#00DE18;
color:#000000;
margin-top:0px;
}

#cos_roig{
width: 950px;
height: 400px;
text-align:left;
background-color:#DE01FF;
color:#000000;
margin-top:0px;
}

#cos_taronja{
width: 950px;
height: 400px;
text-align:left;
background-color:#FFB600;
color:#000000;
margin-top:0px;
}

#columna_text{
width: 280px;
height:200px;
float: inherit;
padding-top:65px;
margin-left:50px;
text-align: left;
}

#columna_text2{
width: 280px;
height:200px;
float: right;
padding-right: 20px;
padding-top: 65px;
text-align: left;
}


/*Estil del peu de pàgina*/
#peu{
width: 950px;
height: auto;
text-align:center;
font-size:12px; color:#000000;
clear:both;
}


.menu_idiomes{
height: auto;
width: 150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#945419;
float:left;
margin-left: 75px;
margin-top: 60px;
}

.titular{
color: #FFFFFF;
font-size: 36px;
font-weight:bolder;
}

/*Estil del menú vertical*/
.menu_vert{
height: auto;
width: 150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
color:#945419;
float: right;
margin-right: 75px;
margin-top: 30px;
}



/*Estil del fons del titular del cos*/
#fons_titular_cos{
float:right;
height: 51px;
width: 660px;
margin-top:10px;
margin-right:10px;
margin-bottom:0px;
background-image:url(file:///C|/TREBALL RUBÈN/SITES/VINÍCOLA DEL PRIORAT/arxius/img/info_corner_verd_02.jpg);
background-repeat:repeat;
}

#frame{
width: 100%;
height: 100%;
text-align:center;
margin-top: 0;
margin-left: 0;
}

/*estil dels enllaços*/
A.link1:VISITED, A.link1:ACTIVE, A.link1:FOCUS, A.link1:LINK{
color: #000000; text-decoration:none;
}
A.link1:HOVER{
color: #000000; text-decoration:none;
} 

A.link2:VISITED, A.link2:ACTIVE, A.link2:FOCUS, A.link2:LINK{
color: #000000; text-decoration:none;
}
A.link2:HOVER{
color: #000000; text-decoration:underline;
} 
