body {
    font-family: Verdana;
    background-color: #e9e9e9;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

embed {
    margin:0px;
	float: left;
}

h1 {
    font-size: 1.1em;
	color: #d90119;
}

h2 {
	font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

ul {
	list-style-type: disc;
	font-size: 0.9em;
}

ul li {
	font-size: 0.9em;
	color: #000000;
}

tr td ul li {
	color: #666;
}

a {
    text-decoration: none;
    font-size: 0.9em;
    color: #666666;
}

a:hover {
    color: #d90119;
}

p {
    font-size: 0.8em;
	color: #666666;
}

.pestanyes {
	text-decoration: none;
	font-size: 0.7em;
	color: #666666;
}

#resultats {
	float:left;
	margin: 10px 0px 10px 0px;
}

#resultats h2 {
	padding-left: 10px;
	//margin-top: 5px;
}

#resultats ul li a {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#noticies {
	float: left;
	width: 239px;
	_width: 230px;
	background-color: #e4e4e4;
	background-image: url(images/background_noticies.jpg);
	background-repeat: repeat-x;
	margin-right: 20px;
}

#casos {
	float: left;
	width: 238px;
	_width: 230px;
	background-color: #e4e4e4;
	background-image: url(images/background_noticies.jpg);
	background-repeat: repeat-x;
}

#content_casos, #content_noticies {
	float: left;
}

#content_noticies ul, #content_casos ul {
    float: left;
    margin: 0px 0px 0px 15px;
	_margin: 0px 0px 0px 10px;
    padding: 0px;
	list-style: none;
}

#content_casos ul li, #content_noticies ul li{
	color: #d90119;
	margin: 0px;
	padding: 0px;

}

ul#readmore {
	float: right;
	margin: 0px;
	padding: 10px 3px 10px 0px; 
	text-align: right;  
	list-style: inside;
}

ul#readmore li {
	color: #d90119;
	float: left;
	text-align: right;
}


ul#readmore li a {
	font-weight: bold;
	color: #000000;  
}

a.goback {
	float: right;
	margin: 10px 0px 20px 0px;
}


