/* CSS Document */

.contenidor {
	background:#fff;
}

/*----------------------------------------------------------------------------------------------------
	Buscadors superiors
----------------------------------------------------------------------------------------------------*/
.buscador_producte {
	background:#cce0e6;
	height:30px;
}
.buscador_producte label {
	color:#006583;
	display:block;
	float:left;
	padding:7px 9px 0px 11px;
	font-weight:bold;
}
.buscador_producte input {
	background:#fff;
	border:#a1c5d1 1px solid;
	width:147px;
	height:13px;
	margin-top:7px;
	display:block;
	float:left;
	margin-right:8px;
}
.buscador_producte input.boto {
	background:url(../img/boto_busca.gif) no-repeat;
	height:18px;
	width:63px;
	border:0px;
	color:#3e89a1;
	cursor:pointer;
	margin-top:5px;
}
/*Buscador especific */
.buscador_especific {
	background:#fff url(../img/bg_vade_busca.gif) repeat-x 0px 0px;
	height:82px;
}
.veterinaria {
	background:#fff url(../img/bg_vade_busca2.gif) repeat-x 0px 0px;
}
.veterinaria .ordenarTipologia {
	background:#fff url(../img/bg_vade_busca.gif) repeat-x 0px 0px;
	margin-right:30px;
}
.buscador_especific div.verProds {
	padding:5px 0px 0px 125px;
	width:175px;
}
.botoSota {
	height:60px;
}
.buscador_especific label {
	color:#006583;
	display:block;
	float:left;
	padding:13px 9px 0px 11px;
	font-weight:bold;
}
.buscador_especific div {
	height:45px;
	width:275px;
	float:left;
}
.buscador_especific div.ordenarPorSelect {
	width:260px;
	background:url(../img/bg_vade_ordena.gif) repeat-x 0px 0px;
	border-right:#fff 1px solid;
	margin-right:50px;
}
.ordenarSubmit {
	float:left;
	padding-top:5px;
	padding-left:20px;
}
.botoSota .ordenarSubmit {
	float:right;
	width:77px;
	height:27px;
	border-top:#fff 2px solid;
	background:#f4f8f9;
	padding-left:13px;
	padding-top:0px;
}
.ordenarSubmit input.boto {
	background:url(../img/boto_busca.gif) no-repeat;
	height:18px;
	width:63px;
	border:0px;
	color:#3e89a1;
	cursor:pointer;
	margin-top:5px;
}
/*----------------------------------------------------------------------------------------------------
	Taula Vademecum
----------------------------------------------------------------------------------------------------*/
table {
	width:890px;
	padding-bottom:3px;
}
th {
	background:#f2f7f8;
	color:#79aebd;
	text-align:left;
	font-weight:normal;
	vertical-align:bottom;
	padding:3px 8px;
}
tr {
	background:url(../img/separador_h.gif) repeat-x left bottom;
}
tr.nom, tr.subtitol, tr.cap {
	background:none;
}

td {
	vertical-align:top;
	color:#006583;
	padding:4px 8px;
}
tr.nom td, tr.subtitol td, tr.cap td {
	padding:1px 8px;
}

.subtitol td {
	text-decoration:underline;
	color:#7fb2c1;
}
td.prospecto, th.prospecto {
	text-align:right;
}
.nom td {
	color:#7fb2c1;
}
.nom td strong {
	color:#006583;
}
.separador {
	padding-right:60px;
}

/*Variant medicos*/
.principio {
	color:#9cc1ce;
}
/*----------------------------------------------------------------------------------------------------
	Paginacio
----------------------------------------------------------------------------------------------------*/
.pagines {
	float:right;
	text-align:right;
	font-size:1.25em;
	padding:3px 8px 3px 0;
}
.pagines a {
	margin-left:5px;
}
.pagines a.on {
	text-decoration:underline;
	font-weight:bold;
	cursor:default;
}
/*----------------------------------------------------------------------------------------------------
	Peu
----------------------------------------------------------------------------------------------------*/
.peuVad {
	background:none;
	width:890px;
	clear:both;
	padding-top:8px;
	font-size:0.9em;
	color:#006583;
}
.peuVad p {
	padding:0px;
}
.paginaVad {	
	float:right;
	width:250px;
	text-align:right;
	font-size:1.2em;
	padding-top:3px;
}
.paginaVad a {
	margin-left:5px;
}
.paginaVad a.on {
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}
/*----------------------------------------------------------------------------------------------------
	SELECTS
----------------------------------------------------------------------------------------------------*/
.ordenarPorSelect select {
	position: absolute;
	width:148px;
	height: 18px;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#006583;
	overflow: hidden;
	text-align:left;
	margin-top:12px
}
.ordenarPorArea select {
	position: absolute;
	width:198px;
	height: 18px;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#006583;
	overflow: hidden;
	text-align:left;
	margin-top:12px
}
.ordenarTipologia select {
	position: absolute;
	width:98px;
	height: 18px;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#006583;
	overflow: hidden;
	text-align:left;
	margin-top:12px
}
