/* COMMON VALUES */
img { border: 0; }
h1{font-size:12px;float:right; margin-right:45px;}
h2{font-size:14px; color: #090;}
h3{font-size:16px; color:#09F; font-weight:bold;}
p1{font-size:9px; color:#666;}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 11px;
	text-align:justify;
}

.titulo {
	margin:0;
	padding: 10px;
	color: #F90;
	font-family:Tahoma, Verdana, Arial, serif;
	font-size: 14px;
}
.titulo2 {
	margin:0;
	padding: 10px;
	color: #F30;
	font-family:Tahoma, Verdana, Arial, serif;
	font-size: 14px;
}
/* STRUCTURE VALUES */
#web-left, #web-right, {
	width: 200px;
	background-repeat: repeat-y;
	font-size: 0;
	line-height: 0px;
}
#web-left {
	background-image: url('../images/left.jpg');
	background-position: right;
}
#web-right {
	background-image: url('../images/right.jpg');
	background-position: left;
}
#header {
	width: 100%;
	height: 80px;
	text-align: center;
}
#main {
	padding: 20px 20px 0;
	text-align: justify;
	font-weight: normal;
}
#content { padding: 15px 10px; }
#content-frame {
	width: 100%;
	height: 400px;
}
#web-footer-left, #web-footer-right {
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
}
#web-footer-left {
	background-image: url('../images/bott-left.jpg');
	background-position: right;
}
#web-footer-right {
	background-image: url('../images/bott-right.jpg');
	background-position: left;
}
#web-footer {
	height: 56px;
	background-image: url('../images/bott.jpg');
	background-repeat: repeat-x;
}
#web-upper-left, #web-upper-right {
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
}
#web-upper-left {
	background-image: url('../images/up-left.jpg');
	background-position: right;
}
#web-upper-right {
	background-image: url('../images/up-right.jpg');
	background-position: left;
}
#web-upper {
	height: 56px;
	background-image: url('../images/up.jpg');
	background-repeat: repeat-x;
}
/* COMMON VALUES */
.default-table { width: 955px; }
.table-titulo {
	background-repeat:no-repeat;
}

