/* CSS Document */

body{

	background-color:#999999;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}


/* GENERICOS */
h1, .title{
	
	font-size:15px;
	color:#993300;
	font-weight:bold;

}

h2{
	font-size:11px;
	font-weight:bold;
	color:#996633;

}

#cite, .parraf, #cite_index{

	text-align:justify;
	line-height:160%;
}

#cite{
	
	position:relative;
	width:600px;
	background-color:#f0d2d2;
	left:30px;

}

#cite .parraf{

	font-weight:bold;
	padding:16px;
}

#cite_index .parraf{

	padding:16px;
}

#cite_index{
	position:absolute;
	width:300px;
	height:240px;
	right:-10px;
	top:50px;
	background: url(bgcite01.png);
	float:right;
	
}
a{
	font-size:11px;
	text-decoration:none;
	letter-spacing:1px;
	color:#CC6600;
}

a:hover{ 	text-decoration:underline;	color:#993333; }

.pdflink a{

	color:#000000;
	font-size:11px;
	text-decoration:none;
	letter-spacing:1px;

}
.pdflink a:hover{ 	text-decoration:underline;	color:#000; }

div#general{

	position: relative;
	width:790px;
	height:auto;
	margin: 10px auto;
	
}

.img-right{
	
	padding:3px;
	border:1px #993333 solid;
	margin-left:8px;
	margin-bottom:5px;
	float:right;
	width:175px;

}
.img{
	
	padding:3px;
	border:1px #993333 solid;


}

/* CABECERA */

div#capsal{

	position:relative;
	width:800px;
	height:220px;
	top:0px;
	background: url(capsal.png);

}

div#logo{
	position:relative;
	top:55px;
	width:300px;
	left:530px;
}

div#menu{
	position:relative;
	top:83px;
	left:50px;
}

.item a{
	margin-left:27px;
	color:#993333;
	font-size:9.5px;

}

.selecteditem{

	font-weight:bold;
	color:#00ff84;
	
}

.selecteditem:hover{

	text-decoration:none;
	font-weight:bold;
	color:#993333;
	cursor:default;
}
/* CONTENT */

div#content{

	position:relative;
	width: 800px;
	height:auto;
	background: url(bgcontent.png) repeat-y;
	left:0px;
}	

div#subcontent{
	
	position:relative;
	width:680px;
	left:60px;

}


/* FOOTER */

div#footer{

	position:relative;
	width: 800px;
	height:100px;
	background: url(footer.png);
	left:0px;
}

/* FORMULARIS */

.camp_text{ 	width:200px;	}
.textarees{ width: 400px;	}

.camp_data, .textarees, .camp_text{

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border:1px #FF0000 solid;
	padding:2px;

}

/* ADMINISTRACIO */

.infos{
font-style:italic;
color:#999999;
font-size:9px;}

