/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body,
div,
p,
b,
strong,
div.entradeta,
ul,
li,
a,
tr,
td,
i,
u,
#esdeveniment .data p
{
    font-size: 14pt;
    background: none;
}


div#header,
div#breadcrumb,
div#footer,
div#menu_left,
div.imprimir,
div#debug
{
    display: none; /* Hide elments not wanted on a printed page */
}

div#contingut_amb_menu,
div#contingut_sense_menu
{
	padding:0px;
	margin:0px auto;
	float:none;
	width:950px;
}

div.cos h6, div.cos h6 u, div.cos h6 b, div.cos h6 i, h6, #agencia h6
{
	font-size:14pt;
	line-height:14pt;
}

div.cos h5, div.cos h5 u, div.cos h5 b, div.cos h5 i, h5, #agencia h5
{
	font-size:15pt;
	line-height:15pt;
}

div.cos h4, div.cos h4 u, div.cos h4 b, div.cos h4 i, h4, #contingut_amb_menu h4
{
	font-size:16pt;
	line-height:16pt;
}

div.cos h3, div.cos h3 u, div.cos h3 b, div.cos h3 i, h3
{
	font-size:18pt;
	line-height:18pt;
}

div.cos h2, div.cos h2 u, div.cos h2 b, div.cos h2 i, h2
{
	font-size:20pt;
	line-height:20pt;
}

div.cos h1, div.cos h1 u, div.cos h1 b, div.cos h1 i, h1
{
	font-size:22pt;
	line-height:22pt;
}

div#mapa_agencies
{
	/*display:none;*/
}

div.imprimir,
div#lbOverlay,
div#lbDetailsData,
div.gps,
div#directions div.imp,
div.paginacio,
div#captcha,
img.gmnoprint
{
	display:none;
}


div#tornar
{
	overflow:hidden;
	height:0px;
}
div#tornar a
{
	display:none;
}

div#directions,
div#map
{
	display:block;
}

#mapa_agencies #map
{
	height:555px;
	width:950px;
}


#mapa_agencies .left div#directions
{
	width:950px;
	margin-top:560px;
}

#directions h4
{
	margin-top:-610px;
	position:absolute;
	font-size:1.5em;
}

div.googledir div
{
	font-size:12pt;
}

.content li, .cos li 
{
	background:url("../images/pointp/quadrat_vermell.gif") no-repeat scroll 0 9px transparent;
	color:#666666;
	list-style:none outside none;
	padding:0 0 0 13px;
}

#noticia .left
{
	width:70%;
}

#noticia .right
{
	width:25%;
}

div#article ul li
{
	list-style:disc inside none;
	background:none;
	padding-left:0px;
}
