body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #d6e6ef;
	background-image: url(/webelopers/images/bgWebelopers.png);
	background-repeat:   repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #006699;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
}

#seccioTxt {
	font-size: 13px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

a:link, a:visited {
	color: #1B418E;
}
a:hover, a:active {
	color: #0070A6;
}

#principal {
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	background-image: url(/webelopers/images/webelopersBg.png);
	background-repeat:  repeat-x;
	background-position: top;
	width: 750px;
}

.textos {
	font-size: 13px;
	text-align: justify;
	margin: 15px;
}
.textos2 {
	font-size: 11px;
	text-align: justify;
	margin: 15px;
}

#precio
{
	display:block;
	height: 130px;
	width: 205px;
	margin: auto;
	text-align: right;
}

.cerrar {
font-size:9px;
color:#DDD;
position:relative;
}

.form_div{
color: #403C00;
margin: 5px;
border: 1px dashed #AAAAAA;
background-color: #FAF9F2;
padding:10px;
float:left;
position: absolute;
top:200px;
left:320px;
width:460px;
height:480px;
z-index: 3;
}

.textinput {
	width:236px;
	height:15px;
	background-color: #FFFFFF;
	border:1px dashed #AAAAAA;
	padding:4px 8px;
}

.textarea {
background-color: #FFFFFF;
border:1px dashed #AAAAAA;
height:125px;
padding:4px 8px;
width:336px;
}

.adosado{
color: #403C00;
margin: 5px;
border: 1px solid #EEEBD2;
background-color: #FAF9F2;
padding:10px;
float:left;
position: relative;
width:660px;
z-index: 3;
}

#tFormulari {
	font-size: 11px;
	color: #333333;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #489BCB;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #9F2000;
	color : #9F2000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #008DC4;
}

input.normal {
	border: 1px solid #999999;
}

.validation-advice {
	margin: 1px 0;
	padding: 1px;
	background-color: #FFF0F0;
	color : #9F2000;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
#tFormulari td {
	vertical-align: top;
}

#navigation {
	font-size: 9px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	text-align: left;
}
:focus
{
  -moz-outline-style: none;
}

.lista1
{
	list-style-image: url(/webelopers/images/num1.png);
	vertical-align: middle;
}
.lista2
{
	list-style-image: url(/webelopers/images/num2.png);
	vertical-align: middle;
}
.lista3
{
	list-style-image: url(/webelopers/images/num3.png);
	vertical-align: middle;
}

.formulariOk
{
	background-color: #FEFAEB;
	border: 1px solid #FFE7C1;
	color: #4A0000;
	padding: 20px;
}

.imgSobre
{
	margin-left: 15px;
	float: right;
	border: 1px solid #CCCCCC;
}

.txtSobre
{
	text-align: justify;
	margin-top: 20px;
}