#cuerpo{
	background: url(../images/background.jpg);
	float:left;
	width:820px;
}

#cuerpo h1{
	padding:0 0 8px 0;
	margin: 0;
	color:#666666;
	font: 1.5em "Trebuchet MS", Arial, sans-serif;
}

#cuerpo p{
	padding:0;
	margin:0;
	color:#666666;
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
}

#cuerpo .parrafo{
	padding:0;
	margin:0;
	color:#666666;
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
}

#cuerpo #content{
	width: 500px;
	background: #FFFFFF;
	float:left;
	margin:10px 0 0 50px;
	padding:0;
	height:100%;
}

.oculto{
	display:none;
}

.cssform{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.cssform p{
	clear: left;
	margin: 0;
	padding: 0;
	padding-left: 160px; /*width of left column containing the label elements*/
	height: 1%;
	font-size:0.8em;
}

.cssform label{
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #666666;
	padding-bottom:7px;
}
label.sinformato{
	float: none;
	margin: 0px;
	width: 0px;
	color: #666666;
	padding:0px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.cssform textarea{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.cssform fieldset {
	clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border: 1px solid #CCCCCC;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0 0 20px 0;
}

.cssform fieldset legend {
	color:#999999;
	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
.cssform select{
	font: 0.8em 'Trebuchet MS', Arial, sans-serif; 
	color:#666666;
}
