@charset "ISO-8859-1";
/* CSS Document */
* {margin:0; padding:0}

body {
  background:#666;
  font-size: 12px;
  /*font-family: arial, helvetica, sans-serif;*/
  font-family: Verdana;
  color:#333;  
  padding:0px;
  margin:0px;
}

img { border: 0; }

hr { background:#ccc; color:#ccc; margin-top:5px; margin-bottom:5px; height:1px; border:none; }

a {
	text-decoration:none;
	color:#F30;
}
a:hover { text-decoration: underline; }

h1 { font-size:20px; display:inline; }
h2 { font-size: 16px; font-weight: bold; letter-spacing: -1px; font-family: Arial Black, Arial; color: #333; margin: 0 5px 2px 0; text-transform: uppercase; }

p { margin: 0 5px 10px 0; }

ul { margin: 0 0 10px 0; padding: 0 0 0 10px; }
ol { margin: 0 0 10px 0; padding: 0 0 0 10px; }
li { line-height: 16px; margin: 0 0 0 10px; padding: 0; }

/* comuns */
.clear { clear: both; }
.hover { cursor: pointer; }

#contenidor { 	
  width:960px;
  margin: 0 auto; /* los m�rgenes autom�ticos (conjuntamente con un ancho) centran la p�gina */
  background:#FFF;
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
  text-align:left;
}

#cap {
	height:50px;
	background-color:#F60;
	color:#FFF;
}
#cap2 {
	height:24px;
	background-color:#333;
}
#cos {
	min-height:600px;
	margin:15px;
}
#peu {
	height:40px;
	background-color:#333;
	padding:10px;
	color:#999;
}

fieldset {
  padding: 4px;
  border:1px solid #ccc
  }
.go_button {
	padding: 0 10px 0 10px;
	float:left;
	border: 1px solid #494848;
	background: #b9b9b9 url(http://www.andorraning.com/img/bg_btn.gif) repeat-x;
	height:20px;
	line-height:20px;
	font-weight:bold;
  }
.go_button:hover {
	cursor:pointer;
  }
label {
	float: left;
  width:100%;
  margin: 10px 20px 0 0;
  text-align:right;
  font-weight:bold;
  font-size:12px;
  color: #666;
  }
#filtres label {
  width:auto;
  margin-right:5px;
  text-align:left;
  height: 25px;
}
input, textarea {
	width:140px;
	border:1px #f5e082 solid;
	background:#ffffe5;
	/*margin-left:10px;
	margin-right:4px;*/
	vertical-align:middle;
  }
.llarg {
	width:280px;
}
  
legend {
  padding: 0.2em 0.5em;
  border:1px solid #ccc;
  color:#666;
  font-size:10px;
  text-align:right;
  }

#error {
color:#F00;
font-weight:bold;
text-align:right;
display:inline;
}

.separa { clear: both; padding:5px 0 5px 0; }

#fila {
	height:26px;
	line-height:26px;
	border-bottom:#ccc 1px solid;
	overflow:hidden;
	font-size: 14px;
}
.colorAltern1 {
	background:#fffeec; /* eaeaea */
}
.colorAltern2 {
	background:#fff;
}
.capcalera {
	font-weight:bold;
	background:#ff6600;
	color:#FFF;
}
.col {
	float:left;
	overflow:hidden;
}
.col a {
color: #333;
text-decoration: underline;
}
.primeraCol {
	padding-left:5px;
}
.ultimaCol {
	float:right;
}

.capTop {
	height:14px;
	line-height:14px;
	background-color:#333;
	padding-left:10px;
	color:#ccc;
}
.capBot {
	height:36px;
	line-height:36px;
	padding-left:10px;
}

.botoDreta {
	float:right;
}

.dreta {
	float:right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**********************************************************************************/

#login {
width: 300px;
height: 200px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -160px;
margin-top: -100px;
background:#eaeaea;
padding:10px;
}

/************************************************************************************************/

a.buttonPetit , a:active.buttonPetit , a:visited.buttonPetit {
	background:url(../img/boto-90.gif);
	display:inline-block; /* abans block */
	font-weight:bold;
	height:23px;
	line-height:22px;
	/*margin-bottom:14px;*/
	text-decoration:none;
	width:90px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	text-align:right;
}
a:hover.buttonPetit{
	color:#F00;
	text-decoration:underline;
	background:url(../img/boto-90-on.gif);
}
a.buttonMitja , a:active.buttonMitja , a:visited.buttonMitja{
	background:url(../img/boto-120.gif);
	display:inline-block; /* abans block */
	font-weight:bold;
	height:23px;
	line-height:22px;
	/*margin-bottom:14px;*/
	text-decoration:none;
	width:120px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	text-align:right;
}
a:hover.buttonMitja{
	color:#F00;
	text-decoration:underline;
	background:url(../img/boto-120-on.gif);
}
a.buttonGran , a:active.buttonGran , a:visited.buttonGran{
	background:url(../img/boto-150.gif);
	display:inline-block; /* abans block */
	font-weight:bold;
	height:23px;
	line-height:22px;
	/*margin-bottom:14px;*/
	text-decoration:none;
	width:150px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	text-align:right;
}
a:hover.buttonGran{
	color:#F00;
	text-decoration:underline;
	background:url(../img/boto-150-on.gif);
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
.add{
	background:url(../img/add.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.delete{
	background:url(../img/delete.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.user{
	background:url(../img/user.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.alert{
	background:url(../img/alert.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.msg{
	background:url(../img/msg.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.download{
	background:url(../img/download.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}

.lens{
	background:url(../img/lens.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}
.info{
	background:url(../img/info.gif) no-repeat 10px 4px;
	margin-right:10px;
	display:block;
}

/****************************************************************/

#edit {
	width:460px;
	float:left;
}

#edit input {
	width:270px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:14px;
}

#edit select {
	width:270px;
	border:1px #f5e082 solid;
	background:#ffffe5;
	margin-bottom:10px;
	margin-left:10px;
	font-size:14px;
}

#edit textarea {
	width:270px;
	height:200px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:14px;
}

#imatgesFitxa {
	float:right;
	width:380px;
	background:#ffffe5;
	min-height: 600px;
	border:1px solid #f5e082;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#cargaFotos {
	height:100%;
	overflow:auto;
}
/***** NUEVO ESTILO ****/
#divIfSincro{
	background: url('/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 300px;
}
.IfSincro{
	width: 100%;
	border: none;
    min-height: 350px;
}
#mensaje{
	text-align: center;
	font-weight: bold;
}