/* COMMON VALUES */
img { border: 0; }
body {
	margin: 0;
	padding: 0;
	background-image: url('../images/digitalbg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;
}

/* FORM VALUES */

/* STRUCTURE VALUES */
#web, #header, #main, #footer { width: 850px; }
#content { width: 700px; }
#menuscreen { width: 265px; }
#button { width: 70px; }
#space { width: 10px; }

#menuscreen {
	margin: 0;
	padding: 10px;
	background-image:url('../images/miniscreen.png');
	background-repeat:no-repeat;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;	
}
#content { 
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	padding-right: 75px;
	text-align:justify;
	color:#FFF;
}

#main {
	background-image: url('../images/screen20.png');
	background-repeat:repeat;
}


/* TAG VALUES */
a {
	color: #D87F00;
	text-decoration: none;
}
a:hover {
	color: #7A4C00;
	text-decoration: none;
}

/* COMMON VALUES */
.default-table { width: 100%; }
.left {	text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.plain { font-weight: 100; }
.textolan { color: #000; text-align: left; }
.textowan { color: #9FC; text-align:left; }

.titulo { 
	text-align: left;
	font-family: Tahoma;
	font-weight:bold; 
	font-size: 10px;
	color: #000;
	filter: DropShadow(Color=#00a8ff, OffX=1, OffY=1);
}

