#usuarios-ie {
	color:#FF0000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#usuarios-ie a {
	color:#FFB000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}


body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 13px;
	color: black;
}
#wrapper {
	width: 960px;
	padding: 10px;
	text-align:left;
	margin-left:auto;
	margin-right: auto;
}

#header {
	height: 90px;
}
#navbar {
	float: right;
	position: relative;
	top: 20px;
}
#navbar li {
	float: right;
	list-style: circle;
	padding-right:30px;
	font-size: 20px;
	
}
#navbar a {
	color: #999999;
	text-decoration: none;
}
#navbar .selected {
	color: #0066FF;
}
#navbar a:hover  {
	color: #0066FF;
}
#content {
	text-align: left;
}
#side-left {
	float: left;
	width: 470px;
	
}
#side-right {
	float: right;
	width: 470px;
	padding-top: 50px;
}

#footer {
	padding-top:40px;
	font-size: 10px;
	color: gray;
	text-align: center;
	height:100px;
	clear:both;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	color: gray;
}

#advertisiment_zone {
	background-image: url(img/back_publicitat.png);
	background-repeat: no-repeat;
	padding: 30px;
	width: 395px;
	height: 303px;
	text-align:left;
}
h1 {
	color: #0066FF;
	font-size: 18px;
}

a:link, a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}

.space {
	clear: both;
	margin-bottom: 20px;
}
.text {
	color: #333333;
}

label {
	width: 100px;
	display: inline;
	text-align: right;
	margin-right: 10px;
	float:left;
}

input,textarea {
	color: gray;
	border: 1px gray solid;
	margin-bottom: 5px;
}

.send_email {
	border:none;
	background-image: url(img/button_sendemail.jpg);
	width: 200px;
	height: 40px;
	cursor: pointer;
	background-image:url(img/button_sendemail.jpg);border:none;width:200px;height:40px
}
small {
	color: gray;
	font-size: 9px;
}