/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	color:#888686;
	font-family:times;
	font-style:italic;
	text-decoration:none;
	top:0;
	padding:.7em 1em;
	margin-bottom:0;
	margin-top:10px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
/*
ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}
*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

.footer{
	border-top:1px solid black;
}

a.peu:link {
     color: #000000;
     font-size: 13px;
     font-family: arial;
     font-weight: bold;
     padding: 1px;
}      /* unvisited link */
a.peu:visited {color: #000000;}
a.peu:hover {color:#B41931;}
a.peu:active {color:#B41931;}

.disseny1{
	font-size:16px;
	margin-top:15px;
	font-weight:bold;
}
.disseny2{
	font-size:14px;
}
.taronja {
	color:#FF8F35;
}

.apartats{
	background:#fff;
	
}

.inputgrey {
	//background-color:#A9A7A7;
	background-color:#fff;
}
.inputwhite {
	background-color:#fff;
}
.inputname, .submit, .textarea {
	font-family:arial;
	color:#A9A7A7;
}
.inputname {
	float:left;
	font-size:14px;
	margin-left:3px;
	width:30%;
}
.textarea {
	font-size:14px;
}
.submit {
	font-weight:bold;
	border:1px solid white;
}
.loading {
    background:url(../img/loading.gif) center center no-repeat;
} 

#taulagaleria td { width:150px;}

a.boto:link {
     background-color: #ffffff;
     border: 1px solid #000000;
     color: #000000;
     font-size: 10px;
     font-family: arial;
     font-weight: bold;
     padding: 1px;
}      /* unvisited link */
a.boto:visited {color: #000000;}  /* visited link */
a.boto:hover {
     background-color: #000000;
     border: 1px solid #ffffff;
     color: #ffffff;
}  /* mouse over link */
a.boto:active {color:#0000FF}  /* selected link */

.galeria {
	min-height: 100px;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
        font-size: 20px;
        font-family: arial;
        font-weight: bold;
}
.galeria_link {
	cursor:pointer;
}
.empresa {
        font-size: 12px;
        font-family: arial;
        font-weight: bold;
}
