/* Pàgina blanca */
/* Fondo */
body
{
margin:0px auto;
padding:0px;
background-color:#000000;
}
/* Taula d'adalt */

.header_table
{
margin-top:6px;
}
.logo
{
margin-left:10px;
}
.body_box
{
padding: 5px;
color: #000000;
background-color:#FFFFFF;
}



/* Noticies */

.services_bg1
{
background:url(images/services_bg1.jpg) left top no-repeat;
height:320px;
padding:5px;
}
.services_bg2
{
background:url(images/services_bg2.JPG) left top no-repeat;
height:320px;
padding:5px;
}
.services_bg3
{
background:url(images/services_bg3.jpg) left top no-repeat;
height:320px;
padding:5px;
}
.services_teable
{
margin-top:8px;
margin-bottom:8px;
}

/* Bordes de ses noticies */

.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:15px;
}




/* Menú principal */

.top_line
{
background:url(images/line_bg.jpg) left top repeat-x;
height: 3px;
}
.top_menu_bg
{
background:url(images/top_menu_bg.jpg) left top repeat-x;
height: 3px;
padding-right:12px;
}
.bottom_menu_bg
{
background:url(images/bottom_nenu_bg.jpg) left top repeat-x;
height: 15px;
padding-right:13px;
}
.box_top_bg
{
background:url(images/box_top_bg.gif) left top repeat-x;
height: 10px;
}
.footer_bg
{
background:url(images/footer_bg.gif) left top no-repeat;
height: 10px;
}




/* Lletres */
/* Capçalera (on hi ha es logo) */

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
	text-decoration: none;
}

.menu_link:hover
{
color: #ff0000;
text-decoration:none;
background-color:inherit;
}

/* 2º Menú */

.bottom_link {
	font-family: Verdana, Bold, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffff00;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff0033;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#ff0000;
text-decoration:none;
background-color:inherit;
}
.bottom_link1:hover
{
color:#cc0000;
text-decoration:none;
background-color:inherit;
}
.white_text
{
color:#000000;
text-decoration:none;
background-color:inherit;
}
.body_link
{
color:#ff0000;
text-decoration:none;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#ff0000;
background-color:inherit;
}
