@charset "utf-8";
/* CSS Document */

div {display:block;}
#continut {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #00d500;
	border-top: 1px solid #00d500;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	}
#continut h2, h3 { 
	border-bottom:1px solid #00d500;
		}
#continut table {
	padding-left:10px;
	}
#sus {
	background:url(Grafica/sus.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:top, center;
	margin-left:auto;
	margin-right:auto;
	}
#jos {
	background:url(Grafica/jos.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:top, center;
	margin-left:auto;
	margin-right:auto;
	}
#text {
	background:url(Grafica/content.png) 0 0 repeat-y;
	background-size: 100%;
	background-position:top, center;
	margin-left:auto;
	margin-right:auto;
	height:120%;
	}
p {
	text-align:justify;
	text-indent:20px;
	margin: 0;
    padding: 0;
	}
#border {
	border:solid 10px;
	border-color:#FFFFFF;
	outline: 1px solid #A0A0A0;
	}
#borderref {
	border:double 10px;
	border-color:#FFFFFF;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	}