*{
	margin: 0;
	padding: 0;
}
body{
	background-color:#55a6f5;
	background-image:url(http://es.geocities.com/img/fondo2.jpg); 
	background-repeat:repeat-x;
}
a{
	text-decoration: none;
}
#contenedor{
	margin: 15px auto;
	width: 750px;
	border: solid 10px #55a6f5;
	position: relative !important;
	background:#fff;
}
#cabecera{
	background:#fff;
	position: relative;
	height: 80px;
	width: 100%;
}
#izquierda, #derecha{
	font-family: "Trebuchet MS",sans-serif;
	color: #444;
}
#izquierda{
	text-align: left;
	font-size: 24pt;	
	float: left;
	width: 81%;
	line-height: 80px;
}
#derecha{
	position:absolute;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;	
	background-color: #B0AACF;
	width: 17%;
	right:0;
	top:0;		
}
#derecha span{
	padding-top: 14px;
	display: block;
}

#cuerpo{
	clear:left;
	width: 100%;
	border-top: solid 2px #888;
}
#piepagina{
	width: 100%;
	bottom:0px;
	border-top: 2px solid #888;
	padding:1% 0%;
}
#piepagina span{
	line-height: 40px;
	display: block;
	text-align: center;
	color: #555;
	font: bold 10px Tahoma,sans-serif;
}


#documento, #lista, #datos{
	width:46%;
	margin-left:0.5em;
	}
#bienes{
	text-align:left;
	overflow:auto;
	width:100%;
	height:300px;
	font: normal 0.6em Verdana;
	border: dotted 1px #888;
	clear:left;
	}
a{
	cursor:pointer;
	}
.msgerror{
	clear:left;
	background:#ffee00;
	margin:1em auto;
	display: block;
	border:dotted 1px #f00;
	font: normal 70% Arial,Tahoma,sans-serif;
	text-align:center;
	}
fieldset {
	padding: 0.2em;
	}
legend{
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border: 0;
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #5566cc;
	margin-bottom: 0.5em;
	}
label,input,select {
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 10pt;
	display: block;
	width: 135px;
	float: left;
	margin-bottom: 10px;
	}
label {
	color: #777;
	text-align: right;
	width: 25%;
	padding-right: 10px;
	}
input,select {
	border: 1px solid #ccc;
	color: #2F4165;
	}
.submit {
	background-color: #aaa;
	border: 1px solid #eee;
	color: #fcfcfc;
	}
br {
	clear: left;
	}
.sin_estilo{
	border: 0;
	}
.imgCalendario{
	width:16px;
	height:16px;
	background:url(http://es.geocities.com/img/table.gif) no-repeat;
	border-width:0px;
	margin-left:0.5em;
	}