@charset "UTF-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#contingut
{
	margin-left:auto;
	margin-right:auto;
	width:700px;
	margin-top:10px;
	margin-bottom:20px;
}
.input_text
{
	width:244px;/*250*/
	height:17px;
	background-image:url(../images/inputtext.jpg);
	background-repeat:no-repeat;
	color:#000000;
	border:0;
	margin-left:10px;
	padding:3px 3px 0 3px;
	font-family:Arial, Helvetica, sans-serif;
}
.input_area
{
	width:244px;/*250*/
	height:144px;/*150*/
	background-image:url(../images/textarea.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#000000;
	border:0;
	margin-left:10px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.celda
{
	padding-left:10px;
}
h1
{
	font-size:48px;
	margin-bottom:5px;
	margin-top:10px;
	color:#333333;
}
.boto
{
	background-image:url(../images/boto.jpg);
	background-repeat:none;
	width:62px;
	height:25px;
	border:0;
	margin-left:10px;
	margin-top:10px;
	
}
	
#left
{
	background-color:#f4f4f4;
	float:left;
	width:400px;
	height:450px;
	margin-right:17px;
	margin-left:8px;
	padding:10px 30px 10px 30px;
}
#right
{
	background-color:#187787;
	float:left;
	width:203px;
	height:450px;/*490*/
	text-align:center;
	padding-top:20px;
	
}
