.clear {
	clear: both;
	height: 0;
}

.line {
	margin-bottom: 5px;
}

form label, input, select, textarea, span {
	font: normal 0.9em "Lucida Grande", Helvetica, Verdana, Arial;
	float: left;
}

input.text, input.title, textarea, select {padding:1px;margin:0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}


input.button {
	color: green;
	border: 1px solid #BBBBBB;
}

textarea.doubleLine {
	height:50px;
}
fieldset {
	padding: 5px 0 5px 0px;
	margin-bottom:0;
	position: relative;
	border: none;
}
fieldset.selected {
	background:#fffbe6;
}

fieldset.selected .space{
	background:#fffbe6;color:#fffbe6;
}

legend {
	font-size: 1.2em;
	font-weight:bold;
	margin-left:-5px;
	padding: 3px 10px;
	/*color: #515E38;*/
	color: #657101;
}

legend span {
	/*
	width: 250px;
	display: block;
	*/
}

.fieldWraper {
	float: left;
	/*padding: 3px 5px 3px 5px;*/
	padding: 0px 5px 0px 5px;
	margin: 3px 0 0 0;
}

.fieldWraperRight {
	float: right;
	padding: 3px 5px 3px 5px;
	margin: 3px 0 0 0;
}
.short {
	width: 60px;
}

.long {
	width: 250px;
}

.middle {
	width: 150px;
}

.anchoCompleto {
	width: 100%;
	text-align: left;
}

label {
	/*padding: 0 5px 0 0;*/
	float: left;
	text-align: right;
}

.labelLeft {
	text-align: left;
}

.initLine{
	float: left;
	width: 90px;
}

.helpPopup {
	/*margin: -10px 0 0 0;*/
	/*height: 35px;*/
	/*width: 35px;*/
	/*float: right;*/
	/*background: url(/restyling/img/obj/help.png) no-repeat;*/
}

.anotacion {
	/*width:100%;*/
	font-size:0.8em;
	/*padding: 0px 5px 0px 0px;*/
	text-align:left;
	/*color:#47658A;*/
	vertical-align: top;
	margin-top:0px;
}

.inputHelp {
	color: #999999;
}

textarea.inputLengthNotif {
	/*padding:15px 5px 0 5px;*/
}
div.inputLengthNotif {
	font-size: 0.8em;
	float:left;
	padding-top: 5px;
	/*font-size:12px;*/
	font-weight: bold;
}

/**
	Esperas
*/
.loanding {
	background-color: #000;
	background: url(/restyling/img/fnd/bubble.png) no-repeat #000;
	/*background: url(/restyling/img/fnd/bubble.png);*/
	position:absolute;
	padding: 15px;
	/*color:#47658A;*/
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

.waitDiv {
	background: url(/restyling/img/obj/loading.gif) no-repeat;
	width: 32px;
	height: 32px;
	position:absolute;
	right: 15px;
	bottom: 15px;
	margin-left:-25px;
	margin-top:-25px;
}

.wait {
	background: url(/restyling/img/obj/loading.gif) no-repeat 50%;
}

.waitFieldOn {
	background: url(/restyling/img/obj/loading_16.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.waitFieldOff {
	/*width: 24px;*/
	/*height: 24px;*/
	/*float: left;*/
}

.dataOk {
	background: url(/restyling/img/obj/dataOk.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.shadow {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 665;
	background: #000;
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity='50');
	visibility: visible;
}

/**
	Ayudas popup
*/
.helpDiv, .popupDiv {
	background: #fff;
	border: 2px solid #47658A;
	/*
	position:absolute;
	top: 50%;
	left: 50%;
	*/
	padding: 5px;
	overflow:auto;
	z-index: 777;
	color: #47658A;
	text-align:left;
}

.helpDiv {
	/*
	height: 300px;
	width: 500px;
	margin-left:-250px;
	margin-top: -150px;
	*/
}

.helpDiv h1, h3 {
	color: #ee6600;
	border-bottom: 2px solid #47658A;
}

/*
input.close {
	background: #fff url(/restyling/img/fnd/btnClose.gif) no-repeat;
	border: 1px solid green;
	cursor: pointer;

}
input.find {
	background: #ece9d8 url(/restyling/img/fnd/btnFind.gif) 3px 0 no-repeat;
	text-align: right;
	cursor:pointer;
}
*/
/*
 * Estilos para tooltips
 */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	/*font-size: 11px;*/
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(//restyling/img/fnd/bubble.png) top left;
}

.tool-text {
	/*font-size: 11px;*/
	padding: 4px 8px 8px;
	background: url(/restyling/img/fnd/bubble.png) bottom right;
}


/**
  Estilos para listados en tabla
*/

.listContainer {
	width: 100%;
	float: left;
	/*font-size: 10px;*/
}

.listContainer .header {
	font-weight: bold;
	float: left;
	padding: 0 0 0 15px;
}

.listContainer .headerInfo {
	color: #000;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	float: right;
}

.listContainer table {
	border: 1px solid #ccc;
	width: 96%;
	margin: 0 2% 0 2%;
}

.listContainer th {
	/*background-color: #515E38;*/
	background-color: #657101;
	padding: 4px;
	border: 1px solid #fff;
	color: #fff;
}

.listContainer tr {
	background-color: #eee;
	padding: 4px;
}

.listContainer  .altRow {
	background-color: #fff;
}

.listContainer  .altRow  td{
	border: 1px solid #eee;
}

.listContainer td {
	padding: 0 2px;
	border: 1px solid #fff;
}

.listContainer .rightAlign {
	text-align: right;
}

.listContainer .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

.listContainer tr.over {
	background-color: #fbef9a;
	cursor: pointer;
}

.listContainer tr.over td {
	font-weight:bold;
}

.enmarcado {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px 10px 10px 10px;
    border: 3px;
    border-style: solid;
    border-color: #B2B2B2;
}

