/* CSS Document */

*{padding:0; margin:0; text-decoration: none;}
body
{
	background-color: #eb9e66;
	background-image: url(../img/deg_bck_top.jpg);
	background-repeat:repeat-x;
	font-family: Trebuchet MS;
	font-size: 12px;
}

h1{color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 24px;}
h2{color: #bababa; font-size: 24px; font-family:Arial, Helvetica, sans-serif;}
h3{color: #9b6024; font-family:Arial, Helvetica, sans-serif; font-size: 14px;}
#contenidor
{
	position:absolute;
	width: 990px;
	left: 50%;
	margin-left: -495px;
}

#header
{
	margin-top: 0px;
	margin-bottom: 10px;
}

#content_head
{
	height: 115px;
	background-image:url(../img/header.png);
}
#idiomes
{
	text-align: right;
	font-weight: bold;
}

#idiomes a
{
	color: #000;
}

#idiomes a:hover
{
	color: #FFF;
}

#content
{
}
#peu
{
	padding-left: 5px;
	padding-top: 5px;
}
#peu a
{color: #434544;}

.top_box
{
	background: url(../img/bar_top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 485px;
}
.bottom_box
{
	background: url(../img/bar_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 485px;
}

.top_box_gran
{
	background: url(../img/bar_top2.png);
	background-repeat: no-repeat;
	height: 5px;
	
}
.bottom_box_gran
{
	background: url(../img/bar_bottom2.png);
	background-repeat: no-repeat;
	height: 5px;
}


	.caption_idioma{padding: 5px 5px 5px 25px;}
	#caption_CA	{background: url(../img/flags_idiomes.png) no-repeat 0px 0px;}
	a#caption_CA:hover{background: url(../img/flags_idiomes.png) no-repeat 0px -22px;}
	#caption_ES	{background: url(../img/flags_idiomes.png) no-repeat 0px -43px;}
	a#caption_ES:hover{background: url(../img/flags_idiomes.png) no-repeat 0px -64px;}
	a#caption_FR:hover{	background: url(../img/flags_idiomes.png) no-repeat 0px -105px;}
	#caption_FR	{background: url(../img/flags_idiomes.png) no-repeat 0px -84px;	}
		

