/* v1.0 | 20080212  CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {

}

body
{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#000;
	background-color:#f2fafd;
	margin-left:50px;
	margin-right:50px;
}

p
{
	margin-bottom:10px;
	line-height:14px;
}
.floatL
{
	float:left;
}
.floatR
{
	float:right;
}
.clear
{
	clear:both;
}
#cos
{
	width:100%;
	overflow: hidden;
    height: 1%;
	background-color:#191919;
}

#cap
{
	width:100%;
	border-top:16px solid #191919;
	border-bottom:10px solid #d3dee2;
}

#img_prn
{
	display:none;
}
#img_cap
{
	height:143px;
	width:100%;
	background-image:url('images/fons/img1.jpg');
	background-repeat:no-repeat;
	background-position:177px 0px;
}

#menu
{
	width:177px;
	background-color:#191919;
	float:left;
	color:#fff;
}

#cos_centre
{
	margin-left:178px;
	padding:20px;
	background-color:#f2fafd;
	background-image:url('images/fons.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	
	height:auto !important;
	height:300px;
	min-height:400px;
	
	
}

ul.menu
{
	margin:0px;
	padding:0px;
	background-color:#034356;
}

ul.menu li
{
	border-bottom:1px dotted  #f2fafd;
	padding:5px;
	padding-left:6px;
}

ul.menu li a
{
	background-image:url('images/arrow_right.gif');
	background-repeat:no-repeat;
	color:#fff;
	background-position:0px 3px;
	padding-left:8px;
	font-size:11px;
	text-decoration:none;
	display:block;
}

ul.menu li a:hover, ul.menu li a.actiu
{
	background-image:url('images/arrow_right_on.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#ed4e18;
}
#menu a.op, #menu a.op_es
{
	border-bottom:1px solid #f2fafd;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:3px;
	font-size:10px;
	padding-left:5px;
	font-weight:bold;
}

#peu
{
	clear:both;	
	width:100%;
	background-image:url('images/marca_peu.gif');
	background-repeat:no-repeat;
	margin-top:-10px;
	border:1px solid transparent;
	_border:none;
}

#peu .interior
{
	width:100%;
	height:17px;
	color:#fff;
	text-align:center;
	padding-top:3px;
	margin-top:10px;
}
#peu a
{
	color:#fff;
	text-decoration:none;
}

#peu a:hover
{
	text-decoration:underline;
}

#cos_centre h1
{
	font-size:20px;
	color:#000;
	margin-bottom:20px;
	font-weight:normal;
}

ul.list_order, #dynamic ul
{
	margin-left:30px;
	margin-bottom:20px;
}

ul.list_order a
{
	text-decoration:none;
}
ul.list_order li, #dynamic ul li
{
	list-style:square;
	color:#000;
	margin-bottom:6px;
}
ul.list_order ul, #dynamic ul ul
{
	margin-top:10px;
}
ul.list_order li a
{
	text-decoration:none;
	line-height:16px;
}

ul.list_order li a:hover
{
	text-decoration:underline;
}


ul.list_order ul.list_order li,  #dynamic ul ul li
{
	list-style:circle;
}

a
{
	color:#191919;
	text-decoration:underline;
}


.taula_logos td
{
	padding:2px;
	vertical-align:middle;
	background-color:#f2fafd;
}

input,textarea
{
	border:1px solid #034356;
}

#dynamic
{
	color:#000;
}

.member_box
{
	background-color:#f2fafd;
	padding:3px;
}
